Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ryu/
Date: Mon, 27 Feb 2017 05:46:11
Message-Id: 1488174330.d974c4bd5985a3b935b47c53b1dac390e4923438.prometheanfire@gentoo
1 commit: d974c4bd5985a3b935b47c53b1dac390e4923438
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 05:01:35 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 05:45:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d974c4bd
7
8 dev-python/ryu: bup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/ryu/Manifest | 1 +
13 dev-python/ryu/ryu-4.10.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-python/ryu/Manifest b/dev-python/ryu/Manifest
17 index 740b24ea7e..477dad4037 100644
18 --- a/dev-python/ryu/Manifest
19 +++ b/dev-python/ryu/Manifest
20 @@ -1,2 +1,3 @@
21 DIST ryu-4.0.tar.gz 1344663 SHA256 bf6d1ad6977fb0b9ee01567fbb7a4ec28d70d14bff8fe4370b617b1228f1ee12 SHA512 fbc0f3f903098c9682215eb8fb99cedeeb29b2bdec94801c3832bbf90e7beaf7aa7173ccb87959846c4fe23d21a8390b6672817aec2cc6bc75ef20a376944154 WHIRLPOOL 32ed4b2f23b09785c28ad99b45e101750866f48ffc57294683db25af88ab19e63966eb9e6c649d3af1160e8381b785b01a3ed95de24929f45db2124ec9e00e59
22 +DIST ryu-4.10.tar.gz 1430320 SHA256 898342db7e45bd1c97e4d9643b48cf5df95a3f61e2f3ece2132d10325719e5f8 SHA512 956f1f8599ce6b76acefcca53f4c5fc5cb8fefa9dd43eeddb06611989329730afdd1cd3ed0f5bd57223cdfef3ff66233125a850f1f92e0e9cf76ebf3666428b9 WHIRLPOOL 0076fff51171bb0662fdfd55d5b948aa51fd487bde867cd18eb4b1bc1743e9cfdecf0fcd4fea791b4c8069e44bcbd91969a3501f13abba725cb42ec83cd19ee1
23 DIST ryu-4.5.tar.gz 1368324 SHA256 ef9ee003e4a3d37222119175d98c64f4684124c2c6cdacb16e67b308cd71e8e8 SHA512 5b109d5e88a6a6384ac59597677978e974e5747d2bd9324cc143ee5e29823a76c2e2d0354024ff6680ff090bff129933d6a3bdc227b82d0b157e1942950e2370 WHIRLPOOL 8918aabdf19f45bf47d7dee53003c2b52fcc596a47183531cff091877fa37f29748a15dcdb783161c5b5fe1f71cb0024a6ee210f54f1fcab0026cadf2a6ad815
24
25 diff --git a/dev-python/ryu/ryu-4.10.ebuild b/dev-python/ryu/ryu-4.10.ebuild
26 new file mode 100644
27 index 0000000000..4409caf8c1
28 --- /dev/null
29 +++ b/dev-python/ryu/ryu-4.10.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Component-based Software-defined Networking Framework"
41 +HOMEPAGE="http://osrg.github.io/ryu/"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64 ~x86"
47 +IUSE=""
48 +
49 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
50 + dev-python/pbr[${PYTHON_USEDEP}]"
51 +RDEPEND=""