From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/graphviz/Manifest | 1 + dev-python/graphviz/graphviz-0.13.ebuild | 34 ++++++++++++++++++++++++++++++++ dev-python/graphviz/metadata.xml | 17 ++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 dev-python/graphviz/Manifest create mode 100644 dev-python/graphviz/graphviz-0.13.ebuild create mode 100644 dev-python/graphviz/metadata.xml (limited to 'dev-python/graphviz') diff --git a/dev-python/graphviz/Manifest b/dev-python/graphviz/Manifest new file mode 100644 index 000000000000..1c972667e58a --- /dev/null +++ b/dev-python/graphviz/Manifest @@ -0,0 +1 @@ +DIST graphviz-0.13.zip 181039 BLAKE2B 6484706c706941891500350c933cad537e63b8f6bd602c46d493ac211842bd9762ff25d7b97c8eda9b8f345e20712971e79afbc099087a8db2fcb3e734591b71 SHA512 3401aeebd6b19f487998aeb4cffcf9598ed31a861b6d335fc76295474512068692371b061a83fb001098010813c0ab61a06c3f2c410c9c9d108000a6b2ab6631 diff --git a/dev-python/graphviz/graphviz-0.13.ebuild b/dev-python/graphviz/graphviz-0.13.ebuild new file mode 100644 index 000000000000..fb28c85097c4 --- /dev/null +++ b/dev-python/graphviz/graphviz-0.13.ebuild @@ -0,0 +1,34 @@ +# 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="Simple Python interface for Graphviz" +HOMEPAGE="https://graphviz.readthedocs.io/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +LICENSE="MIT" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="media-gfx/graphviz" +DEPEND=" + app-arch/unzip + test? ( ${RDEPEND} + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}] + >=dev-python/pytest-3.4[${PYTHON_USEDEP}] + >=dev-python/pytest-mock-1.8[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] + ) +" +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + py.test -v || die +} diff --git a/dev-python/graphviz/metadata.xml b/dev-python/graphviz/metadata.xml new file mode 100644 index 000000000000..f0eddabd863c --- /dev/null +++ b/dev-python/graphviz/metadata.xml @@ -0,0 +1,17 @@ + + + + + python@gentoo.org + Python + + + This package facilitates the creation and rendering of graph + descriptions in the DOT language of the Graphviz graph drawing + software (repo) from Python. + + + graphviz + + gentoo-staging + -- cgit v1.3