aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-msgpack
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-05-16 15:42:31 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-05-17 12:20:44 +0200
commit834493697c53d871387e5c590a2a08573e755f4f (patch)
treefc18ba0f2d5162488f9cc8452fbbf6561d84e75a /community/py-msgpack
parent90f0cd4b0097842fc1f8c1834e5a09a08507138a (diff)
community/py-msgpack: depend on cython instead of py-cython
Diffstat (limited to 'community/py-msgpack')
-rw-r--r--community/py-msgpack/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/py-msgpack/APKBUILD b/community/py-msgpack/APKBUILD
index 8caaf0fe6ca..d9a174bf869 100644
--- a/community/py-msgpack/APKBUILD
+++ b/community/py-msgpack/APKBUILD
@@ -3,14 +3,15 @@
pkgname=py-msgpack
_pkgname=msgpack-python
pkgver=0.6.1
-pkgrel=3
+pkgrel=4
pkgdesc="A Python module for MessagePack serialization/deserialization"
url="https://msgpack.org/"
arch="all"
license="Apache-2.0"
# Dependency (pluggy) to run test is not available
depends=""
-makedepends="python2-dev python3-dev py-setuptools py3-setuptools py-cython py3-cython"
+makedepends="python2-dev python3-dev py-setuptools py3-setuptools
+ cython2 cython3"
checkdepends="pytest py3-pytest"
subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2"
source="$_pkgname-$pkgver.tar.gz::https://github.com/msgpack/msgpack-python/archive/v$pkgver.tar.gz"