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/pygraphviz/
Date: Fri,  2 Jun 2023 08:28:13 +0000 (UTC)	[thread overview]
Message-ID: <1685694486.ed99dd7a80053cdb237ccf1fe92c4a8422f31a43.mgorny@gentoo> (raw)

commit:     ed99dd7a80053cdb237ccf1fe92c4a8422f31a43
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 07:53:47 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 08:28:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed99dd7a

dev-python/pygraphviz: Bump to 1.11

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

 dev-python/pygraphviz/Manifest               |  1 +
 dev-python/pygraphviz/pygraphviz-1.11.ebuild | 55 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/pygraphviz/Manifest b/dev-python/pygraphviz/Manifest
index ba6c58097117..c76ed9c9a6af 100644
--- a/dev-python/pygraphviz/Manifest
+++ b/dev-python/pygraphviz/Manifest
@@ -1 +1,2 @@
 DIST pygraphviz-1.10.zip 120582 BLAKE2B 965b84ec6951c364084ddde4f0594ad7c14eb7e884062ad4f24042b6298b9caf10b3aa33eecfe8154c87c4bfd8d3651acc586129b019aef8b809130d69c03f82 SHA512 571c35f7a8013d5f128fcfbbd68372c8660560847afa0648737eae6d305a9283b69dce23a1b1aeb808bd4eac9c9cefa72b1d358fbc47b724a0b70997ea3f6d84
+DIST pygraphviz-1.11.zip 120803 BLAKE2B 004312750bcb9fab5c39af2c1de6c452489d9a2deea8211e6bb7cd722e9043070644b61c78047b01d649d41194441d82ffe2dde9fb17b6d9233bd0acee539c7e SHA512 3914d29fb214e1f7d59c7849e1e63e783902acd262912eccffbf6a67f8cbf6f540b9f2e84c9e7b4f0d90fae27f451a701a3b75a4dcb15b8a81bed463b34e2ef2

diff --git a/dev-python/pygraphviz/pygraphviz-1.11.ebuild b/dev-python/pygraphviz/pygraphviz-1.11.ebuild
new file mode 100644
index 000000000000..0d46c2c812aa
--- /dev/null
+++ b/dev-python/pygraphviz/pygraphviz-1.11.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python wrapper for the Graphviz Agraph data structure"
+HOMEPAGE="
+	https://pygraphviz.github.io/
+	https://github.com/pygraphviz/pygraphviz/
+	https://pypi.org/project/pygraphviz/
+"
+SRC_URI="$(pypi_sdist_url "${PN}" "${PV}" .zip)"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x86-linux ~ppc-macos ~x64-macos"
+
+# Note: only C API of graphviz is used, PYTHON_USEDEP unnecessary.
+DEPEND="
+	media-gfx/graphviz
+"
+RDEPEND="
+	${DEPEND}
+"
+BDEPEND="
+	app-arch/unzip
+	dev-lang/swig:0
+	test? (
+		dev-python/doctest-ignore-unicode[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+src_configure() {
+	swig -python pygraphviz/graphviz.i || die
+}
+
+python_test() {
+	cd "${BUILD_DIR}"/install || die
+	epytest
+}
+
+python_install_all() {
+	dodoc -r examples
+	docompress -x /usr/share/doc/${PF}/examples
+
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2023-06-02  8:28 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-02  8:28 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-06 19:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/pygraphviz/ Arthur Zamarin
2025-01-10 11:06 Arthur Zamarin
2024-10-19  9:52 Michał Górny
2024-10-19  9:35 Arthur Zamarin
2024-10-19  8:51 Arthur Zamarin
2024-09-30  4:04 Michał Górny
2024-05-25  6:08 Arthur Zamarin
2024-05-25  6:08 Arthur Zamarin
2024-05-19 19:43 Arthur Zamarin
2024-05-10  2:02 Michał Górny
2024-03-02 19:14 Michał Górny
2024-03-02 18:10 Arthur Zamarin
2024-02-20 14:06 Jakov Smolić
2024-02-20  7:48 Sam James
2024-02-06  5:18 Sam James
2024-01-25 11:37 Michał Górny
2024-01-25  9:21 Sam James
2024-01-25  3:14 Sam James
2024-01-24 19:05 Michał Górny
2024-01-09  6:54 Michał Górny
2023-08-02 12:01 Michał Górny
2023-08-02 11:58 Arthur Zamarin
2023-07-09 20:25 Sam James
2023-07-09 17:20 Arthur Zamarin
2023-06-09 12:27 Michał Górny
2023-03-27 19:21 Michał Górny
2022-11-03 22:37 Conrad Kostecki
2022-10-07 20:33 Michał Górny
2022-10-07 20:16 Arthur Zamarin
2022-09-19 20:14 Jakov Smolić
2022-09-19 20:10 Jakov Smolić
2022-08-20 11:22 Arthur Zamarin
2022-02-27 20:03 Michał Górny
2022-02-27 12:29 Jakov Smolić
2022-02-27 12:23 Jakov Smolić
2022-02-09 19:45 Michał Górny
2022-01-21  8:54 Arthur Zamarin
2022-01-20 23:26 Michał Górny
2021-08-18 12:58 Agostino Sarubbo
2021-08-16  5:16 Agostino Sarubbo
2021-08-16  5:13 Agostino Sarubbo
2021-07-09  7:26 Michał Górny
2021-07-01 21:15 Conrad Kostecki
2020-10-09  8:53 Michał Górny
2020-09-24  6:59 Agostino Sarubbo
2020-09-24  6:52 Agostino Sarubbo
2020-08-21 23:21 David Seifert
2020-07-31 22:33 Aaron Bauman
2020-07-11  2:37 Sam James
2020-03-20  9:58 David Seifert
2020-02-05  5:50 Michał Górny
2019-12-17 18:40 Conrad Kostecki
2017-06-25 14:42 Alexis Ballier
2017-05-17 16:23 Manuel Rüger
2016-03-18 19:18 Sebastien Fabbro
2015-10-14 16:17 Justin Lecher

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=1685694486.ed99dd7a80053cdb237ccf1fe92c4a8422f31a43.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