diff options
Diffstat (limited to 'testing/py-ndg_httpsclient/APKBUILD')
| -rw-r--r-- | testing/py-ndg_httpsclient/APKBUILD | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/testing/py-ndg_httpsclient/APKBUILD b/testing/py-ndg_httpsclient/APKBUILD deleted file mode 100644 index a917c4d5c8..0000000000 --- a/testing/py-ndg_httpsclient/APKBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Contributor: Carlo Landmeter <clandmeter@gmail.com> -# Maintainer: -pkgname=py-ndg_httpsclient -pkgver=0.4.0 -pkgrel=0 -pkgdesc="HTTPS client implementation for httplib and urllib2 based on PyOpenSSL" -url="https://github.com/cedadev/ndg_httpsclient" -arch="noarch" -license="BSD" -depends="py-openssl py-asn1" -depends_dev="" -makedepends="$depends_dev py-setuptools" -install="" -subpackages="" -source="ndg_httpsclient-$pkgver.tar.gz::https://github.com/cedadev/ndg_httpsclient/archive/v$pkgver.tar.gz" - -_builddir="$srcdir"/ndg_httpsclient-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - python setup.py build || return 1 -} - -package() { - cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="b7577b1eaa2a25915c7a963e0d2f80a5 ndg_httpsclient-0.4.0.tar.gz" -sha256sums="d8954102b851dc775b12535d6623d41ee0849146ea8b8a2d937a5c12ca8ba19d ndg_httpsclient-0.4.0.tar.gz" -sha512sums="4ff71ce7a475e2828e4836f77cbbcc6c9f99c6d5b0e4510b805be0e50f95a337665d73a54b355dc3ae51d752857dd886ba0c9c1dcc7d7041ebbed6df8842cd88 ndg_httpsclient-0.4.0.tar.gz" |
