2023-08-07 21:51:19 +03:00
|
|
|
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:
|
2023-10-03 18:23:56 +03:00
|
|
|
python.org: ~3.11
|
2023-08-07 21:51:19 +03:00
|
|
|
linux:
|
|
|
|
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 .
|