Skip to content

Commit

Permalink
riverbankcomputing.com/pyqt-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
and-ri authored and jhheider committed Aug 17, 2023
1 parent 496eb10 commit 37366f0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions projects/riverbankcomputing.com/pyqt-builder/package.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 37366f0

Please sign in to comment.