diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:43:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:53:42 +0200 |
commit | b713d0d042f659853aff10113f112c3d121c877a (patch) | |
tree | d98268d0fcfba9d029887f83ae5a1bc847429af4 /dev-python/objgraph | |
parent | dev-python/oauth2client: Remove redundant versions (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/objgraph/Manifest | 1 | ||||
-rw-r--r-- | dev-python/objgraph/objgraph-3.4.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/objgraph/Manifest b/dev-python/objgraph/Manifest index 011801a9a228..4a64a1f44066 100644 --- a/dev-python/objgraph/Manifest +++ b/dev-python/objgraph/Manifest @@ -1,2 +1 @@ -DIST objgraph-3.4.0.tar.gz 634554 BLAKE2B d1e58370a50a9c9d8647c7633a780069581eec61cccef56e83b015f26a7ffbba6b872673d72dc138339b3c97a3f08c02067e203ddb1d1048ae6f3611e0837fca SHA512 f1e2b9f22dfdce56988bd40aaa865572c42688e73800bb7c188b903c67ef3726c03ba058ed30d40792133a2e2fe74d5ecda91be3de8cf7b80188ac0b9f6ac393 DIST objgraph-3.4.1.tar.gz 634602 BLAKE2B 17424fa5b6b079e9b0dabdfb5facc88fef67bb3742252fd986b19cb0b674c40f335e0372cb08a86e89d42cce0d504830c24471e0d34483925b33d44f45859445 SHA512 174e097cd9f9b5bd2e83a389d2ce3bd05a1754c1535923cc75f59a3281a292b50014501f093ccf1b2350fdbb34757af950636819227e39cdad2f64cb7de5ebb8 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 -} |