mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
7a64a5cba6
* +cython.org * Remove useless ls cmd * removed dependency on self--oops * include compiler, remove non-present bins * requires c compiler at runtime --------- Co-authored-by: James Reynolds <magnsuviri@me.com> Co-authored-by: Jacob Heider <jacob@tea.xyz>
27 lines
536 B
YAML
27 lines
536 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: '*'
|
|
tea.xyz/gx/cc: c99
|
|
|
|
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"
|