commit: 7d0dff433bed48ea8ba441690e04916040db34e8 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Mon Sep 21 21:40:08 2020 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Mon Sep 28 20:51:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0dff43
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17633 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> dev-python/openpyxl/metadata.xml | 3 +-- dev-python/openpyxl/openpyxl-9999.ebuild | 35 -------------------------------- 2 files changed, 1 insertion(+), 37 deletions(-) diff --git a/dev-python/openpyxl/metadata.xml b/dev-python/openpyxl/metadata.xml index ee52e74e72d..03e42659d9f 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 957f018d282..00000000000 --- 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}" -}