aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-greenlet/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-greenlet/APKBUILD')
-rw-r--r--community/py-greenlet/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/py-greenlet/APKBUILD b/community/py-greenlet/APKBUILD
index 8432e3de6a6..b37567421fd 100644
--- a/community/py-greenlet/APKBUILD
+++ b/community/py-greenlet/APKBUILD
@@ -7,12 +7,14 @@ pkgrel=1
pkgdesc="Lightweight in-process concurrent programming"
url="http://pypi.python.org/pypi/greenlet"
# does not build on ppc64le yet
-arch="all !ppc64le"
+arch="all"
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.tar.gz"
+source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
+ ppc64le_clobbering.patch"
+
builddir="$srcdir/$_pkgname-$pkgver"
build() {
@@ -44,4 +46,5 @@ _py3() {
_py python3
}
-sha512sums="f3bf0f82b6e3bc687fc9b89469339cfb05e64518d1e49bc96066e8d47b8559f1c1aa53692cd25d839437a2f1b81df6fd9a4509a1b4063ec4ce1d97b73842e9f6 greenlet-0.4.12.tar.gz"
+sha512sums="f3bf0f82b6e3bc687fc9b89469339cfb05e64518d1e49bc96066e8d47b8559f1c1aa53692cd25d839437a2f1b81df6fd9a4509a1b4063ec4ce1d97b73842e9f6 greenlet-0.4.12.tar.gz
+fdadaefaa69a07c1926a000c70ed58b92e2103942b7031310575e3b2feefa15d56d2f9df72db3cab583b97d1f6607df5e09bd85bc3be284a0de18d2d1ffbe869 ppc64le_clobbering.patch"