contrib/python3-hatchling/Pkgfile

18 lines
562 B
Plaintext
Raw Normal View History

# Description: Modern, extensible Python project management
2022-05-16 21:50:31 +02:00
# URL: https://github.com/pypa/hatch
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-editables python3-pathspec python3-pluggy
name=python3-hatchling
2022-10-19 22:34:21 +02:00
version=1.11.1
release=1
source=(https://github.com/ofek/hatch/archive/hatchling-v$version/hatchling-$version.tar.gz)
build() {
cd hatch-hatchling-v$version
/usr/bin/python3 -m build backend
PIP_CONFIG_FILE=/dev/null /usr/bin/pip3 install --isolated --root=$PKG \
--ignore-installed --no-deps backend/dist/*.whl
}