python-zope.component: drop package

No packages depend on zope.component
This commit is contained in:
Đoàn Trần Công Danh 2019-12-31 08:28:02 +07:00 committed by Helmut Pozimski
parent 10d2f21f85
commit d8b973b859
3 changed files with 20 additions and 32 deletions

View File

@ -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 <Vaelatern@voidlinux.org>"
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
}
}

View File

@ -1 +0,0 @@
python-zope.component

View File

@ -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 <Vaelatern@voidlinux.org>"
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
}