pantry/projects/cython.org/package.yml
Jacob Heider c553f88277
fix(cython)[1]
ha, i'm good at this.
2023-10-18 15:24:28 -04:00

31 lines
601 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: '<3.12'
build:
script: |
python-venv.py {{prefix}}/bin/cython
dependencies:
pip.pypa.io: '*'
test:
dependencies:
llvm.org: '*'
env:
PYTHONPATH: "{{prefix}}/venv/lib/python3.11/site-packages"
linux:
CC: clang
AS: llvm-as
script:
- python setup.py build_ext --inplace
- test "$(python -c 'import package_manager')" = "You are using pkgx"