diff options
author | 2020-09-27 17:23:39 -0400 | |
---|---|---|
committer | 2020-09-27 17:23:39 -0400 | |
commit | df0e3b949c72e5e05c765deca248ed3e3320004f (patch) | |
tree | bb4fdc30537c4b0e9fbd05fe5402fc631019c796 /dev-python/pydotplus/pydotplus-2.0.2.ebuild | |
parent | sci-biology/full_lengther_next: removed unmaintained package (diff) | |
download | sci-df0e3b949c72e5e05c765deca248ed3e3320004f.tar.gz sci-df0e3b949c72e5e05c765deca248ed3e3320004f.tar.bz2 sci-df0e3b949c72e5e05c765deca248ed3e3320004f.zip |
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@chymera.eu>
Diffstat (limited to 'dev-python/pydotplus/pydotplus-2.0.2.ebuild')
-rw-r--r-- | dev-python/pydotplus/pydotplus-2.0.2.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
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 -} |