mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
24 lines
617 B
YAML
24 lines
617 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: '*'
|
|
linux:
|
|
build:
|
|
script:
|
|
- python-venv.sh {{prefix}}/bin/pyqt-bundle
|
|
provides:
|
|
- bin/pyqt-bundle
|
|
test:
|
|
script:
|
|
- pyqt-bundle -V
|
|
- python3 -c "import pyqtbuild" |