Date: Sunday, August 18, 2013 @ 16:19:38 Author: bpiotrowski Revision: 95898
upgpkg: python2-ndg-httpsclient 0.3.2-2 - replace python2-distribute with python2-setuptools Modified: python2-ndg-httpsclient/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-18 14:17:59 UTC (rev 95897) +++ PKGBUILD 2013-08-18 14:19:38 UTC (rev 95898) @@ -5,13 +5,13 @@ pkgname=python2-ndg-httpsclient _pkgname=ndg_httpsclient pkgver=0.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL" arch=(any) url="https://pypi.python.org/pypi/ndg-httpsclient" license=('BSD') depends=('python2-pyopenssl' 'python2-pyasn1') -makedepends=('python2-distribute') +makedepends=('python2-setuptools') options=(!emptydirs) source=(https://pypi.python.org/packages/source/n/ndg-httpsclient/${_pkgname}-${pkgver}.tar.gz)
