summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-09-22 00:40:08 +0300
committerLouis Sautier <sbraz@gentoo.org>2020-09-28 22:51:46 +0200
commit7d0dff433bed48ea8ba441690e04916040db34e8 (patch)
tree777bbffa3122ced290dc8112a129f121795caa68 /dev-python/openpyxl
parentdev-libs/softhsm: Keyword 2.6.1 arm, #744574 (diff)
downloadgentoo-7d0dff433bed48ea8ba441690e04916040db34e8.tar.gz
gentoo-7d0dff433bed48ea8ba441690e04916040db34e8.tar.bz2
gentoo-7d0dff433bed48ea8ba441690e04916040db34e8.zip
dev-python/openpyxl: remove live version
Remove live version as no one is interesting in maintaining it. Bug: https://bugs.gentoo.org/737916 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17633 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/openpyxl')
-rw-r--r--dev-python/openpyxl/metadata.xml3
-rw-r--r--dev-python/openpyxl/openpyxl-9999.ebuild35
2 files changed, 1 insertions, 37 deletions
diff --git a/dev-python/openpyxl/metadata.xml b/dev-python/openpyxl/metadata.xml
index ee52e74e72de..03e42659d9f9 100644
--- a/dev-python/openpyxl/metadata.xml
+++ b/dev-python/openpyxl/metadata.xml
@@ -7,8 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">openpyxl</remote-id>
- <remote-id type="bitbucket">openpyxl/openpyxl</remote-id>
- <bugs-to>https://bitbucket.org/openpyxl/openpyxl/issues</bugs-to>
+ <bugs-to>https://foss.heptapod.net/openpyxl/openpyxl/issues</bugs-to>
<changelog>https://openpyxl.readthedocs.io/en/stable/changes.html</changelog>
</upstream>
</pkgmetadata>
diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-9999.ebuild
deleted file mode 100644
index 957f018d2820..000000000000
--- a/dev-python/openpyxl/openpyxl-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 mercurial
-
-DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
-SRC_URI=""
-EHG_REPO_URI="https://bitbucket.org/openpyxl/openpyxl"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/jdcal[${PYTHON_USEDEP}]
- dev-python/et_xmlfile[${PYTHON_USEDEP}]
-"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- pytest || die "Testing failed with ${EPYTHON}"
-}