milis/talimatname/genel/p/python-zope_interface/talimat

15 lines
408 B
Text
Raw Normal View History

2017-04-13 11:11:17 +03:00
# Description: Zope3 arayüz kütüphanesi.
2016-05-31 05:30:11 +03:00
# 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
}