zope.interface: update to 4.0.1.
This commit is contained in:
parent
0f94eb1103
commit
179a349510
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'zope.interface'
|
||||
pkgname=zope.interface
|
||||
version=3.5.3
|
||||
version=4.0.1
|
||||
revision=1
|
||||
distfiles="http://pypi.python.org/packages/source/z/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
build_style=python-module
|
||||
fulldepends="python"
|
||||
makedepends="python-devel python-distribute"
|
||||
short_desc="zope.interface package from Zope 3"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=3ebd70b329733571110dd35b1c6d9f071661fcc21aa169bdd9642bfa1b2e5939
|
||||
homepage="http://pypi.python.org/pypi/zope.interface"
|
||||
license="ZPL"
|
||||
distfiles="http://pypi.python.org/packages/source/z/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=b9f4b92c91ac4defbf0269ec891c3528110224259019b009a24d50e0ebebe9c9
|
||||
long_desc="
|
||||
This is a separate distribution of the zope.interface package used in Zope 3,
|
||||
along with the packages it depends on."
|
||||
|
||||
pycompile_module="zope"
|
||||
noarch=yes
|
||||
|
||||
pycompile_module="zope/interface"
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
libpython2.7.so.1.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
Loading…
Reference in New Issue