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: Mon, 27 Feb 2017 03:17:59
Message-Id: 1488164713.873cd08e80ea0ddda81f6002a6918b5ae6cecdc1.prometheanfire@gentoo
1 commit: 873cd08e80ea0ddda81f6002a6918b5ae6cecdc1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 03:05:13 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 03:05:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873cd08e
7
8 dev-python/PyECLib: bup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/PyECLib/Manifest | 1 +
13 dev-python/PyECLib/PyECLib-1.4.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 2de2225072..d1169db8b4 100644
18 --- a/dev-python/PyECLib/Manifest
19 +++ b/dev-python/PyECLib/Manifest
20 @@ -1 +1,2 @@
21 DIST PyECLib-1.2.0.tar.gz 6677880 SHA256 0f55656b4288fef1cc85978ebb8eef2e83515482f68bb1cf19903c048c9f8c9b SHA512 6413b8f48e05d96bf43d25640d68941aa17a938fba18f0fc7847e51ac75b222eeb6678ae49eba2a582220d55e253f60a1802b175134d1e138764ac1d15b5d88e WHIRLPOOL d9f14894bec43b97cbcd4bdd0f3f1cc871e8241a4c126fa5b6a3fa83e95da39cda16812e38fea815a21d318f4313c0981a019c2c3d6c874dea82122f6a359ff3
22 +DIST pyeclib-1.4.0.tar.gz 6682441 SHA256 f5c49956eaef84ff8fe76378d215a21e6f46fdbea4872facc0c97e503f8b5d2c SHA512 849da9ad32e26ca4e923bc00482734d6431bdcf402eff6b0c5ead4264c7be9e8502eb0bea6e60fa8565d361d9d7d81e01e38fd3c85c4e87c4d6b8b30be328e0c WHIRLPOOL 93333c44e1cb630c27975d29e4913025dcd802eacba7eec38c7015e4dff48353564b07d2134e660b66f59fec88d0ae4ba57923306938aac838d572e0a95467ba
23
24 diff --git a/dev-python/PyECLib/PyECLib-1.4.0.ebuild b/dev-python/PyECLib/PyECLib-1.4.0.ebuild
25 new file mode 100644
26 index 0000000000..0434041b33
27 --- /dev/null
28 +++ b/dev-python/PyECLib/PyECLib-1.4.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 a number of 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}"