19 lines
668 B
Bash
19 lines
668 B
Bash
# Template file for 'python3-versioningit'
|
|
pkgname=python3-versioningit
|
|
version=2.1.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel"
|
|
depends="python3-packaging python3-setuptools python3-tomli"
|
|
short_desc="Versioning It with your Version In Git"
|
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
|
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=6379b15a701836a00654a4c3ff82e72f591461289d2718789c1be9af67be7a2f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|