mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
62426e3d5b
commit
5d5e429c4b
|
@ -8,11 +8,10 @@ versions:
|
|||
- /^rev\//
|
||||
runtime:
|
||||
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:
|
||||
python.org: ~3.11
|
||||
riverbankcomputing.com/sip: '*'
|
||||
linux:
|
||||
build:
|
||||
script:
|
||||
- python-venv.sh {{prefix}}/bin/pyqt-bundle
|
||||
|
@ -21,4 +20,4 @@ provides:
|
|||
test:
|
||||
script:
|
||||
- pyqt-bundle -V
|
||||
- python3 -c "import pyqtbuild"
|
||||
- python3 -c "import pyqtbuild"
|
||||
|
|
|
@ -8,7 +8,6 @@ versions:
|
|||
- /^rev\//
|
||||
dependencies:
|
||||
python.org: ~3.11
|
||||
linux:
|
||||
build:
|
||||
script:
|
||||
- python-venv.sh {{prefix}}/bin/sip-install
|
||||
|
@ -26,4 +25,4 @@ provides:
|
|||
- bin/sip-wheel
|
||||
test:
|
||||
script:
|
||||
- sip-install --target-dir .
|
||||
- sip-install --target-dir .
|
||||
|
|
Loading…
Reference in a new issue