new file: projects/pypa.io/hatch/package.yml

This commit is contained in:
Andrii Riabchenko 2024-03-10 20:49:15 +02:00 committed by Jacob Heider
parent ced302b84c
commit 7f2ac3e0f7

View file

@ -0,0 +1,26 @@
distributable:
# Make sure you're either building from a fully intact git repository
url: git+https://github.com/pypa/hatch.git
ref: ${{version.tag}}
versions:
github: pypa/hatch
strip: /hatchling-v/
dependencies:
python.org: ~3.12
runtime:
env:
PYTHONPATH: ${{prefix}}/lib/python3.12/site-packages:$PYTHONPATH
build:
python -m pip install --prefix={{prefix}} .
provides:
- bin/hatch
- bin/hatchling
test:
- hatch env create 2>&1 | grep 'Creating environment'
- python -c 'import hatchling'