summaryrefslogtreecommitdiffstats
path: root/zope-interface/Pkgfile
blob: 348a72a6e858be061505d59a7e56ffed4e729314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Addon pour zope
# URL: http://www.zope.org/Products/ZopeInterface/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on:
# Run on:

name=zope-interface
version=3.6.1
release=1
source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-$version.tar.gz)


build() {
	cd zope.interface-$version
	python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
	rm $PKG/usr/lib/python*/site-packages/zope/interface/README*.txt
}