commit:     bcea1fa2701304105d7be5f33cab737eae4de510
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 05:59:00 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 05:59:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcea1fa2

dev-python/openpyxl: Remove old

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

 dev-python/openpyxl/Manifest                       |  2 --
 .../openpyxl/files/openpyxl-3.0.7-metadata.patch   | 12 --------
 dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild       | 33 ----------------------
 dev-python/openpyxl/openpyxl-3.0.8.ebuild          | 29 -------------------
 4 files changed, 76 deletions(-)

diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest
index b6958dab39d..d669466fb72 100644
--- a/dev-python/openpyxl/Manifest
+++ b/dev-python/openpyxl/Manifest
@@ -1,3 +1 @@
-DIST openpyxl-3.0.7.tar.bz2 2426608 BLAKE2B 
5ce0a34ea4ec8f33da2224555f3d681c4cfa2145f4cba10ed182044e6a6d69ce61c500c51a26db7ded2a3a0e778d0d8e2bd996c3852732f565501f233b145db7
 SHA512 
bd697c353d0a9fe66a7947dc0f51530b8419e39b36833e5322cca544fafcbd6aba36e42e53c1a1672f44b3940de9b91417bc58955c87257b7b82782c480ef738
-DIST openpyxl-3.0.8.tar.bz2 2514689 BLAKE2B 
a640104c4afcafa5dad8615986a0d3acdac563c60c0ae4b6301978f2257dfbf64eb9413cfdea690600d6c267cc104e3667f51e1ebb23a2c8e74908c1aaeb62ed
 SHA512 
921ee6e37a7242bf807cda3a86ba224edc80c64623b6cf0d3f344217485b53bcddbdd2a81a35bd8e80fe0dc9637d6c08988c191fb4a905287a8af340b97fadf3
 DIST openpyxl-3.0.9.tar.bz2 2428070 BLAKE2B 
b62133ee8e732142428b4f9eaf158e6f33daf314ed1ad620d921ad10265d1db93e2fcef807a61b3277e96f245392fd19b48da715eb0c560c882683fb1407f7a1
 SHA512 
33c313c842a43003a6e056b58869652377bef74bcaf267c50cc49f6abb7caa8a1b4e8f3b400a054f7d1776e03763ebebc984d331520bd63411ec4acfa8a03787

diff --git a/dev-python/openpyxl/files/openpyxl-3.0.7-metadata.patch 
b/dev-python/openpyxl/files/openpyxl-3.0.7-metadata.patch
deleted file mode 100644
index 08349787e6f..00000000000
--- a/dev-python/openpyxl/files/openpyxl-3.0.7-metadata.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -dupr a/setup.py b/setup.py
---- a/setup.py 2021-05-29 19:21:13.876463476 +0200
-+++ b/setup.py 2021-05-29 19:21:21.986626313 +0200
-@@ -74,7 +74,7 @@ setup(
-     author_email=__author_email__,
-     url=__url__,
-     license=__license__,
--    python_requires=">=3.6, ",
-+    python_requires=">=3.6",
-     install_requires=[
-         'et_xmlfile',
-         ],

diff --git a/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild 
b/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
deleted file mode 100644
index 83804875c02..00000000000
--- a/dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/";
-# Upstream doesn't want to include tests in PyPI tarballs
-SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 x86"
-
-RDEPEND="
-       dev-python/et_xmlfile[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/lxml[${PYTHON_USEDEP}]
-               dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
-       )"
-
-distutils_enable_sphinx doc
-distutils_enable_tests pytest
-
-PATCHES=(
-       "${FILESDIR}"/openpyxl-3.0.7-metadata.patch
-)

diff --git a/dev-python/openpyxl/openpyxl-3.0.8.ebuild 
b/dev-python/openpyxl/openpyxl-3.0.8.ebuild
deleted file mode 100644
index 23c8e219fb6..00000000000
--- a/dev-python/openpyxl/openpyxl-3.0.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/";
-# Upstream doesn't want to include tests in PyPI tarballs
-SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~x86"
-
-RDEPEND="
-       dev-python/et_xmlfile[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/lxml[${PYTHON_USEDEP}]
-               dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg]
-       )"
-
-distutils_enable_sphinx doc
-distutils_enable_tests pytest

Reply via email to