Revert "python-zope.component: update to 4.5."

This reverts commit 21de2be314.

Broken.
New missing dependencies:
- zope.deferredimport
- zope.deprecation
- zope.hookable
This commit is contained in:
Alessio Sergi 2018-10-15 17:51:46 +02:00
parent 21de2be314
commit 02fe8dbbf3

View file

@ -1,6 +1,6 @@
# Template file for 'python-zope.component' # Template file for 'python-zope.component'
pkgname=python-zope.component pkgname=python-zope.component
version=4.5 version=4.4.1
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
@ -9,11 +9,11 @@ pycompile_module="zope/component"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools python-zope.interface python-zope.event" depends="python-setuptools python-zope.interface python-zope.event"
short_desc="Zope component architecture for Python2" short_desc="Zope component architecture for Python2"
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>" maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="ZPL-2.1"
homepage="https://github.com/zopefoundation/zope.component" homepage="https://github.com/zopefoundation/zope.component"
license="ZPL-2.1"
distfiles="${PYPI_SITE}/z/zope.component/zope.component-${version}.tar.gz" distfiles="${PYPI_SITE}/z/zope.component/zope.component-${version}.tar.gz"
checksum=6edfd626c3b593b72895a8cfcf79bff41f4619194ce996a85bce31ac02b94e55 checksum=1b29aa65413f6dda29e64e2352a6aa13d9ba70078f6b91f328573488788d531c
post_install() { post_install() {
vlicense LICENSE.txt LICENSE vlicense LICENSE.txt LICENSE