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