diff --git a/srcpkgs/python-zope.component/template b/srcpkgs/python-zope.component/template deleted file mode 100644 index 66ef109a4aa..00000000000 --- a/srcpkgs/python-zope.component/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-zope.component' -pkgname=python-zope.component -version=4.5 -revision=2 -archs=noarch -wrksrc="${pkgname#*-}-${version}" -build_style=python-module -pycompile_module="zope/component" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-setuptools python-zope.interface python-zope.event" -short_desc="Zope component architecture for Python2" -maintainer="Toyam Cox " -license="ZPL-2.1" -homepage="https://github.com/zopefoundation/zope.component" -distfiles="${PYPI_SITE}/z/zope.component/zope.component-${version}.tar.gz" -checksum=6edfd626c3b593b72895a8cfcf79bff41f4619194ce996a85bce31ac02b94e55 - -post_install() { - vlicense LICENSE.txt LICENSE -} - -python3-zope.component_package() { - archs=noarch - pycompile_module="zope/component" - depends="python3-setuptools python3-zope.interface python3-zope.event" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE.txt LICENSE - } -} diff --git a/srcpkgs/python3-zope.component b/srcpkgs/python3-zope.component deleted file mode 120000 index d2cff176aac..00000000000 --- a/srcpkgs/python3-zope.component +++ /dev/null @@ -1 +0,0 @@ -python-zope.component \ No newline at end of file diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template new file mode 100644 index 00000000000..5a6156dabce --- /dev/null +++ b/srcpkgs/python3-zope.component/template @@ -0,0 +1,20 @@ +# Template file for 'python3-zope.component' +pkgname=python3-zope.component +version=4.6 +revision=1 +archs=noarch +wrksrc="${pkgname#*-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-setuptools python3-zope.deferredimport python3-zope.deprecation + python3-zope.interface python3-zope.event python3-zope.hookable" +short_desc="Zope component architecture for Python" +maintainer="Toyam Cox " +license="ZPL-2.1" +homepage="https://www.zope.org" +distfiles="${PYPI_SITE}/z/zope.component/zope.component-${version}.tar.gz" +checksum=ec2afc5bbe611dcace98bb39822c122d44743d635dafc7315b9aef25097db9e6 + +post_install() { + vlicense LICENSE.txt LICENSE +}