mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
7d25701e98
commit
497a20ca2e
|
@ -1,17 +1,14 @@
|
||||||
distributable:
|
distributable:
|
||||||
url: https://github.com/pypa/twine/archive/refs/tags/{{ version }}.tar.gz
|
url: https://github.com/pypa/twine/archive/refs/tags/{{ version.tag }}.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: pypa/twine/releases/tags # reads github *releases* but uses the tags of those releases
|
github: pypa/twine
|
||||||
strip: /^v/
|
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: '>=3.7<3.12'
|
python.org: '>=3.7<3.12'
|
||||||
|
|
||||||
build:
|
build: python-venv.sh {{prefix}}/bin/twine
|
||||||
script: |
|
|
||||||
python-venv.sh {{prefix}}/bin/twine
|
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/twine
|
- bin/twine
|
||||||
|
|
Loading…
Reference in a new issue