mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
e17d6021a7
commit
bc08c8228a
|
@ -6,15 +6,18 @@ versions:
|
||||||
github: python-poetry/poetry
|
github: python-poetry/poetry
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: '>=3<3.12'
|
pkgx.sh: ^1
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
cmake.org: '*'
|
python.org: ~3.11
|
||||||
|
cmake.org: ^3
|
||||||
linux:
|
linux:
|
||||||
rust-lang.org/cargo: '*' # for cryptographic bindings
|
rust-lang.org/cargo: '*' # for cryptographic bindings
|
||||||
script:
|
script:
|
||||||
python-venv.sh {{prefix}}/bin/poetry
|
- bkpyvenv stage {{prefix}} {{version}}
|
||||||
|
- ${{prefix}}/venv/bin/pip install .
|
||||||
|
- bkpyvenv seal {{prefix}} poetry
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue