mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
7d25701e98
commit
497a20ca2e
1 changed files with 3 additions and 6 deletions
|
@ -1,17 +1,14 @@
|
|||
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
|
||||
|
||||
versions:
|
||||
github: pypa/twine/releases/tags # reads github *releases* but uses the tags of those releases
|
||||
strip: /^v/
|
||||
github: pypa/twine
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.7<3.12'
|
||||
|
||||
build:
|
||||
script: |
|
||||
python-venv.sh {{prefix}}/bin/twine
|
||||
build: python-venv.sh {{prefix}}/bin/twine
|
||||
|
||||
provides:
|
||||
- bin/twine
|
||||
|
|
Loading…
Reference in a new issue