diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-11-15 14:05:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-11-15 14:05:09 +0000 |
| commit | 4d92f766e37e42fe4a5368f2d85819e905ad9921 (patch) | |
| tree | 04a0a4c3de29779051a25e48c28cab9ccc8bb064 /dev-python/objgraph | |
| parent | 88ddc8ffac760ce39adaad2e600448af6f04cb9c (diff) | |
| download | baldeagleos-repo-4d92f766e37e42fe4a5368f2d85819e905ad9921.tar.gz baldeagleos-repo-4d92f766e37e42fe4a5368f2d85819e905ad9921.tar.xz baldeagleos-repo-4d92f766e37e42fe4a5368f2d85819e905ad9921.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/objgraph')
| -rw-r--r-- | dev-python/objgraph/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/objgraph/objgraph-3.4.1.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/objgraph/Manifest b/dev-python/objgraph/Manifest index 9074170ea254..bb3f46dbadb4 100644 --- a/dev-python/objgraph/Manifest +++ b/dev-python/objgraph/Manifest @@ -1,2 +1 @@ -DIST objgraph-3.4.1.tar.gz 634602 BLAKE2B 17424fa5b6b079e9b0dabdfb5facc88fef67bb3742252fd986b19cb0b674c40f335e0372cb08a86e89d42cce0d504830c24471e0d34483925b33d44f45859445 SHA512 174e097cd9f9b5bd2e83a389d2ce3bd05a1754c1535923cc75f59a3281a292b50014501f093ccf1b2350fdbb34757af950636819227e39cdad2f64cb7de5ebb8 DIST objgraph-3.5.0.tar.gz 638591 BLAKE2B 7a0ee6c9ee1d8417f7b322f19a397ea2452ed592ebbc07afc1378e86b5bad3895ed2e4a20d92a5f4b0215f68fc7440f85852303585a3161497a85d41d4c4e550 SHA512 da29202871bad06f2caa9cc297e7bf9a15af4c89e23baf9c271764e0ce93ff9557cd5c21d0bf39b425713460dbe2dbc8468d70c6bfcc1c3ff8b1b4d4a7923858 diff --git a/dev-python/objgraph/objgraph-3.4.1.ebuild b/dev-python/objgraph/objgraph-3.4.1.ebuild deleted file mode 100644 index f3c4849fc721..000000000000 --- a/dev-python/objgraph/objgraph-3.4.1.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_{5,6,7,8,9} pypy3 ) - -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 arm arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="doc" - -RDEPEND="media-gfx/graphviz" -BDEPEND="test? ( media-gfx/xdot )" - -PATCHES=( - "${FILESDIR}/objgraph-3.4.1-tests.patch" -) - -distutils_enable_tests unittest - -python_install_all() { - use doc && local HTML_DOCS=( docs/* ) - distutils-r1_python_install_all -} |
