Date: Wednesday, June 12, 2013 @ 12:08:22 Author: mtorromeo Revision: 92698
upgpkg: python-requests 1.2.3-2 Updated optdepends to include python2-ndg-httpsclient for HTTPS requests with SNI support Modified: python-requests/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-06-12 10:02:33 UTC (rev 92697) +++ PKGBUILD 2013-06-12 10:08:22 UTC (rev 92698) @@ -4,7 +4,7 @@ pkgbase=python-requests pkgname=(python-requests python2-requests) pkgver=1.2.3 -pkgrel=1 +pkgrel=2 _libname=requests pkgdesc="Python HTTP for Humans." url="http://python-requests.org" @@ -36,7 +36,6 @@ package_python-requests() { depends=(python) - cd "$srcdir/$_libname-$pkgver" rm -rf build; ln -s ../buildpy3 build python setup.py install --skip-build -O1 --root="$pkgdir" @@ -45,7 +44,8 @@ package_python2-requests() { depends=(python2) - optdepends=('python2-grequests: asynchronous requests with gevent' + optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support' + 'python2-grequests: asynchronous requests with gevent' 'python2-simplejson') cd "$srcdir/$_libname-$pkgver"
