From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B49815808D for ; Wed, 20 Apr 2022 07:47:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81BB4E0946; Wed, 20 Apr 2022 07:47:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5401CE0946 for ; Wed, 20 Apr 2022 07:47:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BD35341536 for ; Wed, 20 Apr 2022 07:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AEC942F for ; Wed, 20 Apr 2022 07:47:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1650440838.9edc1a5752a8c79f845431d35f52c6f728b5a439.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyECLib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyECLib/Manifest dev-python/PyECLib/PyECLib-1.6.1.ebuild dev-python/PyECLib/metadata.xml X-VCS-Directories: dev-python/PyECLib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9edc1a5752a8c79f845431d35f52c6f728b5a439 X-VCS-Branch: master Date: Wed, 20 Apr 2022 07:47:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae0606b2-d240-4f29-bdd4-8d1c4b669db6 X-Archives-Hash: f8f89c1ec02b7362c350ae20d23061fd commit: 9edc1a5752a8c79f845431d35f52c6f728b5a439 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 20 07:25:47 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 20 07:47:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edc1a57 dev-python/PyECLib: Bump to 1.6.1 Signed-off-by: Michał Górny gentoo.org> dev-python/PyECLib/Manifest | 1 + dev-python/PyECLib/PyECLib-1.6.1.ebuild | 46 +++++++++++++++++++++++++++++++++ dev-python/PyECLib/metadata.xml | 2 +- 3 files changed, 48 insertions(+), 1 deletion(-) diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest index d046078c1773..93330e19229d 100644 --- a/dev-python/PyECLib/Manifest +++ b/dev-python/PyECLib/Manifest @@ -1 +1,2 @@ DIST pyeclib-1.6.0.tar.gz 6685306 BLAKE2B 0b758bd500afc7f9d8e38513cc41f1916413d8ad6f3b1bd34d9ff46d6d33321391eaf90164e412154a14d63d4ba61502457bb943e124dd7054a5d5ec20732294 SHA512 507f78388e941e4600f4b77f636ce27b7f63e635f108dd5a452b3f98f779e87d94d8f82239d9d5733846faa5cc574c0474e366d99e44b8f03b70707d352f56c8 +DIST pyeclib-1.6.1.tar.gz 6690168 BLAKE2B 4e59c2827487f09a21f49751455fabd9ce672d6edb83befbc06e7aebe66c2f8de5f83a5ddec612fee2ac727fad247d66f36c659ebdf316759cd9e4438c7f085c SHA512 fdb855551e9695c3748d78d43bc306e536ef45476143445520284d4918f2c84757247d217ada2df565d03b1769ef83ac8c82b92b8438c2d40915f8008fd769c4 diff --git a/dev-python/PyECLib/PyECLib-1.6.1.ebuild b/dev-python/PyECLib/PyECLib-1.6.1.ebuild new file mode 100644 index 000000000000..8fa3328630d7 --- /dev/null +++ b/dev-python/PyECLib/PyECLib-1.6.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 optfeature + +MY_P=${P,,} +DESCRIPTION="Messaging API for RPC and notifications over different messaging transports" +HOMEPAGE=" + https://opendev.org/openstack/pyeclib/ + https://pypi.org/project/pyeclib/ +" +SRC_URI="mirror://pypi/${MY_P::1}/${PN,,}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +DEPEND=" + dev-libs/liberasurecode +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + test? ( + dev-python/six[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest + +src_prepare() { + # https://review.opendev.org/c/openstack/pyeclib/+/798010 + sed -e '/library_dirs/d' -i setup.py || die + distutils-r1_src_prepare +} + +pkg_postinst() { + optfeature "jerasure backend" dev-libs/jerasure +} diff --git a/dev-python/PyECLib/metadata.xml b/dev-python/PyECLib/metadata.xml index cfe23ca07d06..cd19d9c314af 100644 --- a/dev-python/PyECLib/metadata.xml +++ b/dev-python/PyECLib/metadata.xml @@ -13,6 +13,6 @@ 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 + pyeclib