mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+hatch.pypa.io
This commit is contained in:
parent
fdb5de064c
commit
5ee95e1051
25
projects/hatch.pypa.io/package.yml
Normal file
25
projects/hatch.pypa.io/package.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
distributable:
|
||||
url: https://github.com/pypa/hatch/archive/refs/tags/hatch-v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: pypa/hatch/releases/tags
|
||||
strip: /^hatch-v/
|
||||
ignore: /^hatchling-/
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
|
||||
build: python-venv.sh {{prefix}}/bin/hatch
|
||||
|
||||
provides:
|
||||
- bin/hatch
|
||||
|
||||
test: |
|
||||
hatch new tea
|
||||
cd tea
|
||||
hatch config set dirs.env.virtual .venv
|
||||
hatch env create
|
||||
|
||||
test -f pyproject.toml
|
||||
test -d .venv
|
Loading…
Reference in a new issue