1 # Contributor: Cilyan Olowen <gaknar@gmail.com>
2 # Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
6 pkgdesc="Zope Generic Transpatent Proxies"
8 # Waiting for AUR to support these notations
9 #url="http://cheeseshop.python.org/pypi/${pkgname//-/.}/"
10 url="http://cheeseshop.python.org/pypi/zope.proxy/"
13 makedepends=('setuptools' 'zope-interface')
14 optdepends=('zope-testing : For testing !')
15 source=(http://pypi.python.org/packages/source/z/${pkgname//-/.}/${pkgname//-/.}-$pkgver.tar.gz)
16 md5sums=('ac5fc916b572bc3ff630b49cda52d94a')
19 cd $startdir/src/${pkgname//-/.}-$pkgver
20 python setup.py install --root=$startdir/pkg --prefix=/usr || return 1