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