diff --git a/srcpkgs/python-zope.event/template b/srcpkgs/python-zope.event/template deleted file mode 100644 index 6518cb4529b..00000000000 --- a/srcpkgs/python-zope.event/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-zope.event' -pkgname=python-zope.event -version=4.4 -revision=2 -archs=noarch -wrksrc="${pkgname#*-}-${version}" -build_style=python-module -pycompile_module="zope/event" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-setuptools" -short_desc="Very basic event publishing system (Python2)" -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=69c27debad9bdacd9ce9b735dad382142281ac770c4a432b533d6d65c4614bcf - -post_install() { - vlicense LICENSE.txt -} - -python3-zope.event_package() { - archs=noarch - pycompile_module="zope/event" - depends="python3-setuptools" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE.txt - } -} diff --git a/srcpkgs/python3-zope.event b/srcpkgs/python3-zope.event deleted file mode 120000 index 581097bc6af..00000000000 --- a/srcpkgs/python3-zope.event +++ /dev/null @@ -1 +0,0 @@ -python-zope.event \ No newline at end of file diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template new file mode 100644 index 00000000000..0ca1af6cfc4 --- /dev/null +++ b/srcpkgs/python3-zope.event/template @@ -0,0 +1,20 @@ +# Template file for 'python3-zope.event' +pkgname=python3-zope.event +version=4.4 +revision=3 +archs=noarch +wrksrc="${pkgname#*-}-${version}" +build_style=python3-module +pycompile_module="zope/event" +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Very basic event publishing system for Python" +maintainer="Toyam Cox " +license="ZPL-2.1" +homepage="https://github.com/zopefoundation/zope.event" +distfiles="${PYPI_SITE}/z/zope.event/zope.event-${version}.tar.gz" +checksum=69c27debad9bdacd9ce9b735dad382142281ac770c4a432b533d6d65c4614bcf + +post_install() { + vlicense LICENSE.txt +}