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: Thu, 01 Dec 2016 13:40:41
Message-Id: 1480599627.7346c9191a04e3378fa107030d1cc84fca01a270.aballier@gentoo
1 commit: 7346c9191a04e3378fa107030d1cc84fca01a270
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 13:36:53 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 13:40:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7346c919
7
8 dev-python/pycapnp: bump to 0.5.10
9
10 Package-Manager: portage-2.3.2
11
12 dev-python/pycapnp/Manifest | 1 +
13 dev-python/pycapnp/pycapnp-0.5.10.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
17 index b65c14e..ffff965 100644
18 --- a/dev-python/pycapnp/Manifest
19 +++ b/dev-python/pycapnp/Manifest
20 @@ -1 +1,2 @@
21 +DIST pycapnp-0.5.10.tar.gz 461742 SHA256 59f9181091e7030776e434db216373297db41e16eb257fe450102bd29745459f SHA512 a892fde4544e4506d76bceaff7b186dbb89ce4593269857697b7a0c70c5df02eabf8e5c831604a2803c60b1a21b4c5387b286c1d600f7ec2d66bb3d99e8ce58d WHIRLPOOL b210947ea60a3640a1792a6c5df80bd4d94dcb23937f09d26cc95d91439135e1b7efc77150d9305571d0b4a7c7fad226ce31653f7cdb188fd007716ba74438e2
22 DIST pycapnp-0.5.9.tar.gz 455156 SHA256 18dc9fb57928d2cb4d0387fc679d99e42ff08251539f2cadd86365f9768c874e SHA512 742e5ef0c4b8b9dea04a056004011494d2d719364fd6ecdd387f8929cbe85d98c9bdd16e0d79b15a3ebe783bf0906882c978e6b037b4aec92a35acf971c3b508 WHIRLPOOL cbd8305b4171c83a5224b70d3f268bd98970c3bb9559aa6516914a6c677100a3fab940fd13cb2b0c2d23a57d699de11689945349a8b5313f261c37448aeec9d7
23
24 diff --git a/dev-python/pycapnp/pycapnp-0.5.10.ebuild b/dev-python/pycapnp/pycapnp-0.5.10.ebuild
25 new file mode 100644
26 index 00000000..822d437
27 --- /dev/null
28 +++ b/dev-python/pycapnp/pycapnp-0.5.10.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +
36 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Python wrapping of the Cap'n Proto library"
41 +HOMEPAGE="http://jparyani.github.io/pycapnp/"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="BSD"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm"
47 +IUSE=""
48 +
49 +RDEPEND="dev-libs/capnproto"
50 +DEPEND="${RDEPEND}
51 + dev-python/cython[${PYTHON_USEDEP}]
52 +"