summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-12-01 14:36:53 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-12-01 14:40:27 +0100
commit7346c9191a04e3378fa107030d1cc84fca01a270 (patch)
tree90b302c3a7c6911ada88dd32738c4f93cdff9e76 /dev-python/pycapnp
parentwww-apps/grafana-bin: Add info about higher FD ulimit for 4.x (diff)
downloadgentoo-7346c9191a04e3378fa107030d1cc84fca01a270.tar.gz
gentoo-7346c9191a04e3378fa107030d1cc84fca01a270.tar.bz2
gentoo-7346c9191a04e3378fa107030d1cc84fca01a270.zip
dev-python/pycapnp: bump to 0.5.10
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/pycapnp')
-rw-r--r--dev-python/pycapnp/Manifest1
-rw-r--r--dev-python/pycapnp/pycapnp-0.5.10.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
index b65c14ea43c6..ffff965dafd6 100644
--- a/dev-python/pycapnp/Manifest
+++ b/dev-python/pycapnp/Manifest
@@ -1 +1,2 @@
+DIST pycapnp-0.5.10.tar.gz 461742 SHA256 59f9181091e7030776e434db216373297db41e16eb257fe450102bd29745459f SHA512 a892fde4544e4506d76bceaff7b186dbb89ce4593269857697b7a0c70c5df02eabf8e5c831604a2803c60b1a21b4c5387b286c1d600f7ec2d66bb3d99e8ce58d WHIRLPOOL b210947ea60a3640a1792a6c5df80bd4d94dcb23937f09d26cc95d91439135e1b7efc77150d9305571d0b4a7c7fad226ce31653f7cdb188fd007716ba74438e2
DIST pycapnp-0.5.9.tar.gz 455156 SHA256 18dc9fb57928d2cb4d0387fc679d99e42ff08251539f2cadd86365f9768c874e SHA512 742e5ef0c4b8b9dea04a056004011494d2d719364fd6ecdd387f8929cbe85d98c9bdd16e0d79b15a3ebe783bf0906882c978e6b037b4aec92a35acf971c3b508 WHIRLPOOL cbd8305b4171c83a5224b70d3f268bd98970c3bb9559aa6516914a6c677100a3fab940fd13cb2b0c2d23a57d699de11689945349a8b5313f261c37448aeec9d7
diff --git a/dev-python/pycapnp/pycapnp-0.5.10.ebuild b/dev-python/pycapnp/pycapnp-0.5.10.ebuild
new file mode 100644
index 000000000000..822d437610f9
--- /dev/null
+++ b/dev-python/pycapnp/pycapnp-0.5.10.ebuild
@@ -0,0 +1,23 @@
+# 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 ~arm"
+IUSE=""
+
+RDEPEND="dev-libs/capnproto"
+DEPEND="${RDEPEND}
+ dev-python/cython[${PYTHON_USEDEP}]
+"