mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
62426e3d5b
commit
5d5e429c4b
2 changed files with 3 additions and 5 deletions
|
@ -8,11 +8,10 @@ versions:
|
||||||
- /^rev\//
|
- /^rev\//
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
env:
|
||||||
PYTHONPATH: "{{prefix}}/venv/lib/python{{deps.python.org.version.marketing}}/site-packages:$PYTHONPATH"
|
PYTHONPATH: '{{prefix}}/venv/lib/python{{deps.python.org.version.marketing}}/site-packages:$PYTHONPATH'
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: ~3.11
|
python.org: ~3.11
|
||||||
riverbankcomputing.com/sip: '*'
|
riverbankcomputing.com/sip: '*'
|
||||||
linux:
|
|
||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
- python-venv.sh {{prefix}}/bin/pyqt-bundle
|
- python-venv.sh {{prefix}}/bin/pyqt-bundle
|
||||||
|
@ -21,4 +20,4 @@ provides:
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- pyqt-bundle -V
|
- pyqt-bundle -V
|
||||||
- python3 -c "import pyqtbuild"
|
- python3 -c "import pyqtbuild"
|
||||||
|
|
|
@ -8,7 +8,6 @@ versions:
|
||||||
- /^rev\//
|
- /^rev\//
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: ~3.11
|
python.org: ~3.11
|
||||||
linux:
|
|
||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
- python-venv.sh {{prefix}}/bin/sip-install
|
- python-venv.sh {{prefix}}/bin/sip-install
|
||||||
|
@ -26,4 +25,4 @@ provides:
|
||||||
- bin/sip-wheel
|
- bin/sip-wheel
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- sip-install --target-dir .
|
- sip-install --target-dir .
|
||||||
|
|
Loading…
Reference in a new issue