diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-16 07:59:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-16 07:59:00 +0200 |
commit | bcea1fa2701304105d7be5f33cab737eae4de510 (patch) | |
tree | ee121f37544297f9aa6b9b8d4765163f91981a34 /dev-python/openpyxl | |
parent | dev-python/breathe: Remove old (diff) | |
download | gentoo-bcea1fa2701304105d7be5f33cab737eae4de510.tar.gz gentoo-bcea1fa2701304105d7be5f33cab737eae4de510.tar.bz2 gentoo-bcea1fa2701304105d7be5f33cab737eae4de510.zip |
dev-python/openpyxl: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/openpyxl')
-rw-r--r-- | dev-python/openpyxl/Manifest | 2 | ||||
-rw-r--r-- | dev-python/openpyxl/files/openpyxl-3.0.7-metadata.patch | 12 | ||||
-rw-r--r-- | dev-python/openpyxl/openpyxl-3.0.7-r1.ebuild | 33 | ||||
-rw-r--r-- | dev-python/openpyxl/openpyxl-3.0.8.ebuild | 29 |
4 files changed, 0 insertions, 76 deletions
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest index b6958dab39dd..d669466fb729 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 08349787e6fc..000000000000 --- 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 83804875c020..000000000000 --- 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 23c8e219fb65..000000000000 --- 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 |