diff --git a/dev-python/objgraph/Manifest b/dev-python/objgraph/Manifest new file mode 100644 index 000000000..5a9fe9ad7 --- /dev/null +++ b/dev-python/objgraph/Manifest @@ -0,0 +1 @@ +DIST objgraph-1.7.2.tar.gz 545016 SHA256 3b08ccf1f06b8c13574c1edf4767fd9b50607a41218cf8a64f12e2f7a8be4d70 SHA512 22012031723060b47058c00cd97035b53238f8cf49c4e51b1f7735bf9c1d5aac9a5f0bcbe605317952f9b9390fc3bf247211082b4540e05cbf76670c27861ac2 WHIRLPOOL 23a017ac5fd9fa7ed266bc92675cb6d20afc38b2291465ba76414f1ff11edd42856732ffab1a187ebf8d683a1393f51cf7406104938fadf0fd286963fba6000e diff --git a/dev-python/objgraph/objgraph-1.7.2.ebuild b/dev-python/objgraph/objgraph-1.7.2.ebuild new file mode 100644 index 000000000..94c874b0e --- /dev/null +++ b/dev-python/objgraph/objgraph-1.7.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-2.2.ebuild,v 1.5 2012/03/09 10:32:19 phajdan.jr Exp $ + +EAPI="5" +SUPPORT_PYTHON_ABIS="1" +PYTHON_DEPEND="2" + +inherit distutils + +DESCRIPTION="Draws Python object reference graphs with graphviz" +HOMEPAGE="http://mg.pov.lt/objgraph/" +SRC_URI="https://pypi.python.org/packages/source/o/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="amd64 x86 ~x86-fbsd" +IUSE="" +RESTRICT="test" + +RDEPEND="" +DEPEND="dev-python/setuptools" + +RESTRICT_PYTHON_ABIS="3.*"