mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
21 lines
760 B
YAML
21 lines
760 B
YAML
distributable:
|
|
url: https://github.com/cython/cython/archive/{{version}}.tar.gz
|
|
strip-components: 1
|
|
versions:
|
|
github: cython/cython
|
|
dependencies:
|
|
python.org: ~3.11
|
|
runtime:
|
|
env:
|
|
PYTHONPATH: "{{prefix}}/lib/python{{deps.python.org.version.major}}/site-packages"
|
|
build:
|
|
script:
|
|
- python -m pip install --prefix={{prefix}}/libexec .
|
|
- run: |
|
|
ln -s ../libexec/lib/python{{deps.python.org.version.marketing}} python{{deps.python.org.version.marketing}}
|
|
ln -s ../libexec/lib/python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
|
working-directory: "{{prefix}}/lib"
|
|
test:
|
|
script:
|
|
- python setup.py build_ext --inplace
|
|
- python -c "import package_manager" | grep "You are using tea" |