mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+bittensor.com (#4996)
This commit is contained in:
parent
594adc8e06
commit
b764b47a45
1 changed files with 25 additions and 0 deletions
25
projects/bittensor.com/package.yml
Normal file
25
projects/bittensor.com/package.yml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
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
|
Loading…
Reference in a new issue