milis/talimatname/genel/p/python-zope_interface/talimat
2017-10-27 15:31:13 +03:00

14 lines
408 B
Text

# Description: Zope3 arayüz kütüphanesi.
# 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
}