public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xdot/
Date: Sun, 10 Sep 2023 03:27:27 +0000 (UTC)	[thread overview]
Message-ID: <1694316443.abe4d358927e2be584ec2d9a4de795cacf32c071.mattst88@gentoo> (raw)

commit:     abe4d358927e2be584ec2d9a4de795cacf32c071
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 03:26:54 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 03:27:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe4d358

media-gfx/xdot: Version bump to 1.3

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-gfx/xdot/Manifest        |  1 +
 media-gfx/xdot/xdot-1.3.ebuild | 45 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/media-gfx/xdot/Manifest b/media-gfx/xdot/Manifest
index c263270f8988..c0ad442da31e 100644
--- a/media-gfx/xdot/Manifest
+++ b/media-gfx/xdot/Manifest
@@ -1 +1,2 @@
 DIST xdot-1.2.tar.gz 136057 BLAKE2B 484a3513ec3d67dbc6e167f171e7f70977ba2472766f25aa7cc088235f99470bfac5fac67368ea53b633320752a928634840ff3dcccc6b96795d3b7c203db922 SHA512 b4d3b15114b982c7c38cc71c0602f6d1ba9874c7315c2b8c4a8a48bf7674e9b38bf19a0d4a2d319acc9a29cf8f177a651d4e213761e88b0b3cb26e95e8a92dda
+DIST xdot-1.3.tar.gz 144187 BLAKE2B 38e89a8c47dd519a79221634ed3e451cc5ba9c0448545802561e92876c06af599b3327d2ab808d5f81842826baddc42d3921da9c6885a2b6485e39c79de80c9f SHA512 8d66a64182970b968adbb5031d17f0b2b3709d4daa0f6d32ba0e3616177be1e43bcaa62a3133a3a0d92f8468dbc12147918d04b5d543b94b5df6d39b7af31e17

diff --git a/media-gfx/xdot/xdot-1.3.ebuild b/media-gfx/xdot/xdot-1.3.ebuild
new file mode 100644
index 000000000000..dc0e15d5f30b
--- /dev/null
+++ b/media-gfx/xdot/xdot-1.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+MY_PN=xdot.py
+EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}"
+
+if [[ ${PV} = 9999* ]]; then
+	GIT_ECLASS="git-r3"
+	SRC_URI=""
+else
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+	MY_P="${MY_PN}-${PV}"
+	S="${WORKDIR}/${MY_P}"
+	SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+inherit ${GIT_ECLASS} distutils-r1 virtualx
+
+DESCRIPTION="Interactive viewer for Graphviz dot files"
+HOMEPAGE="https://github.com/jrfonseca/xdot.py"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+
+DEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pycairo[${PYTHON_USEDEP}]
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	media-gfx/graphviz
+	test? ( x11-libs/gtk+:3[X] )
+"
+RDEPEND="${DEPEND}"
+
+run_test() {
+	cd tests && "${EPYTHON}" ../test.py *.dot graphs/*.gv
+	return "${?}"
+}
+
+python_test() {
+	virtx run_test
+}


             reply	other threads:[~2023-09-10  3:27 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-10  3:27 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-11 15:41 [gentoo-commits] repo/gentoo:master commit in: media-gfx/xdot/ Matt Turner
2024-06-21  4:23 Arthur Zamarin
2024-06-20 21:46 Sam James
2024-06-20 20:28 Arthur Zamarin
2024-06-20 18:40 Arthur Zamarin
2024-06-20 17:11 Sam James
2024-06-20 16:22 Sam James
2024-05-17 16:00 Matt Turner
2024-05-17 16:00 Matt Turner
2024-04-25 18:49 Matt Turner
2023-11-07 20:35 Sam James
2023-10-13 14:14 Arthur Zamarin
2023-10-13  3:13 Sam James
2023-10-13  3:10 Sam James
2023-10-13  3:10 Sam James
2023-10-13  3:10 Sam James
2023-09-10  3:27 Matt Turner
2023-05-30  3:22 Matt Turner
2023-04-11  1:28 Matt Turner
2023-04-11  1:28 Matt Turner
2023-04-11  1:28 Matt Turner
2023-03-07 16:36 Arthur Zamarin
2023-03-04  9:29 Arthur Zamarin
2023-01-03  2:53 WANG Xuerui
2023-01-03  2:53 WANG Xuerui
2022-12-04  3:16 Matt Turner
2022-11-18 15:14 Arthur Zamarin
2022-10-29 17:44 Matt Turner
2022-10-22 14:54 Michał Górny
2022-09-10 18:28 Arthur Zamarin
2022-09-08  5:19 Sam James
2021-09-02 17:06 Marek Szuba
2021-08-19 18:55 Matt Turner
2021-08-19 18:55 Matt Turner
2021-02-26 23:56 Matt Turner
2021-01-02 22:09 Sam James
2020-12-27  4:56 Sam James
2020-12-27  4:54 Sam James
2020-12-27  4:09 Sam James
2020-11-22  2:31 Matt Turner
2020-11-22  2:31 Matt Turner
2020-11-22  2:31 Matt Turner
2020-11-22  2:31 Matt Turner
2020-07-17 21:19 Matt Turner
2020-07-17 21:19 Matt Turner
2020-07-13 23:13 Sam James
2020-07-06 11:57 Michał Górny
2020-06-22 19:05 Mart Raudsepp
2020-06-04 14:06 Michał Górny
2020-05-30 20:33 Sergei Trofimovich
2020-05-30 16:20 Michał Górny
2020-04-28 19:23 Mart Raudsepp
2020-03-31  7:38 Georgy Yakovlev
2019-08-06 17:40 Matt Turner
2019-08-06 17:40 Matt Turner
2019-04-09 15:44 Matt Turner
2019-04-09 15:44 Matt Turner
2019-04-09 15:44 Matt Turner
2019-04-09 15:18 Matt Turner
2019-04-09  3:14 Austin English
2018-09-19  6:02 Matt Turner
2018-09-19  6:02 Matt Turner
2018-09-05 22:06 Austin English
2016-05-17 22:15 Austin English
2016-05-17 21:53 Austin English
2016-04-07  6:14 Austin English

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=1694316443.abe4d358927e2be584ec2d9a4de795cacf32c071.mattst88@gentoo \
    --to=mattst88@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