python-enum34: update to 1.1.3
This commit is contained in:
parent
dcddd159ee
commit
9784279b57
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-enum34'
|
# Template file for 'python-enum34'
|
||||||
pkgname=python-enum34
|
pkgname=python-enum34
|
||||||
version=1.1.2
|
version=1.1.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="enum34-${version}"
|
wrksrc="enum34-${version}"
|
||||||
|
@ -10,10 +10,10 @@ depends="python"
|
||||||
pycompile_module="enum"
|
pycompile_module="enum"
|
||||||
short_desc="Backport of Python 3.4 enum module"
|
short_desc="Backport of Python 3.4 enum module"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://pypi.python.org/pypi/enum34/"
|
homepage="https://bitbucket.org/stoneleaf/enum34"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/e/enum34/enum34-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/e/enum34/enum34-${version}.tar.gz"
|
||||||
checksum=2475d7fcddf5951e92ff546972758802de5260bf409319a9f1934e6bbc8b1dc7
|
checksum=865506c22462236b3a2e87a7d9587633e18470e7a93a79b594791de2d31e9bc8
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# remove doc
|
# remove doc
|
||||||
|
|
Loading…
Reference in New Issue