From 061bb55522d1f1b08d55d3438bfc8a81e79a160d Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 7 Oct 2018 18:21:11 +0200 Subject: [PATCH] python-zope.event: update to 4.4 --- srcpkgs/python-zope.event/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-zope.event/template b/srcpkgs/python-zope.event/template index cd5639a2b4d..c6e1e7fa0fb 100644 --- a/srcpkgs/python-zope.event/template +++ b/srcpkgs/python-zope.event/template @@ -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 " 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 } }