commit: df0e3b949c72e5e05c765deca248ed3e3320004f Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Sun Sep 27 21:23:39 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Sun Sep 27 21:23:39 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=df0e3b94
dev-python/pydotplus: superseded by Gentoo Main https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af275b39b57cc7e008d7c6c4e816948b8f555ff Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr <AT> chymera.eu> dev-python/pydotplus/metadata.xml | 19 ------------------- dev-python/pydotplus/pydotplus-2.0.2.ebuild | 28 ---------------------------- 2 files changed, 47 deletions(-) diff --git a/dev-python/pydotplus/metadata.xml b/dev-python/pydotplus/metadata.xml deleted file mode 100644 index aa8f9c150..000000000 --- a/dev-python/pydotplus/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Horea Christian</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> -PyDotPlus is an improved version of the old pydot project that provides a Python Interface to -Graphviz’s Dot language. -</longdescription> - <upstream> - <remote-id type="pypi">pydotplus</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pydotplus/pydotplus-2.0.2.ebuild b/dev-python/pydotplus/pydotplus-2.0.2.ebuild deleted file mode 100644 index afe343d8f..000000000 --- a/dev-python/pydotplus/pydotplus-2.0.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) - -inherit distutils-r1 - -DESCRIPTION="Improved version of the old pydot project" -HOMEPAGE="http://pydotplus.readthedocs.org/" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - " -RDEPEND=" - dev-python/pyparsing[${PYTHON_USEDEP}] - " - -python_test() { - ${EPYTHON} -m unittest discover || die -}
