UNPKG

@mmomtchev/python-xpack

Version:

A binary xPack with a standalone Python distribution

71 lines 2.38 kB
{ "name": "@mmomtchev/python-xpack", "version": "3.10.15-1", "description": "A binary xPack with a standalone Python distribution", "scripts": { "postversion": "git push && git push --tags && node ./publish.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/mmomtchev/python-xpack.git" }, "keywords": [ "python", "xpack" ], "author": "Momtchil Momtchev <momtchil@momtchev.com>", "license": "MIT", "bugs": { "url": "https://github.com/mmomtchev/python-xpack/issues" }, "homepage": "https://github.com/mmomtchev/python-xpack#readme", "xpack": { "minimumXpmRequired": "0.19.1", "binaries": { "destination": "./.content", "rootUrl": "https://github.com/mmomtchev/python-xpack/releases/download", "baseUrl": "https://github.com/mmomtchev/python-xpack/releases/download/v3.10.15-1", "skip": 1, "platforms": { "darwin-arm64": { "fileName": "python-xpack-3.10.15-1-darwin-arm64.tar.gz", "sha256": "0b9232dd6c04596d2354cd9274970771b15131d5f1b8a7b6dfc29de064a0efe0" }, "darwin-x64": { "fileName": "python-xpack-3.10.15-1-darwin-x64.tar.gz", "sha256": "4bcf4e2730080ae34f09f1fac8268c2fc5867574566be7871a494a43390b8518" }, "linux-x64": { "fileName": "python-xpack-3.10.15-1-linux-x64.tar.gz", "sha256": "47efc802656000f19505172f8f89dd7f76bbc7e7a8b221c1772a8e4aa5874fc9" }, "win32-x64": { "fileName": "python-xpack-3.10.15-1-win32-x64.zip", "sha256": "32de0b9ab1e5222d0533d057bec43a5db7996a146ffce1a79a512d876cd68246" } } }, "bin": { "python": "./.content/python", "python3": "./.content/python" }, "properties": { "versionPython": "3.10.15", "commandBuild": { "win32": "build_python.cmd {{ properties.versionPython }}", "linux": "bash build_python.sh {{ properties.versionPython }}", "darwin": "bash build_python.sh {{ properties.versionPython }}" } }, "actions": { "build": "{{ properties.commandBuild[os.platform] }}", "test": [ ".{{ path.sep }}content{{ path.sep }}python -E -s test.py", ".{{ path.sep }}content{{ path.sep }}python -E -s -m pip install numpy" ] } }, "dependencies": { "xpm": "^0.19.1" } }