mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 12:35:10 +03:00
9f817e2745
v1.1.0 used a `v` in the tag name. 1.1.1 built fine. switched to `bkpyvenv`. closes #5417
22 lines
461 B
YAML
22 lines
461 B
YAML
distributable:
|
|
url: https://github.com/pypa/build/archive/refs/tags/{{version.tag}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: pypa/build/tags
|
|
|
|
dependencies:
|
|
pkgx.sh: ^1
|
|
|
|
build:
|
|
dependencies:
|
|
python.org: '>=3<3.12'
|
|
script:
|
|
- bkpyvenv stage {{prefix}} {{version}}
|
|
- ${{prefix}}/venv/bin/pip install .
|
|
- bkpyvenv seal {{prefix}} pyproject-build
|
|
|
|
provides:
|
|
- bin/pyproject-build
|
|
|
|
test: pyproject-build --version | grep {{version}}
|