pantry/projects/pypa.github.io/pipx/package.yml
Jacob Heider 9dde2d6f14
migrate(pipx, venv) (#6004)
* migrate(pipx, venv)

suggested by @felipecrs ([here](587441621e (commitcomment-141416453))) so we don't lock users of these packages out of newer pythons (now that 3.12 is reasonably well-supported).

* link to venv/lib

* venv is picky
2024-04-26 19:40:41 -04:00

23 lines
412 B
YAML

distributable:
url: https://github.com/pypa/pipx/archive/refs/tags/{{version}}.tar.gz
strip-components: 1
versions:
github: pypa/pipx
dependencies:
pkgx.sh: ^1
build:
dependencies:
python.org: '>=3<3.12'
script:
- bkpyvenv stage '{{prefix}}' {{version}}
- ${{prefix}}/venv/bin/pip install .
- bkpyvenv seal '{{prefix}}' pipx
test: pipx run pycowsay moooo!
provides:
- bin/pipx