From 8921616d87090b3a107458ea4a60ae645ab4f830 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 29 Mar 2017 04:19:57 +0000 Subject: community/py-greenlet: upgrade to 0.4.12 --- community/py-greenlet/APKBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'community/py-greenlet') diff --git a/community/py-greenlet/APKBUILD b/community/py-greenlet/APKBUILD index be77a6b382a..7a1ef2b8973 100644 --- a/community/py-greenlet/APKBUILD +++ b/community/py-greenlet/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Elizabeth Jennifer Myers pkgname=py-greenlet _pkgname=greenlet -pkgver=0.4.10 -pkgrel=4 +pkgver=0.4.12 +pkgrel=0 pkgdesc="Lightweight in-process concurrent programming" url="http://pypi.python.org/pypi/greenlet" arch="all" @@ -11,7 +11,7 @@ license="MIT" depends="" makedepends="python2-dev py-setuptools python3-dev" subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { @@ -43,6 +43,4 @@ _py3() { _py python3 } -md5sums="bed0c4b3b896702131f4d5c72f87c41d greenlet-0.4.10.zip" -sha256sums="9a98d49f63259b16d3627976b69dd856888a376c498b091c8e9ead56d5098ca8 greenlet-0.4.10.zip" -sha512sums="7fc78b14dca079f838647fd99878850cf9e83af781c985362146a11f71c5a700fbac8148273cd1c0ec4ac6ead4cf5bd389e001b8fc1225e87e9b51919d7ecc6c greenlet-0.4.10.zip" +sha512sums="f3bf0f82b6e3bc687fc9b89469339cfb05e64518d1e49bc96066e8d47b8559f1c1aa53692cd25d839437a2f1b81df6fd9a4509a1b4063ec4ce1d97b73842e9f6 greenlet-0.4.12.tar.gz" -- cgit v1.2.3