2023-06-11 22:18:10 +03:00
|
|
|
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:
|
2023-10-03 18:23:56 +03:00
|
|
|
python.org: '<3.12'
|
2023-06-11 22:18:10 +03:00
|
|
|
|
|
|
|
build:
|
|
|
|
script: |
|
|
|
|
python-venv.py {{prefix}}/bin/cython
|
|
|
|
dependencies:
|
|
|
|
pip.pypa.io: '*'
|
|
|
|
|
|
|
|
test:
|
2023-10-18 21:24:45 +03:00
|
|
|
dependencies:
|
|
|
|
llvm.org: '*'
|
2023-06-11 22:18:10 +03:00
|
|
|
env:
|
|
|
|
PYTHONPATH: "{{prefix}}/venv/lib/python3.11/site-packages"
|
2023-10-18 21:24:45 +03:00
|
|
|
linux:
|
|
|
|
CC: clang
|
|
|
|
AS: llvm-as
|
|
|
|
script:
|
2023-10-18 22:24:28 +03:00
|
|
|
- python setup.py build_ext --inplace
|
|
|
|
- test "$(python -c 'import package_manager')" = "You are using pkgx"
|