mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
new file: projects/github.com/jaraco/keyring/package.yml
This commit is contained in:
parent
d2e53e35e6
commit
7f3a120ef7
1 changed files with 25 additions and 0 deletions
25
projects/github.com/jaraco/keyring/package.yml
Normal file
25
projects/github.com/jaraco/keyring/package.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
distributable:
|
||||
url: git+https://github.com/jaraco/keyring.git
|
||||
ref: ${{version.tag}}
|
||||
|
||||
versions:
|
||||
github: jaraco/keyring
|
||||
|
||||
dependencies:
|
||||
pkgx.sh: ^1
|
||||
github.com/python-cffi/cffi: ^1.16
|
||||
github.com/eliben/pycparser: ^2.21
|
||||
cryptography.io: ^42
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
python.org: '>=3.11'
|
||||
script:
|
||||
- bkpyvenv stage {{prefix}} {{version}}
|
||||
- ${{prefix}}/venv/bin/pip install .
|
||||
- bkpyvenv seal {{prefix}} keyring
|
||||
|
||||
provides:
|
||||
- bin/keyring
|
||||
|
||||
test: keyring --list-backends | grep 'keyring'
|
Loading…
Reference in a new issue