summaryrefslogtreecommitdiff
path: root/python3-hatchling/Pkgfile
blob: 145a32736cadac1b81749ed94e74b75ad4f03702 (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-build python3-pathspec python3-pluggy
    5 
    6 name=python3-hatchling
    7 version=1.4.1
    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 --wheel --skip-dependency-check --no-isolation
   15   /usr/bin/pip3 install --isolate --root=$PKG --ignore-installed --no-deps backend/dist/*.whl
   16 }

Generated by cgit