public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/graphviz/
Date: Thu, 29 Jun 2017 22:04:52 +0000 (UTC)	[thread overview]
Message-ID: <1498773799.16b0d7d9471a0157da038123ba1b7e9f129b461c.bicatali@gentoo> (raw)

commit:     16b0d7d9471a0157da038123ba1b7e9f129b461c
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 17:49:21 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>python@gentoo.org</email>
+    <name>Python</name>
+  </maintainer>
+  <longdescription>
+    This package facilitates the creation and rendering of graph
+    descriptions in the DOT language of the Graphviz graph drawing
+    software (repo) from Python.
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">graphviz</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2017-06-29 22:04 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-29 22:04 Sebastien Fabbro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-03-12 21:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/graphviz/ William Hubbs
2019-09-24  5:01 Joonas Niilola
2020-02-05 14:05 Michał Górny
2020-02-12 21:51 Zac Medico
2020-03-27 10:42 Michał Górny
2020-07-25  7:36 Michał Górny
2020-07-25  7:36 Michał Górny
2020-09-08 19:11 Michał Górny
2020-09-18 14:48 Michał Górny
2020-10-07 18:37 Michał Górny
2020-11-15 11:39 Sam James
2020-11-15 13:07 Michał Górny
2020-11-15 21:59 Michał Górny
2020-12-16 11:51 Michał Górny
2020-12-17 17:09 Michał Górny
2020-12-25  9:17 Michał Górny
2021-01-27  3:06 Sam James
2021-01-27  9:00 Michał Górny
2021-06-05 13:52 Michał Górny
2021-07-15  9:22 Michał Górny
2021-08-16  5:13 Agostino Sarubbo
2021-08-16  6:38 Michał Górny
2021-11-08  8:31 Michał Górny
2021-11-14 20:53 Michał Górny
2021-11-15 22:36 Michał Górny
2021-12-12  9:45 Jakov Smolić
2021-12-12 10:01 Michał Górny
2021-12-13  3:09 Yixun Lan
2021-12-13  8:09 Michał Górny
2022-01-14 16:24 Agostino Sarubbo
2022-01-14 21:04 Michał Górny
2022-02-26 17:21 Michał Górny
2022-03-31 14:33 Jakov Smolić
2022-03-31 16:03 Michał Górny
2022-04-08 21:18 Michał Górny
2022-04-17  8:39 Michał Górny
2022-05-17  9:18 Agostino Sarubbo
2022-05-17 11:11 Michał Górny
2022-05-17 11:11 Michał Górny
2022-07-25  7:12 Michał Górny
2022-08-26 23:27 Sam James
2022-08-27  6:24 Michał Górny
2023-10-27  2:34 Sam James
2023-10-27  2:34 Sam James
2023-11-14 13:37 Michał Górny
2023-12-29 22:43 Sam James
2024-03-18  4:58 Michał Górny
2024-03-21 15:19 Michał Górny
2024-04-06 12:32 Arthur Zamarin
2024-05-18 16:10 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1498773799.16b0d7d9471a0157da038123ba1b7e9f129b461c.bicatali@gentoo \
    --to=bicatali@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox