python-enum34: update to 1.1.10
This commit is contained in:
parent
7a4d40a4ec
commit
8cf21eb0ed
|
@ -1,22 +1,21 @@
|
||||||
# Template file for 'python-enum34'
|
# Template file for 'python-enum34'
|
||||||
pkgname=python-enum34
|
pkgname=python-enum34
|
||||||
version=1.1.6
|
version=1.1.10
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="enum34-${version}"
|
wrksrc="enum34-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="enum"
|
|
||||||
short_desc="Backport of Python 3.4 enum module"
|
short_desc="Backport of Python 3.4 enum module"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://bitbucket.org/stoneleaf/enum34"
|
license="BSD-3-Clause"
|
||||||
license="3-clause-BSD"
|
homepage="https://pypi.org/project/enum34/"
|
||||||
distfiles="${PYPI_SITE}/e/enum34/enum34-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/e/enum34/enum34-${version}.tar.gz"
|
||||||
checksum=8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1
|
checksum=cce6a7477ed816bd2542d03d53db9f0db935dd013b70f336a95c73979289f248
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# remove doc
|
# remove doc
|
||||||
sed -i "/'enum' :/,+6d" setup.py
|
vsed -i "/'enum' :/,+6d" setup.py
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense enum/LICENSE
|
vlicense enum/LICENSE
|
||||||
|
|
Loading…
Reference in New Issue