summaryrefslogtreecommitdiff
path: root/python3-hatch-vcs/Pkgfile
blob: df9bdbaeb78b7b1c7e838674d43a4cf32009bbce (plain)
    1 # Description: Hatch plugin for versioning with your preferred VCS
    2 # URL: https://github.com/ofek/hatch-vcs
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-hatchling
    5 
    6 name=python3-hatch-vcs
    7 version=0.2.0
    8 release=1
    9 source=(https://github.com/ofek/hatch-vcs/archive/v$version/hatch-vcs-$version.tar.gz)
   10 
   11 build() {
   12   cd hatch-vcs-$version
   13   /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
   14   /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
   15 }

Generated by cgit