From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydot/
Date: Thu, 26 Sep 2024 04:50:01 +0000 (UTC) [thread overview]
Message-ID: <1727326190.fafc4a8da1e6432332ee53461c9f1a366b815b7d.mgorny@gentoo> (raw)
commit: fafc4a8da1e6432332ee53461c9f1a366b815b7d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 04:33:24 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 04:49:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafc4a8d
dev-python/pydot: Bump to 3.0.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pydot/Manifest | 1 +
dev-python/pydot/pydot-3.0.2.ebuild | 38 +++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/pydot/Manifest b/dev-python/pydot/Manifest
index c14ed80f7065..c4db60870db1 100644
--- a/dev-python/pydot/Manifest
+++ b/dev-python/pydot/Manifest
@@ -1 +1,2 @@
DIST pydot-3.0.1.gh.tar.gz 280784 BLAKE2B d87d06bf5f62ae783ecb4ff6a16b0986969de49cbf45e120df5e722620fe614181700f8117b0a6ce24fd4aac4f618d4dc16c631f581ebb19bea73a5a92437585 SHA512 6aca6e91134e481334c12a7669d3f5df1181f9a4e2ab914a6c8ab87f28d0afa9d97cfc0d9b665d9fdedb3c335624d68967d491f79fc669573aa81cf1401316cd
+DIST pydot-3.0.2.gh.tar.gz 295058 BLAKE2B dac56e82520c09f3000f7c6bf04d8d933f22958086675d8c7e26572d039388f7561b3aa7150e49cc1957d44dcdd4828058369ccf2ba5f88a9280f67dcbc18196 SHA512 b24b2073781b6c3256e3d9e76514193493d8a8d9eadc8ef1db3d13b7c4d3ddbdcfcc008b3b70abbe9dcb11d2036b4b3a3dda6ca13277fb5413f699a136a58b80
diff --git a/dev-python/pydot/pydot-3.0.2.ebuild b/dev-python/pydot/pydot-3.0.2.ebuild
new file mode 100644
index 000000000000..849a61311a4e
--- /dev/null
+++ b/dev-python/pydot/pydot-3.0.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface to Graphviz's Dot language"
+HOMEPAGE="
+ https://github.com/pydot/pydot/
+ https://pypi.org/project/pydot/
+"
+# pypi releases don't include tests
+SRC_URI="
+ https://github.com/pydot/pydot/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]
+ media-gfx/graphviz
+"
+BDEPEND="
+ test? (
+ dev-python/chardet[${PYTHON_USEDEP}]
+ dev-python/parameterized[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
next reply other threads:[~2024-09-26 4:50 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-26 4:50 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-12 9:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/pydot/ Michał Górny
2024-08-03 8:44 Michał Górny
2024-08-03 8:30 Jakov Smolić
2024-07-17 12:35 Michał Górny
2024-07-16 5:30 Michał Górny
2024-06-17 16:27 Michał Górny
2024-01-18 19:48 Sam James
2023-12-31 7:17 Michał Górny
2023-12-16 12:34 Michał Górny
2023-12-16 11:09 Arthur Zamarin
2023-12-01 12:11 Arthur Zamarin
2023-11-30 19:47 Michał Górny
2023-11-29 12:45 Michał Górny
2023-11-10 13:20 Andrew Ammerlaan
2023-02-17 7:36 Sam James
2022-02-04 10:27 Michał Górny
2022-02-04 10:27 Michał Górny
2022-02-04 9:47 Jakov Smolić
2022-02-04 9:47 Jakov Smolić
2022-01-25 16:37 Sam James
2021-12-03 5:30 Sam James
2021-07-05 13:25 Marek Szuba
2021-06-05 17:59 Michał Górny
2021-03-28 11:50 Sam James
2021-03-25 21:32 Sam James
2021-03-25 21:29 Sam James
2021-03-22 0:10 Sam James
2021-03-21 10:02 Sergei Trofimovich
2021-02-16 0:32 Michał Górny
2020-06-13 11:14 Michał Górny
2020-04-12 11:02 Sergei Trofimovich
2020-03-13 11:07 Michał Górny
2020-02-05 19:37 Michał Górny
2019-01-29 13:43 Mikle Kolyada
2018-07-11 13:26 Mikle Kolyada
2018-07-01 15:19 Pacho Ramos
2018-06-30 19:03 Sergei Trofimovich
2018-06-27 17:23 Tobias Klausmann
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=1727326190.fafc4a8da1e6432332ee53461c9f1a366b815b7d.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