mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
python-incremental: update to 17.5.0
This commit is contained in:
parent
28f809c9d0
commit
b045ca2897
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-incremental'
|
# Template file for 'python-incremental'
|
||||||
pkgname=python-incremental
|
pkgname=python-incremental
|
||||||
version=16.10.1
|
version=17.5.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="incremental-${version}"
|
wrksrc="incremental-${version}"
|
||||||
|
@ -10,10 +10,10 @@ 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="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/hawkowl/incremental"
|
homepage="https://github.com/twisted/incremental"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/i/incremental/incremental-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/incremental/incremental-${version}.tar.gz"
|
||||||
checksum=14ad6b720ec47aad6c9caa83e47db1843e2b9b98742da5dda08e16a99f400342
|
checksum=7b751696aaf36eebfab537e458929e194460051ccad279c72b755a167eebd4b3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue