32 lines
979 B
Bash
32 lines
979 B
Bash
# Template file for 'python-zope.component'
|
|
pkgname=python-zope.component
|
|
version=4.4.1
|
|
revision=1
|
|
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=1b29aa65413f6dda29e64e2352a6aa13d9ba70078f6b91f328573488788d531c
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|
|
|
|
python3-zope.component_package() {
|
|
noarch=yes
|
|
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
|
|
}
|
|
}
|