mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
20 lines
296 B
YAML
20 lines
296 B
YAML
|
distributable:
|
||
|
url: https://github.com/pypa/pipx/archive/refs/tags/{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: pypa/pipx
|
||
|
|
||
|
dependencies:
|
||
|
python.org: 3
|
||
|
pip.pypa.io: '*'
|
||
|
|
||
|
build:
|
||
|
python-venv.sh "{{prefix}}"/bin/pipx
|
||
|
|
||
|
test:
|
||
|
pipx run pycowsay moooo!
|
||
|
|
||
|
provides:
|
||
|
- bin/pipx
|