mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
+github.com/pypa/build
This commit is contained in:
parent
7c9df6b99b
commit
1943b7dbd9
1 changed files with 18 additions and 0 deletions
18
projects/github.com/pypa/build/package.yml
Normal file
18
projects/github.com/pypa/build/package.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/pypa/build/archive/refs/tags/{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: pypa/build/tags
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
python.org: ^3
|
||||||
|
|
||||||
|
build: python-venv.sh {{prefix}}/bin/pyproject-build
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/pyproject-build
|
||||||
|
|
||||||
|
test:
|
||||||
|
script: |
|
||||||
|
pyproject-build --version | grep {{version}}
|
Loading…
Reference in a new issue