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: Sun, 10 Nov 2024 03:24:52 +0000 (UTC) [thread overview]
Message-ID: <1731208096.3076282f28363124e287124b46556a1aed3d07e3.mgorny@gentoo> (raw)
commit: 3076282f28363124e287124b46556a1aed3d07e3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 03:08:16 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 03:08:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3076282f
dev-python/pyeclib: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyeclib/Manifest | 3 --
dev-python/pyeclib/pyeclib-1.6.1.ebuild | 44 -----------------------------
dev-python/pyeclib/pyeclib-1.6.2.ebuild | 44 -----------------------------
dev-python/pyeclib/pyeclib-1.6.2_rc1.ebuild | 44 -----------------------------
4 files changed, 135 deletions(-)
diff --git a/dev-python/pyeclib/Manifest b/dev-python/pyeclib/Manifest
index ded005b27935..0debedb620a1 100644
--- a/dev-python/pyeclib/Manifest
+++ b/dev-python/pyeclib/Manifest
@@ -1,4 +1 @@
-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
DIST pyeclib-1.6.4.tar.gz 50928 BLAKE2B a115cbe6157f30edd2da3c3a16ff2c7871e1349c827491e80d2ca36e0ee221cf37bd49545f375828e16a3ceac7b84fae1d25247c86053ffba62d8196a9d0980d SHA512 132c2fda295f6bea3609b22783c0d68e65814929061785269e94fc29f35054b99c6073d836f61c5396c48d951eb35f3c83010946ac28f9ac900e2ff7bffefc20
diff --git a/dev-python/pyeclib/pyeclib-1.6.1.ebuild b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
deleted file mode 100644
index 62ebc0ce94fb..000000000000
--- a/dev-python/pyeclib/pyeclib-1.6.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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
-}
diff --git a/dev-python/pyeclib/pyeclib-1.6.2.ebuild b/dev-python/pyeclib/pyeclib-1.6.2.ebuild
deleted file mode 100644
index 2a36cde52996..000000000000
--- a/dev-python/pyeclib/pyeclib-1.6.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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
-}
diff --git a/dev-python/pyeclib/pyeclib-1.6.2_rc1.ebuild b/dev-python/pyeclib/pyeclib-1.6.2_rc1.ebuild
deleted file mode 100644
index 2a36cde52996..000000000000
--- a/dev-python/pyeclib/pyeclib-1.6.2_rc1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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
-}
next reply other threads:[~2024-11-10 3:24 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-10 3:24 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-10 0:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyeclib/ Jakov Smolić
2024-11-10 0:42 Jakov Smolić
2024-10-25 4:04 Michał Górny
2024-10-23 6:16 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 [gentoo-commits] repo/gentoo:master commit in: dev-python/PyECLib/ 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 [gentoo-commits] repo/gentoo:master commit in: dev-python/PyECLib/ 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=1731208096.3076282f28363124e287124b46556a1aed3d07e3.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