summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-07-11 09:52:28 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-07-11 09:58:42 +0200
commit6c2c530cef4c6a0a769136291da10133588a12b8 (patch)
treecb43d889779a016894b688b00215d04a8b002975 /dev-python/pycapnp
parentdev-ml/js_of_ocaml: bump to 2.8.1 (diff)
downloadgentoo-6c2c530cef4c6a0a769136291da10133588a12b8.tar.gz
gentoo-6c2c530cef4c6a0a769136291da10133588a12b8.tar.bz2
gentoo-6c2c530cef4c6a0a769136291da10133588a12b8.zip
dev-python/pycapnp: bump to 0.5.9
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/pycapnp')
-rw-r--r--dev-python/pycapnp/Manifest1
-rw-r--r--dev-python/pycapnp/pycapnp-0.5.9.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
index 63f2ef333917..31a3cc10982c 100644
--- a/dev-python/pycapnp/Manifest
+++ b/dev-python/pycapnp/Manifest
@@ -1,2 +1,3 @@
DIST pycapnp-0.5.7.tar.gz 433772 SHA256 28e2335f8b50f07f853e108038b33ccf2cbf356822f37582dc8e84f9535a1446 SHA512 fe61e49a7d83fc81c773be5b50c58b354c9b3bde0413f931602d9b8f490a35ab0f5648e9515454e3bcfbb1687dea554a989468014eaf0920a3c0a39c06ab7f57 WHIRLPOOL 7c84f5b5689b8e8af2e3b7e357ab3b2c19e928fb392f0e173b56d84bfcff2e408547017debf10b68d3b67534c91a95e3881822fdb96a301a9b20c3e762ac6e56
DIST pycapnp-0.5.8.tar.gz 449833 SHA256 23e897649f912fbb01d5f8ca8f12dc04a0e0015555dfdd44def46ac63ee50c75 SHA512 676db409dc28a80f519b6c448c5bb0b293403a850e01d21f366503b951d128973dc8b11fa3bb0ddfce018179a3b59dc2f811f4eaf0521ce3f9a7c4667d91e72d WHIRLPOOL f17ba5c140a931075b4edeb8c98cc166e8d0fbb192bfa0cd4435e4921c981b78217767804cef4414dd50cd4ac142d9d4eee517ef0a586c34f107c1246a5670c7
+DIST pycapnp-0.5.9.tar.gz 455156 SHA256 18dc9fb57928d2cb4d0387fc679d99e42ff08251539f2cadd86365f9768c874e SHA512 742e5ef0c4b8b9dea04a056004011494d2d719364fd6ecdd387f8929cbe85d98c9bdd16e0d79b15a3ebe783bf0906882c978e6b037b4aec92a35acf971c3b508 WHIRLPOOL cbd8305b4171c83a5224b70d3f268bd98970c3bb9559aa6516914a6c677100a3fab940fd13cb2b0c2d23a57d699de11689945349a8b5313f261c37448aeec9d7
diff --git a/dev-python/pycapnp/pycapnp-0.5.9.ebuild b/dev-python/pycapnp/pycapnp-0.5.9.ebuild
new file mode 100644
index 000000000000..86830e5b522c
--- /dev/null
+++ b/dev-python/pycapnp/pycapnp-0.5.9.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}"