testing/py-netlib: upgrade to 0.16

This commit is contained in:
Fabian Affolter 2018-02-04 10:14:50 +00:00 committed by Timo Teräs
parent d6e8e9b1dd
commit dd396e47de

View File

@ -2,40 +2,29 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-netlib pkgname=py-netlib
_pkgname=netlib _pkgname=netlib
pkgver=0.15 pkgver=0.16
pkgrel=0 pkgrel=0
pkgdesc="A Collection of network utility classes" pkgdesc="A Collection of network utility classes"
url="https://github.com/mitmproxy/netlib" url="https://github.com/mitmproxy/netlib"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
options="!check"
depends="python2 py-openssl py-asn1" depends="python2 py-openssl py-asn1"
depends_dev="" depends_dev=""
makedepends="python2-dev py-setuptools" makedepends="python2-dev py-setuptools"
install="" install=""
subpackages="" subpackages=""
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
_builddir="$srcdir"/$_pkgname-$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() { build() {
cd "$_builddir" cd "$builddir"
python2 setup.py build || return 1 python2 setup.py build
} }
package() { package() {
cd "$_builddir" cd "$builddir"
python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 python2 setup.py install --prefix=/usr --root="$pkgdir"
} }
md5sums="b4f8c430dd9cae6c9b981b72c9954ffc netlib-0.15.tar.gz" sha512sums="7beb7fa8bde6fb994d15af770d8e0e006d1bdeb499f7f0fbff1466ae99212904ff065f7b2257d6576e7c257c52010baf4dea38fc43ac3fd9832e3e5be41c969f netlib-0.16.tar.gz"
sha256sums="5f5c02724a32f4d44401a9dccaf7d3bdf077a352d11dc5131bb61fb24299afa5 netlib-0.15.tar.gz"
sha512sums="432ce150e4e8a4f5161a0bac528f039256a82d7814e195909beba60cbf045dbe015c978d86bf054f396b9ad11c674ca6019b54c4a796b37393b4a3433a2ada08 netlib-0.15.tar.gz"