python-incremental: update to 21.3.0.
This commit is contained in:
parent
adaa0de5cc
commit
ee4b3fdb07
1 changed files with 5 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python-incremental'
|
# Template file for 'python-incremental'
|
||||||
pkgname=python-incremental
|
pkgname=python-incremental
|
||||||
version=17.5.0
|
version=21.3.0
|
||||||
revision=6
|
revision=1
|
||||||
wrksrc="incremental-${version}"
|
wrksrc="incremental-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="incremental"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Small library that versions your Python projects (Python2)"
|
short_desc="Small library that versions your Python projects (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/twisted/incremental"
|
|
||||||
license="MIT"
|
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"
|
distfiles="${PYPI_SITE}/i/incremental/incremental-${version}.tar.gz"
|
||||||
checksum=7b751696aaf36eebfab537e458929e194460051ccad279c72b755a167eebd4b3
|
checksum=02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -20,7 +20,6 @@ post_install() {
|
||||||
|
|
||||||
python3-incremental_package() {
|
python3-incremental_package() {
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="incremental"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Reference in a new issue