public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyeclib/
Date: Wed, 23 Oct 2024 06:16:30 +0000 (UTC)	[thread overview]
Message-ID: <1729664177.64e9cbc7b7af5a72b6ee8198140c2feeb6eec703.mgorny@gentoo> (raw)

commit:     64e9cbc7b7af5a72b6ee8198140c2feeb6eec703
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 05:26:27 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 06:16:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e9cbc7

dev-python/pyeclib: Bump to 1.6.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyeclib/Manifest             |  1 +
 dev-python/pyeclib/pyeclib-1.6.2.ebuild | 44 +++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/pyeclib/Manifest b/dev-python/pyeclib/Manifest
index 2c76def4d03f..8e97bf09573e 100644
--- a/dev-python/pyeclib/Manifest
+++ b/dev-python/pyeclib/Manifest
@@ -1,2 +1,3 @@
 DIST pyeclib-1.6.1.tar.gz 6690168 BLAKE2B 4e59c2827487f09a21f49751455fabd9ce672d6edb83befbc06e7aebe66c2f8de5f83a5ddec612fee2ac727fad247d66f36c659ebdf316759cd9e4438c7f085c SHA512 fdb855551e9695c3748d78d43bc306e536ef45476143445520284d4918f2c84757247d217ada2df565d03b1769ef83ac8c82b92b8438c2d40915f8008fd769c4
+DIST pyeclib-1.6.2.tar.gz 50590 BLAKE2B c36957aa425395164e0710ed6d96704368ef15e6157e00cdb4790713f94858dfa61620f4a0ca0f93903716035d0009067a55dbc80ae7a16802ac38223b16452a SHA512 6d392a1701dd499c042e144db60cd1b12808adb312e77d25a4eec5fc0decd9084be810773562f0208c4192db17f9a699a72ea122bffc9511cfea865e843d68cd
 DIST pyeclib-1.6.2rc1.tar.gz 51495 BLAKE2B 72e3286cc392e4325681a76cc53e06dad57d6ec8224bdf825f921b1e982cac5bf5d2a95d48ebf0e7673160c20ab4b4169848e8dd31d508cf1eb7777567abab18 SHA512 c5e9ffbf3b90b7a9e9737ca3c69e56f0bfa284e053e6107c843ebfd3a33df839320d24ca8210b0c74778b9c217f30a43b47c2c7d9206d2a686d635e385af1602

diff --git a/dev-python/pyeclib/pyeclib-1.6.2.ebuild b/dev-python/pyeclib/pyeclib-1.6.2.ebuild
new file mode 100644
index 000000000000..2a36cde52996
--- /dev/null
+++ b/dev-python/pyeclib/pyeclib-1.6.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="Messaging API for RPC and notifications over different messaging transports"
+HOMEPAGE="
+	https://opendev.org/openstack/pyeclib/
+	https://pypi.org/project/pyeclib/
+"
+
+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
+}


             reply	other threads:[~2024-10-23  6:16 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-23  6:16 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10  3:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyeclib/ Michał Górny
2024-11-10  0:42 Jakov Smolić
2024-11-10  0:42 Jakov Smolić
2024-10-25  4:04 Michał Górny
2024-10-22  3:10 Michał Górny
2024-06-19 15:00 Petr Vaněk
2023-10-20 13:54 Michał Górny
2023-05-04 16:22 Michał Górny
2023-02-15 17:11 Michał Górny
2023-02-15 17:11 Michał Górny
2022-06-19 14:47 Matthew Thode
2022-05-19 16:52 Matthew Thode
2022-04-20  7:47 Michał Górny
2022-04-20  7:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/PyECLib/ Michał Górny
2021-09-18 15:15 Arthur Zamarin
2021-04-14  4:34 Matthew Thode
2020-09-22 23:20 Matthew Thode
2020-02-05 19:37 Michał Górny
2020-02-05 19:37 Michał Górny
2019-07-23 14:51 Matthew Thode
2019-05-03 16:18 Matthew Thode
2019-04-04 14:40 Matthew Thode
2018-01-02 14:57 Michał Górny
2017-09-29 23:32 Matt Thode
2017-08-25 20:39 Matt Thode
2017-08-04 21:07 Amy Liffey
2017-03-26  4:16 Matt Thode
2017-02-27  3:17 Matt Thode
2016-03-25 18:55 Matt Thode
2015-09-02  3:25 Matt Thode
2015-08-28  9:01 Agostino Sarubbo
2015-08-28  9:00 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1729664177.64e9cbc7b7af5a72b6ee8198140c2feeb6eec703.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox