39 lines
1.2 KiB
Bash
39 lines
1.2 KiB
Bash
# Template file for 'python-zope.component'
|
|
pkgname=python-zope.component
|
|
version=4.4.0
|
|
revision=2
|
|
noarch=yes
|
|
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@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=2a53e184026d63ef4073dd3722b34f104fbc702329b61182bf65e1152ef5038a
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|
|
|
|
python3-zope.component_package() {
|
|
noarch=yes
|
|
pycompile_module="zope/component"
|
|
replaces="python3.4-zope.component>=0"
|
|
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
|
|
}
|
|
}
|
|
python3.4-zope.component_package() {
|
|
noarch=yes
|
|
build_style=meta
|
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
|
depends="python3-zope.component>=${version}_${revision}"
|
|
}
|