pantry/projects/riverbankcomputing.com/pyqt-builder/package.yml

24 lines
617 B
YAML
Raw Normal View History

2023-08-07 23:22:12 +03:00
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:
2023-10-03 18:23:56 +03:00
python.org: ~3.11
2023-08-07 23:22:12 +03:00
riverbankcomputing.com/sip: '*'
linux:
build:
script:
- python-venv.sh {{prefix}}/bin/pyqt-bundle
provides:
- bin/pyqt-bundle
test:
script:
- pyqt-bundle -V
- python3 -c "import pyqtbuild"