From 002996843641fac01c7e2d9fab201491d3f6aafa Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 1 Mar 2018 17:41:46 +0000 Subject: python-ndg-httpsclient: update to 0.4.4 --- abs/core/python_modules/python-ndg-httpsclient/PKGBUILD | 15 ++++++++------- .../python_modules/python-ndg-httpsclient/__changelog | 2 -- 2 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 abs/core/python_modules/python-ndg-httpsclient/__changelog diff --git a/abs/core/python_modules/python-ndg-httpsclient/PKGBUILD b/abs/core/python_modules/python-ndg-httpsclient/PKGBUILD index 7b0047f..0d2f022 100644 --- a/abs/core/python_modules/python-ndg-httpsclient/PKGBUILD +++ b/abs/core/python_modules/python-ndg-httpsclient/PKGBUILD @@ -3,24 +3,25 @@ # Contributor: Hugo Osvaldo Barrera pkgbase=python-ndg-httpsclient -pkgname=(python2-ndg-httpsclient) +pkgname=(python-ndg-httpsclient python2-ndg-httpsclient) _pkgname=ndg_httpsclient -pkgver=0.4.2 -pkgrel=2 +pkgver=0.4.4 +pkgrel=1 pkgdesc="Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL" arch=(any) url="https://pypi.python.org/pypi/ndg-httpsclient" license=('BSD') -makedepends=(python2-setuptools python2-pyopenssl python2-pyasn1) +makedepends=(python2-setuptools python2-pyopenssl python2-pyasn1 + python-setuptools python-pyopenssl python-pyasn1) options=(!emptydirs) source=(https://files.pythonhosted.org/packages/source/n/ndg-httpsclient/$_pkgname-$pkgver.tar.gz) -sha256sums=('580987ef194334c50389e0d7de885fccf15605c13c6eecaabd8d6c43768eb8ac') +sha256sums=('fba4d4798dcac2965874f24afb6631b4326baa4bd02505744d34f690c354856a') build() { cd "$srcdir"/$_pkgname-$pkgver -# rm -rf ../buildpy3; mkdir ../buildpy3 -# python setup.py build -b ../buildpy3 + rm -rf ../buildpy3; mkdir ../buildpy3 + python setup.py build -b ../buildpy3 rm -rf ../buildpy2; mkdir ../buildpy2 python2 setup.py build -b ../buildpy2 diff --git a/abs/core/python_modules/python-ndg-httpsclient/__changelog b/abs/core/python_modules/python-ndg-httpsclient/__changelog deleted file mode 100644 index 4f818ef..0000000 --- a/abs/core/python_modules/python-ndg-httpsclient/__changelog +++ /dev/null @@ -1,2 +0,0 @@ -PKGBUILD: don't build py 3 stuff - -- cgit v0.12