mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
9dde2d6f14
* 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
23 lines
412 B
YAML
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
|