summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-06-08 11:42:58 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-06-08 11:43:05 +0200
commit8c54f0bf06c98bee5f6f8c21e1ad44b88cf0f008 (patch)
treeefca4cd7424426870a6ac2cbcb0ca32f1918bf13 /dev-python/pycapnp/pycapnp-0.5.8.ebuild
parentdev-db/aerospike-server-community: Bump (diff)
downloadgentoo-8c54f0bf06c98bee5f6f8c21e1ad44b88cf0f008.tar.gz
gentoo-8c54f0bf06c98bee5f6f8c21e1ad44b88cf0f008.tar.bz2
gentoo-8c54f0bf06c98bee5f6f8c21e1ad44b88cf0f008.zip
dev-python/pycapnp: bump to 0.5.8
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-python/pycapnp/pycapnp-0.5.8.ebuild')
-rw-r--r--dev-python/pycapnp/pycapnp-0.5.8.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/pycapnp/pycapnp-0.5.8.ebuild b/dev-python/pycapnp/pycapnp-0.5.8.ebuild
new file mode 100644
index 000000000000..86830e5b522c
--- /dev/null
+++ b/dev-python/pycapnp/pycapnp-0.5.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapping of the Cap'n Proto library"
+HOMEPAGE="http://jparyani.github.io/pycapnp/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ dev-libs/capnproto
+ dev-python/cython[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"