From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7ADFC139694 for ; Thu, 29 Jun 2017 22:04:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAFFFE0839; Thu, 29 Jun 2017 22:04:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B053E0839 for ; Thu, 29 Jun 2017 22:04:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB94634186F for ; Thu, 29 Jun 2017 22:04:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 250407498 for ; Thu, 29 Jun 2017 22:04:52 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1498773799.16b0d7d9471a0157da038123ba1b7e9f129b461c.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/graphviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/graphviz/Manifest dev-python/graphviz/graphviz-0.7.1.ebuild dev-python/graphviz/metadata.xml X-VCS-Directories: dev-python/graphviz/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 16b0d7d9471a0157da038123ba1b7e9f129b461c X-VCS-Branch: master Date: Thu, 29 Jun 2017 22:04:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9501ea17-ce86-4174-b687-3cd8bd60112b X-Archives-Hash: 8842878e3a02cc244d910e6f7bacd1d0 commit: 16b0d7d9471a0157da038123ba1b7e9f129b461c Author: Sébastien Fabbro gentoo org> AuthorDate: Thu Jun 29 17:49:21 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Thu Jun 29 22:03:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b0d7d9 dev-python/graphviz: initial import Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/graphviz/Manifest | 1 + dev-python/graphviz/graphviz-0.7.1.ebuild | 31 +++++++++++++++++++++++++++++++ dev-python/graphviz/metadata.xml | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/dev-python/graphviz/Manifest b/dev-python/graphviz/Manifest new file mode 100644 index 00000000000..568b3903624 --- /dev/null +++ b/dev-python/graphviz/Manifest @@ -0,0 +1 @@ +DIST graphviz-0.7.1.zip 100779 SHA256 c7744df945fa90791ad9b4183a6a7dc8220d63a7b8a5f8f93ba62086f1e69e83 SHA512 e8ba326060ff3039f74902c01cf3d96c9965ce2259d0d5a9594e399added05c7e25b0f6c4b0be9ab21c1d37bbfb69e9c4856a7bb457b545185d48838d34cac70 WHIRLPOOL 9d81bfc82d7329e6db586f0ca3c4997446491dc1f413115ec7b4cd28cb31f5827206c3f57bad1b84d6b494d01bf751b516d6be75c4566abb639144fa9e623d54 diff --git a/dev-python/graphviz/graphviz-0.7.1.ebuild b/dev-python/graphviz/graphviz-0.7.1.ebuild new file mode 100644 index 00000000000..a2327f77b8a --- /dev/null +++ b/dev-python/graphviz/graphviz-0.7.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_5 python3_6 ) + +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" + +RDEPEND="media-gfx/graphviz" +DEPEND=" + app-arch/unzip + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( ${RDEPEND} + >=dev-python/pytest-3.1[${PYTHON_USEDEP}] + dev-python/pytest-mock[${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 00000000000..f36ba828ece --- /dev/null +++ b/dev-python/graphviz/metadata.xml @@ -0,0 +1,16 @@ + + + + + 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 + +