summaryrefslogtreecommitdiff
path: root/python3-versioningit/Pkgfile
blob: 6ded877e0723e433f5226312a24016bc235e5bd0 (plain)
    1 # Description: Versioning It with your Version In Git
    2 # URL: https://github.com/jwodder/versioningit
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: python3-build python3-installer
    5 
    6 name=python3-versioningit
    7 version=2.1.0
    8 release=1
    9 source=(https://github.com/jwodder/versioningit/releases/download/v$version/versioningit-$version.tar.gz)
   10 
   11 build() {
   12   cd versioningit-$version
   13 
   14   /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
   15   /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
   16 }

Generated by cgit