mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+github.com/royreznik/rexi (#5667)
* add rexi https://github.com/royreznik/rexi * use `bkpyvenv` for future-proofing --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
parent
881b3059e2
commit
bc23cde262
22
projects/github.com/royreznik/rexi/package.yml
Normal file
22
projects/github.com/royreznik/rexi/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
distributable:
|
||||
url: https://github.com/royreznik/rexi/archive/refs/tags/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: royreznik/rexi
|
||||
dependencies:
|
||||
pkgx.sh: ^1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
python.org: '>=3.8'
|
||||
script:
|
||||
- bkpyvenv stage {{prefix}} {{version}}
|
||||
- ${{prefix}}/venv/bin/pip install .
|
||||
- bkpyvenv seal {{prefix}} rexi
|
||||
|
||||
test:
|
||||
- rexi --help
|
||||
|
||||
provides:
|
||||
- bin/rexi
|
Loading…
Reference in a new issue