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/PyECLib/
Date: Fri, 25 Aug 2017 20:39:11
Message-Id: 1503692611.a29283a0621bc47f6ad3572635de8447147ef4b1.prometheanfire@gentoo
1 commit: a29283a0621bc47f6ad3572635de8447147ef4b1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 25 20:23:31 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 25 20:23:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29283a0
7
8 dev-python/PyECLib: 1.5.0 bup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/PyECLib/Manifest | 1 +
13 dev-python/PyECLib/PyECLib-1.5.0.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest
17 index ed268771fac..464a0b5703a 100644
18 --- a/dev-python/PyECLib/Manifest
19 +++ b/dev-python/PyECLib/Manifest
20 @@ -1 +1,2 @@
21 DIST pyeclib-1.4.0.tar.gz 6682441 SHA256 f5c49956eaef84ff8fe76378d215a21e6f46fdbea4872facc0c97e503f8b5d2c SHA512 849da9ad32e26ca4e923bc00482734d6431bdcf402eff6b0c5ead4264c7be9e8502eb0bea6e60fa8565d361d9d7d81e01e38fd3c85c4e87c4d6b8b30be328e0c WHIRLPOOL 93333c44e1cb630c27975d29e4913025dcd802eacba7eec38c7015e4dff48353564b07d2134e660b66f59fec88d0ae4ba57923306938aac838d572e0a95467ba
22 +DIST pyeclib-1.5.0.tar.gz 6682493 SHA256 a201f2d3d4b925e1e54443cb251432809a59eeae50e9b85693ca0047c8ec9023 SHA512 89831fc8b04a1488504b632f75da8f2f29bc6b4e33b35d0d4305b4d5ec4bc25c0e16d149580badb15be7dbf8aeb2bdebef81f78f7b7871233afaaf96823e3a3e WHIRLPOOL 0cbddec5f949e9c7ca97c97edbb4dbe2210fbc4b0f282e2632a95c20d84fbe99b42eeaed10d07853af2e0ea585a450bcf6ef60c56f6fa8224b56c8ff4b3370a2
23
24 diff --git a/dev-python/PyECLib/PyECLib-1.5.0.ebuild b/dev-python/PyECLib/PyECLib-1.5.0.ebuild
25 new file mode 100644
26 index 00000000000..8ba5f6e1616
27 --- /dev/null
28 +++ b/dev-python/PyECLib/PyECLib-1.5.0.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +PYTHON_COMPAT=( python2_7 )
35 +
36 +inherit distutils-r1 eutils multilib
37 +
38 +DESCRIPTION="Messaging API for RPC and notifications over different messaging transports"
39 +HOMEPAGE="https://pypi.python.org/pypi/PyECLib"
40 +SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz"
41 +S="${WORKDIR}/pyeclib-${PV}"
42 +
43 +LICENSE="BSD"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~x86"
46 +IUSE="test"
47 +
48 +CDEPEND="dev-libs/jerasure"
49 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
50 + ${CDEPEND}"
51 +RDEPEND="dev-libs/liberasurecode
52 + ${CDEPEND}"