mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
fc4cf57990
* riverbankcomputing.com/sip * gcc * deps
30 lines
768 B
YAML
30 lines
768 B
YAML
distributable:
|
|
url: https://www.riverbankcomputing.com/hg/sip/archive/{{version}}.tar.gz
|
|
strip-components: 1
|
|
versions:
|
|
url: https://www.riverbankcomputing.com/hg/sip/tags
|
|
match: /rev\/\d+\.\d+\.\d+/
|
|
strip:
|
|
- /^rev\//
|
|
dependencies:
|
|
python.org: ^3.11
|
|
linux:
|
|
tea.xyz/gx/cc: c99
|
|
build:
|
|
script:
|
|
- python-venv.sh {{prefix}}/bin/sip-install
|
|
- python-venv.sh {{prefix}}/bin/sip-build
|
|
- python-venv.sh {{prefix}}/bin/sip-distinfo
|
|
- python-venv.sh {{prefix}}/bin/sip-module
|
|
- python-venv.sh {{prefix}}/bin/sip-sdist
|
|
- python-venv.sh {{prefix}}/bin/sip-wheel
|
|
provides:
|
|
- bin/sip-install
|
|
- bin/sip-build
|
|
- bin/sip-distinfo
|
|
- bin/sip-module
|
|
- bin/sip-sdist
|
|
- bin/sip-wheel
|
|
test:
|
|
script:
|
|
- sip-install --target-dir . |