2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Zope3 arayüz kütüphanesi.
|
|
|
|
|
# URL: http://pypi.python.org/pypi/zope.interface/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python python-setuptools
|
2018-08-01 08:44:32 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python-zope_interface
|
|
|
|
|
surum=4.1.3
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-$surum.tar.gz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd zope.interface-$surum
|
|
|
|
|
/usr/bin/python2 setup.py install --root=$PKG --prefix=/usr
|
|
|
|
|
}
|