summaryrefslogtreecommitdiff
path: root/python3-hatchling/Pkgfile
blob: 85118a790732dc492b95af5b858f298ea704f7e9 (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.3.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