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:
parent
21de2be314
commit
02fe8dbbf3
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-zope.component'
|
||||
pkgname=python-zope.component
|
||||
version=4.5
|
||||
version=4.4.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
|
@ -9,11 +9,11 @@ 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 <Vaelatern@voidlinux.eu>"
|
||||
license="ZPL-2.1"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
homepage="https://github.com/zopefoundation/zope.component"
|
||||
license="ZPL-2.1"
|
||||
distfiles="${PYPI_SITE}/z/zope.component/zope.component-${version}.tar.gz"
|
||||
checksum=6edfd626c3b593b72895a8cfcf79bff41f4619194ce996a85bce31ac02b94e55
|
||||
checksum=1b29aa65413f6dda29e64e2352a6aa13d9ba70078f6b91f328573488788d531c
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
|
|
Loading…
Reference in New Issue