Date: Friday, May 27, 2016 @ 05:26:59 Author: fyan Revision: 177155 upgpkg: python2-unittest2 1.1.0-4
remove argparse from installed egg-info's requirements Modified: python2-unittest2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-27 03:20:29 UTC (rev 177154) +++ PKGBUILD 2016-05-27 03:26:59 UTC (rev 177155) @@ -4,7 +4,7 @@ pkgname=python2-unittest2 _pkgname=unittest2 pkgver=1.1.0 -pkgrel=3 +pkgrel=4 pkgdesc="New features in unittest for Python 2" url="http://www.voidspace.org.uk/python/articles/unittest2.shtml" arch=('any') @@ -16,6 +16,10 @@ sha512sums=('ccd701194994623422d5c0bdd88d89b279cbbc67cd96b3cfee7f48e1c32f87c154a3378771e2909afa89d9c13692173ccbd692312b1ad7b9d05cf8c115fcc14b' '85242ed21eb191fa0bab16f3e390957f1c8b7bc3b79aefbea2d925feaa8248f33d6e22afaa7d1c07c5fcb5e800910aa2a1cb52d892c104337bbdb57a380373a2') +prepare() { + sed -i "s/'argparse', //" ${_pkgname}-${pkgver}/setup.py +} + build() { cd ${_pkgname}-${pkgver} python2 setup.py build
