aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-greenlet/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-23 19:57:44 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-23 19:57:44 +0200
commit91909646720226459cde8a5cffac611896b947ff (patch)
tree05254f6de6e4a4a3c3ef9ce754604018bdec6004 /community/py-greenlet/APKBUILD
parent9040d888ee51bae2dc7915c21531ecaf53038591 (diff)
downloadaports-91909646720226459cde8a5cffac611896b947ff.tar.bz2
aports-91909646720226459cde8a5cffac611896b947ff.tar.xz
community/py-greenlet: rebuild
Diffstat (limited to 'community/py-greenlet/APKBUILD')
-rw-r--r--community/py-greenlet/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/py-greenlet/APKBUILD b/community/py-greenlet/APKBUILD
index b60688fda4..12b8eedb1b 100644
--- a/community/py-greenlet/APKBUILD
+++ b/community/py-greenlet/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py-greenlet
_pkgname=greenlet
pkgver=0.4.10
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight in-process concurrent programming"
url="http://pypi.python.org/pypi/greenlet"
arch="noarch"
@@ -12,8 +12,7 @@ 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"
-
-builddir="$srcdir"/$_pkgname-$pkgver
+builddir="$srcdir/$_pkgname-$pkgver"
build() {
cd "$builddir"
@@ -31,6 +30,7 @@ _py() {
pkgdesc="$pkgdesc - $python"
arch="all"
install_if="$pkgname=$pkgver-r$pkgrel $python"
+
cd "$builddir"
$python setup.py install --prefix=/usr --root="$subpkgdir"
}
@@ -44,7 +44,6 @@ _py3() {
_py python3
}
-
md5sums="bed0c4b3b896702131f4d5c72f87c41d greenlet-0.4.10.zip"
sha256sums="9a98d49f63259b16d3627976b69dd856888a376c498b091c8e9ead56d5098ca8 greenlet-0.4.10.zip"
sha512sums="7fc78b14dca079f838647fd99878850cf9e83af781c985362146a11f71c5a700fbac8148273cd1c0ec4ac6ead4cf5bd389e001b8fc1225e87e9b51919d7ecc6c greenlet-0.4.10.zip"