# Template file for 'python3-versioningit'
pkgname=python3-versioningit
version=3.3.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-packaging"
short_desc="Versioning It with your Version In Git"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jwodder/versioningit"
changelog="https://raw.githubusercontent.com/jwodder/versioningit/master/CHANGELOG.md"
distfiles="https://github.com/jwodder/versioningit/archive/refs/tags/v$version.tar.gz"
checksum=bb65c4320e35b3c6d1b26c52b393482c9c28a334a3da8a1301a44cbce480c203
make_check=no # FIXME

post_install() {
	vlicense LICENSE
}
