pantry/projects/cython.org/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

26 lines
515 B
YAML

distributable:
url: https://github.com/cython/cython/archive/refs/tags/{{version}}.tar.gz
strip-components: 1
versions:
github: cython/cython/releases
provides:
- bin/cython
dependencies:
python.org: '*'
build:
script: |
python-venv.py {{prefix}}/bin/cython
dependencies:
pip.pypa.io: '*'
test:
script: |
python setup.py build_ext --inplace
test "$(python -c 'import package_manager')" = "You are using tea"
env:
PYTHONPATH: "{{prefix}}/venv/lib/python3.11/site-packages"