public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/graphviz/
Date: Fri,  8 Apr 2022 21:18:14 +0000 (UTC)	[thread overview]
Message-ID: <1649452686.823b8a09d454dfdb169fd25883b6b7ea390996f1.mgorny@gentoo> (raw)

commit:     823b8a09d454dfdb169fd25883b6b7ea390996f1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 20:52:24 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 21:18:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823b8a09

dev-python/graphviz: Bump to 0.19.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/graphviz/Manifest               |  1 +
 dev-python/graphviz/graphviz-0.19.2.ebuild | 42 ++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/graphviz/Manifest b/dev-python/graphviz/Manifest
index 889b66a36e2e..d3ca355b52cf 100644
--- a/dev-python/graphviz/Manifest
+++ b/dev-python/graphviz/Manifest
@@ -1 +1,2 @@
 DIST graphviz-0.19.1.zip 247779 BLAKE2B c0b226c2ae66f8b583a30cf2842b8cfdecd926f0e7f32fbbfb4dae17ce14792d0af8d8cf6de53cc9a7facdeb8b0a4a078b962eabf64460e1fd42dd995e069428 SHA512 3aa078887458d7bcd173c46ee6e4d8dbdae0c9103755e61e5a027c18e5d8913990aa16a595e80228607c17db1aa9dffdb93e264cafafc8b6318bc3a87547bc5d
+DIST graphviz-0.19.2.zip 248057 BLAKE2B 40fbbeea1f347f3843898c088f3c1ee81eee321aeaaa4bf42d97343d6527a4d43a207bd2e6a5833b04aa50c8be2e58ba77ec99147dfcf22a9eefed733afc0cc8 SHA512 a1dc396bc0b0572a952365d7b22df46fc99a5f081ec02e774d0efa9113c4aa5ca5005855221554cdc96d90997d9efff43b80e1dd858622889afd26d44fbc3671

diff --git a/dev-python/graphviz/graphviz-0.19.2.ebuild b/dev-python/graphviz/graphviz-0.19.2.ebuild
new file mode 100644
index 000000000000..2b0922565359
--- /dev/null
+++ b/dev-python/graphviz/graphviz-0.19.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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 ~riscv ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+
+RDEPEND="
+	media-gfx/graphviz
+"
+BDEPEND="
+	app-arch/unzip
+	test? (
+		>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+		>=dev-python/pytest-mock-1.8[${PYTHON_USEDEP}]
+		media-gfx/graphviz[gts,pdf]
+	)
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	sed -e 's:--cov --cov-report=term --cov-report=html::' \
+		-i setup.cfg || die
+	distutils-r1_src_prepare
+}
+
+python_test() {
+	"${EPYTHON}" run-tests.py -vv -ra -l -Wdefault -p no:xdoctest ||
+		die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2022-04-08 21:18 UTC|newest]

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

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=1649452686.823b8a09d454dfdb169fd25883b6b7ea390996f1.mgorny@gentoo \
    --to=mgorny@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