Date: Monday, August 19, 2013 @ 11:58:14 Author: mtorromeo Revision: 95999
Replaced distribute with setuptools Modified: python-requests/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-19 09:57:36 UTC (rev 95998) +++ PKGBUILD 2013-08-19 09:58:14 UTC (rev 95999) @@ -4,11 +4,11 @@ pkgbase=python-requests pkgname=(python-requests python2-requests) pkgver=1.2.3 -pkgrel=2 +pkgrel=3 _libname=requests pkgdesc="Python HTTP for Humans." url="http://python-requests.org" -makedepends=('python-distribute' 'python2-distribute') +makedepends=('python-setuptools' 'python2-setuptools') license=('custom: ISC') arch=('any') source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
