20 lines
681 B
Bash
20 lines
681 B
Bash
# Template file for 'python3-incremental'
|
|
pkgname=python3-incremental
|
|
version=21.3.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-Twisted python3-click"
|
|
short_desc="Small library that versions your Python projects (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/twisted/incremental"
|
|
changelog="https://raw.githubusercontent.com/twisted/incremental/trunk/NEWS.rst"
|
|
distfiles="${PYPI_SITE}/i/incremental/incremental-${version}.tar.gz"
|
|
checksum=02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|