Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions projects/hatch.pypa.io/package.yml
Original file line number Diff line number Diff line change
@@ -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