python-incremental: remove

python 2
This commit is contained in:
classabbyamp 2023-10-11 17:28:49 -04:00 committed by classabbyamp
parent bf52a18473
commit c464356976
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
# Template file for 'python-incremental'
pkgname=python-incremental
version=21.3.0
revision=2
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python"
short_desc="Small library that versions your Python projects (Python2)"
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
}