mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
26 lines
465 B
YAML
26 lines
465 B
YAML
distributable:
|
|
url: https://github.com/opentensor/bittensor/archive/refs/tags/{{version.tag}}.tar.gz
|
|
strip-components: 1
|
|
|
|
display-name: Bittensor
|
|
|
|
versions:
|
|
github: opentensor/bittensor
|
|
|
|
dependencies:
|
|
pkgx.sh: ^1
|
|
|
|
build:
|
|
dependencies:
|
|
python.org: ~3.11
|
|
script:
|
|
- bkpyvenv stage {{prefix}} {{version}}
|
|
- ${{prefix}}/venv/bin/pip install .
|
|
- bkpyvenv seal {{prefix}} btcli
|
|
|
|
test:
|
|
btcli --help | grep {{version}}
|
|
|
|
provides:
|
|
- bin/btcli
|