parent
e453aef8c5
commit
bf52a18473
|
@ -1,23 +0,0 @@
|
|||
# Template file for 'python-zope.interface'
|
||||
pkgname=python-zope.interface
|
||||
version=5.5.2
|
||||
revision=1
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="python-devel"
|
||||
depends="python-setuptools"
|
||||
short_desc="Zope interfaces for Python2"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="ZPL-2.1"
|
||||
homepage="https://github.com/zopefoundation/zope.interface"
|
||||
changelog="https://raw.githubusercontent.com/zopefoundation/zope.interface/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/z/zope.interface/zope.interface-${version}.tar.gz"
|
||||
checksum=bfee1f3ff62143819499e348f5b8a7f3aa0259f9aca5e0ddae7391d059dce671
|
||||
# Tests can't find the package they test
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
# zope.interface provides the zope namespace
|
||||
vinstall src/zope/__init__.py 644 ${py2_sitelib}/zope
|
||||
vlicense LICENSE.txt LICENSE
|
||||
}
|
Loading…
Reference in New Issue