aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-rencode/APKBUILD
diff options
context:
space:
mode:
authorOleg Titov <oleg.titov@gmail.com>2019-04-08 13:54:27 -0500
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-04-10 15:52:53 +0000
commite8afbcd4a464317fae637ccab5e71249501e300f (patch)
tree3cff7b97ceb4aac9f521fb95d5af52297daf3d34 /community/py-rencode/APKBUILD
parentf3085c9f9586c788a57f6c94c4e84aa7668a4277 (diff)
downloadaports-e8afbcd4a464317fae637ccab5e71249501e300f.tar.bz2
aports-e8afbcd4a464317fae637ccab5e71249501e300f.tar.xz
community/py-rencode: remove cython-dev from makedepends, rebuild
Diffstat (limited to 'community/py-rencode/APKBUILD')
-rw-r--r--community/py-rencode/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py-rencode/APKBUILD b/community/py-rencode/APKBUILD
index b057081b48..1365c05d28 100644
--- a/community/py-rencode/APKBUILD
+++ b/community/py-rencode/APKBUILD
@@ -3,14 +3,14 @@
pkgname=py-rencode
_pkgname=rencode
pkgver=1.0.6
-pkgrel=0
+pkgrel=1
pkgdesc="The rencode module is similar to bencode from the BitTorrent project."
url="https://pypi.python.org/pypi/rencode"
arch="all"
license="GPL-3.0"
-depends="python2 cython"
+depends="python2"
depends_dev=""
-makedepends="$depends_dev py-setuptools cython-dev python2-dev"
+makedepends="$depends_dev py-setuptools python2-dev cython"
install=""
subpackages=""
source="$pkgname-$pkgver.tar.gz::https://github.com/aresch/rencode/archive/v$pkgver.tar.gz"