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: Thu, 20 Jan 2022 23:26:08 +0000 (UTC) [thread overview]
Message-ID: <1642721146.27b1e129ae1edde5756a1a2b4a189591c1f16902.mgorny@gentoo> (raw)
commit: 27b1e129ae1edde5756a1a2b4a189591c1f16902
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 22:47:51 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 23:25:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b1e129
dev-python/pygraphviz: Bump to 1.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pygraphviz/Manifest | 1 +
dev-python/pygraphviz/pygraphviz-1.8.ebuild | 42 +++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-python/pygraphviz/Manifest b/dev-python/pygraphviz/Manifest
index 63c57d24a880..868e2686912e 100644
--- a/dev-python/pygraphviz/Manifest
+++ b/dev-python/pygraphviz/Manifest
@@ -1 +1,2 @@
DIST pygraphviz-1.7.zip 118754 BLAKE2B 36507fc862bec45a33bee3f89e7593a15639e7d98067e1c4ddf917558b7bc037b9d7607f7f017ad5980ba0e6805e63f05464efe8fd416ef70cb95709151714e3 SHA512 09438931d1930a70f7da94b0a12b449c0836ad707c6c8abed49bae0db162c136002d170398ed02dc56a5029269490ce3156d2d4b0f30602a11165bc0038998ea
+DIST pygraphviz-1.8.zip 119640 BLAKE2B a5c035085c503a06b0496a7ea4db0861e703d2811ab415f2d528dbc6c342d0fab1e9294f818cc4e49bdebba1b98456d6f34eea5628735193a6dde2c37035afce SHA512 f59d9452867167ba406d0e352700ec6bc80364318413a982eadb324c7817f92b9d09922b5fd90b603e2cf6f408390f862e003ef3f1fd3230390944f7d6ee7228
diff --git a/dev-python/pygraphviz/pygraphviz-1.8.ebuild b/dev-python/pygraphviz/pygraphviz-1.8.ebuild
new file mode 100644
index 000000000000..cc40c444bcd8
--- /dev/null
+++ b/dev-python/pygraphviz/pygraphviz-1.8.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="Python wrapper for the Graphviz Agraph data structure"
+HOMEPAGE="https://pygraphviz.github.io/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.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.
+RDEPEND="media-gfx/graphviz"
+DEPEND="${RDEPEND}"
+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
+}
next reply other threads:[~2022-01-20 23:26 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-20 23:26 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-19 9:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/pygraphviz/ 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-06-02 8:28 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
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=1642721146.27b1e129ae1edde5756a1a2b4a189591c1f16902.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