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

15 lines
401 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Zope3 arayüz kütüphanesi.
2016-05-31 04:30:11 +02:00
# URL: http://pypi.python.org/pypi/zope.interface/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python python-setuptools
2016-05-31 04:30:11 +02:00
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
}