mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
riverbankcomputing.com/pyqt-builder
This commit is contained in:
parent
496eb10bae
commit
37366f0713
25
projects/riverbankcomputing.com/pyqt-builder/package.yml
Normal file
25
projects/riverbankcomputing.com/pyqt-builder/package.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
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:
|
||||
tea.xyz/gx/cc: c99
|
||||
build:
|
||||
script:
|
||||
- python-venv.sh {{prefix}}/bin/pyqt-bundle
|
||||
provides:
|
||||
- bin/pyqt-bundle
|
||||
test:
|
||||
script:
|
||||
- pyqt-bundle -V
|
||||
- python3 -c "import pyqtbuild"
|
Loading…
Reference in a new issue