python-zope_interface

This commit is contained in:
milisman 2016-05-31 05:30:11 +03:00
parent eb8512da63
commit 9713838f94
2 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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
}