Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/
Date: Mon, 11 Jul 2016 07:58:56
Message-Id: 1468223922.6c2c530cef4c6a0a769136291da10133588a12b8.aballier@gentoo
1 commit: 6c2c530cef4c6a0a769136291da10133588a12b8
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 11 07:52:28 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 11 07:58:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2c530c
7
8 dev-python/pycapnp: bump to 0.5.9
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/pycapnp/Manifest | 1 +
13 dev-python/pycapnp/pycapnp-0.5.9.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
17 index 63f2ef3..31a3cc1 100644
18 --- a/dev-python/pycapnp/Manifest
19 +++ b/dev-python/pycapnp/Manifest
20 @@ -1,2 +1,3 @@
21 DIST pycapnp-0.5.7.tar.gz 433772 SHA256 28e2335f8b50f07f853e108038b33ccf2cbf356822f37582dc8e84f9535a1446 SHA512 fe61e49a7d83fc81c773be5b50c58b354c9b3bde0413f931602d9b8f490a35ab0f5648e9515454e3bcfbb1687dea554a989468014eaf0920a3c0a39c06ab7f57 WHIRLPOOL 7c84f5b5689b8e8af2e3b7e357ab3b2c19e928fb392f0e173b56d84bfcff2e408547017debf10b68d3b67534c91a95e3881822fdb96a301a9b20c3e762ac6e56
22 DIST pycapnp-0.5.8.tar.gz 449833 SHA256 23e897649f912fbb01d5f8ca8f12dc04a0e0015555dfdd44def46ac63ee50c75 SHA512 676db409dc28a80f519b6c448c5bb0b293403a850e01d21f366503b951d128973dc8b11fa3bb0ddfce018179a3b59dc2f811f4eaf0521ce3f9a7c4667d91e72d WHIRLPOOL f17ba5c140a931075b4edeb8c98cc166e8d0fbb192bfa0cd4435e4921c981b78217767804cef4414dd50cd4ac142d9d4eee517ef0a586c34f107c1246a5670c7
23 +DIST pycapnp-0.5.9.tar.gz 455156 SHA256 18dc9fb57928d2cb4d0387fc679d99e42ff08251539f2cadd86365f9768c874e SHA512 742e5ef0c4b8b9dea04a056004011494d2d719364fd6ecdd387f8929cbe85d98c9bdd16e0d79b15a3ebe783bf0906882c978e6b037b4aec92a35acf971c3b508 WHIRLPOOL cbd8305b4171c83a5224b70d3f268bd98970c3bb9559aa6516914a6c677100a3fab940fd13cb2b0c2d23a57d699de11689945349a8b5313f261c37448aeec9d7
24
25 diff --git a/dev-python/pycapnp/pycapnp-0.5.9.ebuild b/dev-python/pycapnp/pycapnp-0.5.9.ebuild
26 new file mode 100644
27 index 0000000..86830e5
28 --- /dev/null
29 +++ b/dev-python/pycapnp/pycapnp-0.5.9.ebuild
30 @@ -0,0 +1,24 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Python wrapping of the Cap'n Proto library"
42 +HOMEPAGE="http://jparyani.github.io/pycapnp/"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +IUSE=""
49 +
50 +DEPEND="
51 + dev-libs/capnproto
52 + dev-python/cython[${PYTHON_USEDEP}]
53 +"
54 +RDEPEND="${DEPEND}"