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: Mon, 18 Mar 2024 04:58:43 +0000 (UTC)	[thread overview]
Message-ID: <1710737919.f81b0c917ec08b10944bab411ea53758c6155022.mgorny@gentoo> (raw)

commit:     f81b0c917ec08b10944bab411ea53758c6155022
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 18 04:57:22 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 04:58:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81b0c91

dev-python/graphviz: Bump to 0.20.2

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

 dev-python/graphviz/Manifest               |  1 +
 dev-python/graphviz/graphviz-0.20.2.ebuild | 54 ++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/graphviz/Manifest b/dev-python/graphviz/Manifest
index c9275247c609..ae10c479b2f5 100644
--- a/dev-python/graphviz/Manifest
+++ b/dev-python/graphviz/Manifest
@@ -1 +1,2 @@
 DIST graphviz-0.20.1.gh.tar.gz 188952 BLAKE2B 65d0b993e01492894b6d245c0869412b4956e5d55f9d8d490505c8f3477dc5ab98739cf0bf1aa1a15c4bacb2db4c2807659ce410ca65503c5876ffdc278e959f SHA512 34d340469856777f03b9c9e6d28f232908797bc1456a5b50104dd2f7dc8b7488afc7b29a564d57707ae96f3291f5ae90b8140ab64e378b82f271b5521763fb55
+DIST graphviz-0.20.2.gh.tar.gz 190548 BLAKE2B 786f43fa29e6a09c837c9d13f1a41ca385e4993c52dd1467964c1c8506175e9f1bae864a7ca2ad301d1cbdb1d639a1314f2a2af30e01c4a6ecd17f93b1416871 SHA512 bd07c0ed46f380df2ace4d8396f1406455ff1b117fdb431337ebcf54a112b1894275e2d3e84c9711a25118c880f64dcb82c952aa1d8b704c1cd4c6215e651a1a

diff --git a/dev-python/graphviz/graphviz-0.20.2.ebuild b/dev-python/graphviz/graphviz-0.20.2.ebuild
new file mode 100644
index 000000000000..920ddb5ef469
--- /dev/null
+++ b/dev-python/graphviz/graphviz-0.20.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple Python interface for Graphviz"
+HOMEPAGE="
+	https://graphviz.readthedocs.io/
+	https://github.com/xflr6/graphviz/
+	https://pypi.org/project/graphviz/
+"
+SRC_URI="
+	https://github.com/xflr6/graphviz/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	media-gfx/graphviz
+"
+BDEPEND="
+	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:license_file:license_files:' \
+		-e 's:--cov --cov-report=term --cov-report=html::' \
+		-i setup.cfg || die
+	distutils-r1_src_prepare
+}
+
+python_test() {
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+	local EPYTEST_IGNORE=(
+		# workaround https://github.com/pytest-dev/pytest/issues/12123
+		tests/backend/conftest.py
+		tests/conftest.py
+	)
+	epytest -p pytest_mock
+}


             reply	other threads:[~2024-03-18  4:58 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-18  4:58 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/graphviz/ Michał Górny
2024-05-18 16:10 Michał Górny
2024-04-06 12:32 Arthur Zamarin
2024-03-21 15:19 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-04-08 21:18 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=1710737919.f81b0c917ec08b10944bab411ea53758c6155022.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