summaryrefslogtreecommitdiff
path: root/python3-hatchling/Pkgfile
blob: efbcc7c303d5b3d477e2427d41174a43ef5674b7 (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.1.0
    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