contrib/python3-versioningit/Pkgfile

17 lines
540 B
Plaintext

# Description: Versioning It with your Version In Git
# URL: https://github.com/jwodder/versioningit
# Maintainer: unmaintained
# Depends on: python3-build python3-installer python3-wheel
name=python3-versioningit
version=2.2.0
release=1
source=(https://github.com/jwodder/versioningit/releases/download/v$version/versioningit-$version.tar.gz)
build() {
cd versioningit-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}