From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/PyECLib/Manifest | 1 + dev-python/PyECLib/PyECLib-1.6.0.ebuild | 24 ++++++++++++++++++++++++ dev-python/PyECLib/metadata.xml | 19 +++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 dev-python/PyECLib/Manifest create mode 100644 dev-python/PyECLib/PyECLib-1.6.0.ebuild create mode 100644 dev-python/PyECLib/metadata.xml (limited to 'dev-python/PyECLib') diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest new file mode 100644 index 000000000000..d046078c1773 --- /dev/null +++ b/dev-python/PyECLib/Manifest @@ -0,0 +1 @@ +DIST pyeclib-1.6.0.tar.gz 6685306 BLAKE2B 0b758bd500afc7f9d8e38513cc41f1916413d8ad6f3b1bd34d9ff46d6d33321391eaf90164e412154a14d63d4ba61502457bb943e124dd7054a5d5ec20732294 SHA512 507f78388e941e4600f4b77f636ce27b7f63e635f108dd5a452b3f98f779e87d94d8f82239d9d5733846faa5cc574c0474e366d99e44b8f03b70707d352f56c8 diff --git a/dev-python/PyECLib/PyECLib-1.6.0.ebuild b/dev-python/PyECLib/PyECLib-1.6.0.ebuild new file mode 100644 index 000000000000..fedd15c2e457 --- /dev/null +++ b/dev-python/PyECLib/PyECLib-1.6.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python3_6 python3_7 ) + +inherit distutils-r1 eutils multilib + +DESCRIPTION="Messaging API for RPC and notifications over different messaging transports" +HOMEPAGE="https://pypi.org/project/PyECLib/" +SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz" +S="${WORKDIR}/pyeclib-${PV}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ~arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +CDEPEND="dev-libs/jerasure" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND="dev-libs/liberasurecode + ${CDEPEND}" diff --git a/dev-python/PyECLib/metadata.xml b/dev-python/PyECLib/metadata.xml new file mode 100644 index 000000000000..64c598024042 --- /dev/null +++ b/dev-python/PyECLib/metadata.xml @@ -0,0 +1,19 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + python@gentoo.org + Python + + + This library provides a simple Python interface for implementing erasure codes. To obtain the best possible performance, the underlying erasure code algorithms are written in C. + + + PyECLib + + gentoo-staging + -- cgit v1.3.1