summaryrefslogtreecommitdiff
path: root/dev-python/objgraph/objgraph-3.4.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:43:29 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:53:42 +0200
commitb713d0d042f659853aff10113f112c3d121c877a (patch)
treed98268d0fcfba9d029887f83ae5a1bc847429af4 /dev-python/objgraph/objgraph-3.4.0.ebuild
parent75e38c55e4ca9f8bcc12344bf9ffa35f40673a9a (diff)
downloadgentoo-b713d0d042f659853aff10113f112c3d121c877a.tar.gz
gentoo-b713d0d042f659853aff10113f112c3d121c877a.tar.bz2
gentoo-b713d0d042f659853aff10113f112c3d121c877a.zip
dev-python/objgraph: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/objgraph/objgraph-3.4.0.ebuild')
-rw-r--r--dev-python/objgraph/objgraph-3.4.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/objgraph/objgraph-3.4.0.ebuild b/dev-python/objgraph/objgraph-3.4.0.ebuild
deleted file mode 100644
index 854f7c924c29..000000000000
--- a/dev-python/objgraph/objgraph-3.4.0.ebuild
+++ /dev/null
@@ -1,31 +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,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Draws Python object reference graphs with graphviz"
-HOMEPAGE="https://mg.pov.lt/objgraph/"
-SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="media-gfx/graphviz"
-DEPEND="dev-python/setuptools
- test? ( media-gfx/xdot )"
-
-python_test() {
- esetup.py test || die
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/* )
- distutils-r1_python_install_all
-}