mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(pypa/build)
v1.1.0 used a `v` in the tag name. 1.1.1 built fine. switched to `bkpyvenv`. closes #5417
This commit is contained in:
parent
c95101b4b2
commit
9f817e2745
1 changed files with 10 additions and 6 deletions
|
@ -1,18 +1,22 @@
|
||||||
distributable:
|
distributable:
|
||||||
url: https://github.com/pypa/build/archive/refs/tags/{{version}}.tar.gz
|
url: https://github.com/pypa/build/archive/refs/tags/{{version.tag}}.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: pypa/build/tags
|
github: pypa/build/tags
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: '>=3<3.12'
|
pkgx.sh: ^1
|
||||||
|
|
||||||
build: python-venv.sh {{prefix}}/bin/pyproject-build
|
build:
|
||||||
|
dependencies:
|
||||||
|
python.org: '>=3<3.12'
|
||||||
|
script:
|
||||||
|
- bkpyvenv stage {{prefix}} {{version}}
|
||||||
|
- ${{prefix}}/venv/bin/pip install .
|
||||||
|
- bkpyvenv seal {{prefix}} pyproject-build
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/pyproject-build
|
- bin/pyproject-build
|
||||||
|
|
||||||
test:
|
test: pyproject-build --version | grep {{version}}
|
||||||
script: |
|
|
||||||
pyproject-build --version | grep {{version}}
|
|
||||||
|
|
Loading…
Reference in a new issue