UNPKG

@mmomtchev/python-xpack

Version:

A binary xPack with a standalone Python distribution

79 lines 2.76 kB
{ "name": "@mmomtchev/python-xpack", "version": "3.12.11-2", "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.12.11-2", "skip": 1, "platforms": { "darwin-arm64": { "fileName": "python-xpack-3.12.11-2-darwin-arm64.tar.gz", "sha256": "629d65a8d0e4dfcaedd85e77ad495adab2a83f7482a1b4b6d4a13388911fe873" }, "darwin-x64": { "fileName": "python-xpack-3.12.11-2-darwin-x64.tar.gz", "sha256": "ed8a11d86fc6f0af51b21ad8863383f66ffb833daaf02388a23f69d91febc862" }, "linux-x64": { "fileName": "python-xpack-3.12.11-2-linux-x64.tar.gz", "sha256": "7f3944be59e3cea5fd32f60f02d361f096916cf1ce331749604d58270d59906a" }, "win32-x64": { "fileName": "python-xpack-3.12.11-2-win32-x64.zip", "sha256": "397d3e35b877da9bea8c9e86293d04dad4703e32038548a69cbe20c137973530" }, "linux-arm64": { "fileName": "python-xpack-3.12.11-2-linux-arm64.tar.gz", "sha256": "ccb32cb90429c7ff4736ef27a2075c9b2b1b428b32eaaa4f496349db67121253" }, "win32-arm64": { "fileName": "python-xpack-3.12.11-2-win32-arm64.zip", "sha256": "5904888fff6ca307d02ebfaa30724ceacf26ea6748e0f46f499cba9ef6b0c0d8" } } }, "bin": { "python": "./.content/python", "python3": "./.content/python" }, "properties": { "versionPython": "3.12.11", "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" } }