python-zope.event: update to 4.4

This commit is contained in:
Alessio Sergi 2018-10-07 18:21:11 +02:00
parent b2caedd584
commit 061bb55522
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python-zope.event'
pkgname=python-zope.event
version=4.3.0
revision=2
version=4.4
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
@ -13,10 +13,10 @@ maintainer="Toyam Cox <Vaelatern@gmail.com>"
homepage="https://github.com/zopefoundation/zope.event"
license="ZPL-2.1"
distfiles="${PYPI_SITE}/z/zope.event/zope.event-${version}.tar.gz"
checksum=e0ecea24247a837c71c106b0341a7a997e3653da820d21ef6c08b32548f733e7
checksum=69c27debad9bdacd9ce9b735dad382142281ac770c4a432b533d6d65c4614bcf
post_install() {
vlicense LICENSE.txt LICENSE
vlicense LICENSE.txt
}
python3-zope.event_package() {
@ -26,6 +26,6 @@ python3-zope.event_package() {
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.txt LICENSE
vlicense LICENSE.txt
}
}