pantry/projects/riverbankcomputing.com/pyqt-builder/package.yml
Jacob Heider 5d5e429c4b
fix(py-qt&&sip)
closes #3657
closes #3658
2023-10-14 12:57:30 -04:00

24 lines
609 B
YAML

distributable:
url: https://www.riverbankcomputing.com/hg/PyQt-builder/archive/{{version}}.tar.gz
strip-components: 1
versions:
url: https://www.riverbankcomputing.com/hg/PyQt-builder/tags
match: /rev\/\d+\.\d+\.\d+/
strip:
- /^rev\//
runtime:
env:
PYTHONPATH: '{{prefix}}/venv/lib/python{{deps.python.org.version.marketing}}/site-packages:$PYTHONPATH'
dependencies:
python.org: ~3.11
riverbankcomputing.com/sip: '*'
build:
script:
- python-venv.sh {{prefix}}/bin/pyqt-bundle
provides:
- bin/pyqt-bundle
test:
script:
- pyqt-bundle -V
- python3 -c "import pyqtbuild"