pantry/projects/hatch.pypa.io/package.yml

26 lines
454 B
YAML
Raw Permalink Normal View History

2023-04-25 05:37:50 +03:00
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:
2023-10-03 18:23:56 +03:00
python.org: '>=3<3.12'
2023-04-25 05:37:50 +03:00
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