summaryrefslogtreecommitdiff
path: root/python3-hatchling/Pkgfile
blob: 2c2012d4b9ccc638e76ba947882e4c671268ddb1 (plain)
    1 # Description: Modern, extensible Python project management
    2 # URL: https://github.com/pypa/hatch
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-editables python3-pathspec python3-pluggy
    5 
    6 name=python3-hatchling
    7 version=1.12.2
    8 release=1
    9 source=(https://github.com/ofek/hatch/archive/hatchling-v$version/hatchling-$version.tar.gz)
   10 
   11 build() {
   12   cd hatch-hatchling-v$version
   13 
   14   /usr/bin/python3 -m build backend
   15   PIP_CONFIG_FILE=/dev/null /usr/bin/pip3 install --isolated --root=$PKG \
   16     --ignore-installed --no-deps backend/dist/*.whl
   17 }

Generated by cgit