mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
19 lines
337 B
YAML
19 lines
337 B
YAML
|
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}}
|