contrib/python-zope-interface/Pkgfile

16 lines
461 B
Plaintext
Raw Normal View History

# Description: Zope interface library.
# URL: http://pypi.python.org/pypi/zope.interface
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python-setuptools
name=python-zope-interface
2020-04-11 16:32:14 +02:00
version=5.1.0
release=1
2017-11-04 03:11:07 +01:00
source=(https://pypi.io/packages/source/z/zope.interface/zope.interface-$version.tar.gz)
2007-10-19 13:20:37 +02:00
build() {
cd zope.interface-$version
2017-11-04 03:11:07 +01:00
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG --prefix=/usr --optimize=1
2007-10-19 13:20:37 +02:00
}