python-zope.interface: update to 4.4.0
This commit is contained in:
parent
2b268fbaa5
commit
da554934a6
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-zope.interface'
|
# Template file for 'python-zope.interface'
|
||||||
pkgname=python-zope.interface
|
pkgname=python-zope.interface
|
||||||
version=4.3.3
|
version=4.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,11 +13,9 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/zopefoundation/zope.interface"
|
homepage="https://github.com/zopefoundation/zope.interface"
|
||||||
license="ZPL-2.1"
|
license="ZPL-2.1"
|
||||||
distfiles="${PYPI_SITE}/z/zope.interface/zope.interface-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/z/zope.interface/zope.interface-${version}.tar.gz"
|
||||||
checksum=8780ef68ca8c3fe1abb30c058a59015129d6e04a6b02c2e56b9c7de6078dfa88
|
checksum=e50e5e87cde9bf0ed59229fd372390c2d68b3674ae313858ef544d32051e2cd3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# delete C source
|
|
||||||
find ${DESTDIR} -type f -name '*.c' -delete
|
|
||||||
# zope.interface provides the zope namespace
|
# zope.interface provides the zope namespace
|
||||||
for py_sitelib in $py2_sitelib $py3_sitelib; do
|
for py_sitelib in $py2_sitelib $py3_sitelib; do
|
||||||
vinstall src/zope/__init__.py 644 ${py_sitelib}/zope
|
vinstall src/zope/__init__.py 644 ${py_sitelib}/zope
|
||||||
|
|
Loading…
Reference in a new issue