# Template file for 'python-zope.interface' pkgname=python-zope.interface version=5.1.2 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel" depends="python-setuptools" short_desc="Zope interfaces for Python2" maintainer="Alessio Sergi " license="ZPL-2.1" homepage="https://github.com/zopefoundation/zope.interface" distfiles="${PYPI_SITE}/z/zope.interface/zope.interface-${version}.tar.gz" checksum=c9c8e53a5472b77f6a391b515c771105011f4b40740ce53af8428d1c8ca20004 post_install() { # zope.interface provides the zope namespace for py_sitelib in $py2_sitelib $py3_sitelib; do vinstall src/zope/__init__.py 644 ${py_sitelib}/zope done vlicense LICENSE.txt LICENSE } python3-zope.interface_package() { depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* vlicense LICENSE.txt LICENSE } }