summaryrefslogtreecommitdiff
path: root/dev-python/PyECLib
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-20 09:42:54 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-20 09:47:19 +0200
commit6ef6f670725aa12c42a05ea30ab9cccde00f1e9e (patch)
tree55b0fc31e85ed7377bd1742aa79c2b9fb83e32da /dev-python/PyECLib
parent9edc1a5752a8c79f845431d35f52c6f728b5a439 (diff)
downloadgentoo-6ef6f670725aa12c42a05ea30ab9cccde00f1e9e.tar.gz
gentoo-6ef6f670725aa12c42a05ea30ab9cccde00f1e9e.tar.bz2
gentoo-6ef6f670725aa12c42a05ea30ab9cccde00f1e9e.zip
Rename dev-python/{PyECLib → pyeclib}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyECLib')
-rw-r--r--dev-python/PyECLib/Manifest2
-rw-r--r--dev-python/PyECLib/PyECLib-1.6.0-r1.ebuild37
-rw-r--r--dev-python/PyECLib/PyECLib-1.6.1.ebuild46
-rw-r--r--dev-python/PyECLib/metadata.xml18
4 files changed, 0 insertions, 103 deletions
diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest
deleted file mode 100644
index 93330e19229d..000000000000
--- a/dev-python/PyECLib/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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.0-r1.ebuild b/dev-python/PyECLib/PyECLib-1.6.0-r1.ebuild
deleted file mode 100644
index 487777ee0854..000000000000
--- a/dev-python/PyECLib/PyECLib-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1 optfeature
-
-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"
-
-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.1.ebuild b/dev-python/PyECLib/PyECLib-1.6.1.ebuild
deleted file mode 100644
index 8fa3328630d7..000000000000
--- a/dev-python/PyECLib/PyECLib-1.6.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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
deleted file mode 100644
index cd19d9c314af..000000000000
--- a/dev-python/PyECLib/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription lang="en">
- 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.
- </longdescription>
- <upstream>
- <remote-id type="pypi">pyeclib</remote-id>
- </upstream>
-</pkgmetadata>