Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xdot: update to 1.2.
@ 2020-12-03 21:25 ndowens
  2020-12-03 21:27 ` [PR PATCH] [Updated] " ndowens
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ndowens @ 2020-12-03 21:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 358 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages xdot
https://github.com/void-linux/void-packages/pull/26931

xdot: update to 1.2.
Add python3-numpy to depends as xdot fails to launch w/o

A patch file from https://github.com/void-linux/void-packages/pull/26931.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xdot-26931.patch --]
[-- Type: text/x-diff, Size: 1251 bytes --]

From 7d47dd74daa6309a71647247cd420fdf6dd1891e Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Thu, 3 Dec 2020 15:24:14 -0600
Subject: [PATCH] xdot: update to 1.2.

---
 srcpkgs/xdot/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 2b4e20c77ef..adae0012510 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,15 +1,19 @@
 # Template file for 'xdot'
 pkgname=xdot
-version=1.1
-revision=4
+version=1.2
+revision=1
 wrksrc="xdot.py-${version}"
 build_style=python3-module
-pycompile_module="xdot"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools graphviz gtk+3 python3-gobject"
+depends="graphviz gtk+3 python3-gobject python3-numpy"
 short_desc="Interactive viewer for Graphviz dot files"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/jrfonseca/xdot.py"
 distfiles="https://github.com/jrfonseca/xdot.py/archive/${version}.tar.gz"
-checksum=724c5977bffd775b680e80b49b65fe8b5a8cf92376aa4bbac6f7b05dd9bf002e
+checksum=28958ffd791d2922c5f95da0c55a536aed67809b7c88eeb61881453b1cac9faa
+
+do_check() {
+	# Checks require launching GTK
+	: 
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] xdot: update to 1.2.
  2020-12-03 21:25 [PR PATCH] xdot: update to 1.2 ndowens
@ 2020-12-03 21:27 ` ndowens
  2020-12-03 21:40 ` [PR REVIEW] " ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-12-03 21:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages xdot
https://github.com/void-linux/void-packages/pull/26931

xdot: update to 1.2.
Add python3-numpy to depends as xdot fails to launch w/o

A patch file from https://github.com/void-linux/void-packages/pull/26931.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xdot-26931.patch --]
[-- Type: text/x-diff, Size: 1250 bytes --]

From b9b0e1791e4a3239214b9eced11154c693dae671 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Thu, 3 Dec 2020 15:24:14 -0600
Subject: [PATCH] xdot: update to 1.2.

---
 srcpkgs/xdot/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 2b4e20c77ef..2c3031b5718 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,15 +1,19 @@
 # Template file for 'xdot'
 pkgname=xdot
-version=1.1
-revision=4
+version=1.2
+revision=1
 wrksrc="xdot.py-${version}"
 build_style=python3-module
-pycompile_module="xdot"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools graphviz gtk+3 python3-gobject"
+depends="graphviz gtk+3 python3-gobject python3-numpy"
 short_desc="Interactive viewer for Graphviz dot files"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/jrfonseca/xdot.py"
 distfiles="https://github.com/jrfonseca/xdot.py/archive/${version}.tar.gz"
-checksum=724c5977bffd775b680e80b49b65fe8b5a8cf92376aa4bbac6f7b05dd9bf002e
+checksum=28958ffd791d2922c5f95da0c55a536aed67809b7c88eeb61881453b1cac9faa
+
+do_check() {
+	# Checks require launching GTK
+	:
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] xdot: update to 1.2.
  2020-12-03 21:25 [PR PATCH] xdot: update to 1.2 ndowens
  2020-12-03 21:27 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-03 21:40 ` ericonr
  2020-12-05 20:15 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-03 21:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26931#discussion_r535652827

Comment:
Try using `xvfb-run`.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xdot: update to 1.2.
  2020-12-03 21:25 [PR PATCH] xdot: update to 1.2 ndowens
  2020-12-03 21:27 ` [PR PATCH] [Updated] " ndowens
  2020-12-03 21:40 ` [PR REVIEW] " ericonr
@ 2020-12-05 20:15 ` ericonr
  2020-12-05 20:18 ` ndowens
  2020-12-12  6:42 ` [PR PATCH] [Closed]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-05 20:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26931#issuecomment-739396962

Comment:
Ping

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xdot: update to 1.2.
  2020-12-03 21:25 [PR PATCH] xdot: update to 1.2 ndowens
                   ` (2 preceding siblings ...)
  2020-12-05 20:15 ` ericonr
@ 2020-12-05 20:18 ` ndowens
  2020-12-12  6:42 ` [PR PATCH] [Closed]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-12-05 20:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 240 bytes --]

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26931#issuecomment-739399630

Comment:
> Ping

Yeah been trying to figure out how to use xvfb-run with a testing, never attempted that; 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: xdot: update to 1.2.
  2020-12-03 21:25 [PR PATCH] xdot: update to 1.2 ndowens
                   ` (3 preceding siblings ...)
  2020-12-05 20:18 ` ndowens
@ 2020-12-12  6:42 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-12  6:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

There's a closed pull request on the void-packages repository

xdot: update to 1.2.
https://github.com/void-linux/void-packages/pull/26931

Description:
Add python3-numpy to depends as xdot fails to launch w/o

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-12-12  6:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-03 21:25 [PR PATCH] xdot: update to 1.2 ndowens
2020-12-03 21:27 ` [PR PATCH] [Updated] " ndowens
2020-12-03 21:40 ` [PR REVIEW] " ericonr
2020-12-05 20:15 ` ericonr
2020-12-05 20:18 ` ndowens
2020-12-12  6:42 ` [PR PATCH] [Closed]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).