mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
19c49811e8
commit
e8d1b1a412
|
@ -15,6 +15,8 @@ build:
|
|||
dependencies:
|
||||
python.org: '>=3.11'
|
||||
script:
|
||||
# pip doesn't like this *at all*
|
||||
- if test -d props; then rm -rf props; fi
|
||||
- bkpyvenv stage {{prefix}} {{version}}
|
||||
- ${{prefix}}/venv/bin/pip install .
|
||||
- bkpyvenv seal {{prefix}} keyring
|
||||
|
@ -22,4 +24,4 @@ build:
|
|||
provides:
|
||||
- bin/keyring
|
||||
|
||||
test: keyring --list-backends | grep 'keyring'
|
||||
test: keyring --list-backends | grep 'keyring'
|
||||
|
|
Loading…
Reference in a new issue