diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-20 11:35:14 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-20 11:35:18 +0000 |
commit | 78305428cfef03ca5dab9ae0b494adbc0f638a2c (patch) | |
tree | 07c70c8279829562ed9490ddc53d8ad100b848ae | |
parent | a114f25561160aebb61fa56e1b0ffd066008d99f (diff) | |
download | aports-78305428cfef03ca5dab9ae0b494adbc0f638a2c.tar.bz2 aports-78305428cfef03ca5dab9ae0b494adbc0f638a2c.tar.xz |
testing/py-greenlet: upgrade to 0.4.10
-rw-r--r-- | testing/py-greenlet/APKBUILD | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/testing/py-greenlet/APKBUILD b/testing/py-greenlet/APKBUILD index f61f9f178d..8b6af4a676 100644 --- a/testing/py-greenlet/APKBUILD +++ b/testing/py-greenlet/APKBUILD @@ -2,16 +2,15 @@ # Contributor: Elizabeth Jennifer Myers <elizabeth@sporksirc.net> pkgname=py-greenlet _pkgname=greenlet -pkgver=0.4.0 -pkgrel=2 +pkgver=0.4.10 +pkgrel=0 pkgdesc="Lightweight in-process concurrent programming" url="http://pypi.python.org/pypi/greenlet" arch="all" license="MIT" depends="" makedepends="python-dev py-setuptools" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip - gcc-4.8-bugfix.patch" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" _builddir="$srcdir"/$_pkgname-$pkgver prepare() { @@ -35,9 +34,6 @@ package() { python setup.py install --root="$pkgdir" || return 1 } -md5sums="87887570082caadc08fb1f8671dbed71 greenlet-0.4.0.zip -93c2b0229a5d6f1228396fec05b7c4e1 gcc-4.8-bugfix.patch" -sha256sums="3f52af03bf8a89045fc159c6a76d5642349b30fb41c3df1a22b12bbd3920b1ee greenlet-0.4.0.zip -e0f10049aa8cd205cd4c93b80bcd9cc8247be2a55e0b74b7f50841afe8eea483 gcc-4.8-bugfix.patch" -sha512sums="c072ceb83b3040448f0f7c8596aa134837fcc2ada5513b12fbeada4f5ae2ca5e4d4c5814c317a9270e4a0a65a02e2525dce7edad678978782013da7caa188d19 greenlet-0.4.0.zip -d7fcdf5aa207e7e94bfdf96a9f94d2ab669f46c484c6a1972c1d7dde79de1bbabf1e6f76650dfe78ea91cf977acb10975ad3d3ac3c7e4d9553a06b00c44081d1 gcc-4.8-bugfix.patch" +md5sums="bed0c4b3b896702131f4d5c72f87c41d greenlet-0.4.10.zip" +sha256sums="9a98d49f63259b16d3627976b69dd856888a376c498b091c8e9ead56d5098ca8 greenlet-0.4.10.zip" +sha512sums="7fc78b14dca079f838647fd99878850cf9e83af781c985362146a11f71c5a700fbac8148273cd1c0ec4ac6ead4cf5bd389e001b8fc1225e87e9b51919d7ecc6c greenlet-0.4.10.zip" |