python-zope_interface
This commit is contained in:
parent
eb8512da63
commit
9713838f94
|
@ -1,7 +1,7 @@
|
|||
# Description: Python event-driven networking framework.
|
||||
# URL: http://www.twistedmatrix.com/
|
||||
# Packager: milisarge
|
||||
# Depends on: python python-setuptools
|
||||
# Depends on: python python-setuptools python-zope_interface
|
||||
|
||||
name=python-twisted
|
||||
version=15.5.0
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
# Description: Zope3 interface library.
|
||||
# URL: http://pypi.python.org/pypi/zope.interface/
|
||||
# Packager: milisarge
|
||||
# Depends on: python python-setuptools
|
||||
|
||||
name=python-zope_interface
|
||||
version=4.1.3
|
||||
release=1
|
||||
source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd zope.interface-$version
|
||||
/usr/bin/python2 setup.py install --root=$PKG --prefix=/usr
|
||||
}
|
Loading…
Reference in New Issue