1 # Contributor: Cilyan Olowen <gaknar@gmail.com>
2 # Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
6 pkgdesc="Zope testing framework, including the testrunner script"
8 url="http://cheeseshop.python.org/pypi/zope.testing/"
10 depends=('python' 'zope-interface' 'zope-exceptions')
11 makedepends=('setuptools')
12 source=(http://pypi.python.org/packages/source/z/zope.testing/zope.testing-$pkgver.tar.gz)
13 md5sums=('1dd78003d6914f67584725ce01c86311')
16 cd ${srcdir}/zope.testing-$pkgver
17 python setup.py install --root=${pkgdir} --prefix=/usr || return 1