Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-graphviz: updated to 0.13.2
@ 2019-12-30  3:33 voidlinux-github
  2019-12-30  3:42 ` [PR PATCH] [Updated] [NoMerge] " voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-12-30  3:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python-graphviz
https://github.com/void-linux/void-packages/pull/17878

python-graphviz: updated to 0.13.2


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

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

From 37b6984f5d22a0226424d9255a0d6f66574730c8 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sun, 29 Dec 2019 21:24:33 -0600
Subject: [PATCH] python-graphviz: updated to 0.13.2

---
 srcpkgs/python-graphviz/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python-graphviz/template b/srcpkgs/python-graphviz/template
index 336166cb7ff..2d132d3d5de 100644
--- a/srcpkgs/python-graphviz/template
+++ b/srcpkgs/python-graphviz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-graphviz'
 pkgname=python-graphviz
-version=0.13
-revision=2
+version=0.13.2
+revision=1
 archs=noarch
 wrksrc="${pkgname/python-/}-${version}"
 build_style=python-module
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/xflr6/graphviz"
 changelog="https://github.com/xflr6/graphviz/blob/master/CHANGES.txt"
 distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
-checksum=e1afdadc1dcd4a4193f967f421bf6688d259685d8d8d989b8a57f7d2cf64d1ca
+checksum=bb932d6833e7c62ac6b53624b6d55bfd81f40e861f55642e1221ac4f4d8421b4
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] [NoMerge] python-graphviz: updated to 0.13.2
  2019-12-30  3:33 [PR PATCH] python-graphviz: updated to 0.13.2 voidlinux-github
@ 2019-12-30  3:42 ` voidlinux-github
  2019-12-30  3:43 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-12-30  3:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python-graphviz
https://github.com/void-linux/void-packages/pull/17878

[NoMerge] python-graphviz: updated to 0.13.2


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

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

From 0c54f8bae70d6ee406c1cf2643477125114685ef Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sun, 29 Dec 2019 21:41:05 -0600
Subject: [PATCH] python3-graphviz: Update to 0.13.2

Update to 0.13.2
Set python-graphviz to meta for removal
---
 srcpkgs/python-graphviz/template | 24 +++---------------------
 srcpkgs/python3-graphviz         |  1 -
 2 files changed, 3 insertions(+), 22 deletions(-)
 delete mode 120000 srcpkgs/python3-graphviz

diff --git a/srcpkgs/python-graphviz/template b/srcpkgs/python-graphviz/template
index 336166cb7ff..d56439aa619 100644
--- a/srcpkgs/python-graphviz/template
+++ b/srcpkgs/python-graphviz/template
@@ -1,32 +1,14 @@
 # Template file for 'python-graphviz'
 pkgname=python-graphviz
 version=0.13
-revision=2
+revision=1
 archs=noarch
 wrksrc="${pkgname/python-/}-${version}"
-build_style=python-module
-pycompile_module="graphviz"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="graphviz python"
-short_desc="Simple Python2 interface for Graphviz"
+build_style=meta
+short_desc="Simple Python2 interface for Graphviz(removed package)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/xflr6/graphviz"
 changelog="https://github.com/xflr6/graphviz/blob/master/CHANGES.txt"
 distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
 checksum=e1afdadc1dcd4a4193f967f421bf6688d259685d8d8d989b8a57f7d2cf64d1ca
-
-post_install() {
-	vlicense LICENSE.txt
-}
-
-python3-graphviz_package() {
-	archs=noarch
-	depends="python3 graphviz"
-	pycompile_module="graphviz"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove "usr/lib/python3*"
-		vlicense LICENSE.txt
-	}
-}
diff --git a/srcpkgs/python3-graphviz b/srcpkgs/python3-graphviz
deleted file mode 120000
index 1b7d7f4e562..00000000000
--- a/srcpkgs/python3-graphviz
+++ /dev/null
@@ -1 +0,0 @@
-python-graphviz
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] [NoMerge] python-graphviz: updated to 0.13.2
  2019-12-30  3:33 [PR PATCH] python-graphviz: updated to 0.13.2 voidlinux-github
  2019-12-30  3:42 ` [PR PATCH] [Updated] [NoMerge] " voidlinux-github
@ 2019-12-30  3:43 ` voidlinux-github
  2019-12-30  5:07 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-12-30  3:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python-graphviz
https://github.com/void-linux/void-packages/pull/17878

[NoMerge] python-graphviz: updated to 0.13.2


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

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

From 4402a470e185fdc77459bfb4542d72fc290e8a3c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sun, 29 Dec 2019 21:41:05 -0600
Subject: [PATCH] python3-graphviz: Update to 0.13.2

Update to 0.13.2
Set python-graphviz to meta for removal

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
---
 srcpkgs/python-graphviz/template  | 24 +++---------------------
 srcpkgs/python3-graphviz          |  1 -
 srcpkgs/python3-graphviz/template | 21 +++++++++++++++++++++
 3 files changed, 24 insertions(+), 22 deletions(-)
 delete mode 120000 srcpkgs/python3-graphviz
 create mode 100644 srcpkgs/python3-graphviz/template

diff --git a/srcpkgs/python-graphviz/template b/srcpkgs/python-graphviz/template
index 336166cb7ff..d56439aa619 100644
--- a/srcpkgs/python-graphviz/template
+++ b/srcpkgs/python-graphviz/template
@@ -1,32 +1,14 @@
 # Template file for 'python-graphviz'
 pkgname=python-graphviz
 version=0.13
-revision=2
+revision=1
 archs=noarch
 wrksrc="${pkgname/python-/}-${version}"
-build_style=python-module
-pycompile_module="graphviz"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="graphviz python"
-short_desc="Simple Python2 interface for Graphviz"
+build_style=meta
+short_desc="Simple Python2 interface for Graphviz(removed package)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/xflr6/graphviz"
 changelog="https://github.com/xflr6/graphviz/blob/master/CHANGES.txt"
 distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
 checksum=e1afdadc1dcd4a4193f967f421bf6688d259685d8d8d989b8a57f7d2cf64d1ca
-
-post_install() {
-	vlicense LICENSE.txt
-}
-
-python3-graphviz_package() {
-	archs=noarch
-	depends="python3 graphviz"
-	pycompile_module="graphviz"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove "usr/lib/python3*"
-		vlicense LICENSE.txt
-	}
-}
diff --git a/srcpkgs/python3-graphviz b/srcpkgs/python3-graphviz
deleted file mode 120000
index 1b7d7f4e562..00000000000
--- a/srcpkgs/python3-graphviz
+++ /dev/null
@@ -1 +0,0 @@
-python-graphviz
\ No newline at end of file
diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
new file mode 100644
index 00000000000..c67831a781b
--- /dev/null
+++ b/srcpkgs/python3-graphviz/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-graphviz'
+pkgname=python-graphviz
+version=0.13.2
+revision=1
+archs=noarch
+wrksrc="${pkgname/python-/}-${version}"
+build_style=python3-module
+pycompile_module="graphviz"
+hostmakedepends="python3-setuptools"
+depends="graphviz python3"
+short_desc="Simple Python3 interface for Graphviz"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/xflr6/graphviz"
+changelog="https://github.com/xflr6/graphviz/blob/master/CHANGES.txt"
+distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
+checksum=bb932d6833e7c62ac6b53624b6d55bfd81f40e861f55642e1221ac4f4d8421b4
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] python-graphviz: updated to 0.13.2
  2019-12-30  3:33 [PR PATCH] python-graphviz: updated to 0.13.2 voidlinux-github
  2019-12-30  3:42 ` [PR PATCH] [Updated] [NoMerge] " voidlinux-github
  2019-12-30  3:43 ` voidlinux-github
@ 2019-12-30  5:07 ` voidlinux-github
  2019-12-30  5:19 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-12-30  5:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python-graphviz
https://github.com/void-linux/void-packages/pull/17878

python-graphviz: updated to 0.13.2


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

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

From 1162ef38c236bcbf8ee9d8166484bfeda74a9675 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sun, 29 Dec 2019 21:41:05 -0600
Subject: [PATCH] python3-graphviz: Update to 0.13.2

Update to 0.13.2
Set python-graphviz to meta for removal

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
---
 srcpkgs/python-graphviz/template  | 20 +++-----------------
 srcpkgs/python3-graphviz          |  1 -
 srcpkgs/python3-graphviz/template | 21 +++++++++++++++++++++
 3 files changed, 24 insertions(+), 18 deletions(-)
 delete mode 120000 srcpkgs/python3-graphviz
 create mode 100644 srcpkgs/python3-graphviz/template

diff --git a/srcpkgs/python-graphviz/template b/srcpkgs/python-graphviz/template
index 336166cb7ff..acb605a4156 100644
--- a/srcpkgs/python-graphviz/template
+++ b/srcpkgs/python-graphviz/template
@@ -1,14 +1,11 @@
 # Template file for 'python-graphviz'
 pkgname=python-graphviz
 version=0.13
-revision=2
+revision=1
 archs=noarch
 wrksrc="${pkgname/python-/}-${version}"
-build_style=python-module
-pycompile_module="graphviz"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="graphviz python"
-short_desc="Simple Python2 interface for Graphviz"
+build_style=meta
+short_desc="Simple Python2 interface for Graphviz(removed package)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/xflr6/graphviz"
@@ -19,14 +16,3 @@ checksum=e1afdadc1dcd4a4193f967f421bf6688d259685d8d8d989b8a57f7d2cf64d1ca
 post_install() {
 	vlicense LICENSE.txt
 }
-
-python3-graphviz_package() {
-	archs=noarch
-	depends="python3 graphviz"
-	pycompile_module="graphviz"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove "usr/lib/python3*"
-		vlicense LICENSE.txt
-	}
-}
diff --git a/srcpkgs/python3-graphviz b/srcpkgs/python3-graphviz
deleted file mode 120000
index 1b7d7f4e562..00000000000
--- a/srcpkgs/python3-graphviz
+++ /dev/null
@@ -1 +0,0 @@
-python-graphviz
\ No newline at end of file
diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
new file mode 100644
index 00000000000..37eb21baf56
--- /dev/null
+++ b/srcpkgs/python3-graphviz/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-graphviz'
+pkgname=python3-graphviz
+version=0.13.2
+revision=1
+archs=noarch
+wrksrc="${pkgname/python-/}-${version}"
+build_style=python3-module
+pycompile_module="graphviz"
+hostmakedepends="python3-setuptools"
+depends="graphviz python3"
+short_desc="Simple Python3 interface for Graphviz"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/xflr6/graphviz"
+changelog="https://github.com/xflr6/graphviz/blob/master/CHANGES.txt"
+distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
+checksum=bb932d6833e7c62ac6b53624b6d55bfd81f40e861f55642e1221ac4f4d8421b4
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] python-graphviz: updated to 0.13.2
  2019-12-30  3:33 [PR PATCH] python-graphviz: updated to 0.13.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-12-30  5:07 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-12-30  5:19 ` voidlinux-github
  2020-01-17 18:26 ` [PR PATCH] [Merged]: " voidlinux-github
  2020-01-18 14:00 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-12-30  5:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python-graphviz
https://github.com/void-linux/void-packages/pull/17878

python-graphviz: updated to 0.13.2


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

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

From bae0b3f81f2248df842a0a43736df850da666a18 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sun, 29 Dec 2019 21:41:05 -0600
Subject: [PATCH] python3-graphviz: Update to 0.13.2

Update to 0.13.2
Set python-graphviz to meta for removal

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
---
 srcpkgs/python-graphviz/template  | 20 +++-----------------
 srcpkgs/python3-graphviz          |  1 -
 srcpkgs/python3-graphviz/template | 21 +++++++++++++++++++++
 3 files changed, 24 insertions(+), 18 deletions(-)
 delete mode 120000 srcpkgs/python3-graphviz
 create mode 100644 srcpkgs/python3-graphviz/template

diff --git a/srcpkgs/python-graphviz/template b/srcpkgs/python-graphviz/template
index 336166cb7ff..acb605a4156 100644
--- a/srcpkgs/python-graphviz/template
+++ b/srcpkgs/python-graphviz/template
@@ -1,14 +1,11 @@
 # Template file for 'python-graphviz'
 pkgname=python-graphviz
 version=0.13
-revision=2
+revision=1
 archs=noarch
 wrksrc="${pkgname/python-/}-${version}"
-build_style=python-module
-pycompile_module="graphviz"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="graphviz python"
-short_desc="Simple Python2 interface for Graphviz"
+build_style=meta
+short_desc="Simple Python2 interface for Graphviz(removed package)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/xflr6/graphviz"
@@ -19,14 +16,3 @@ checksum=e1afdadc1dcd4a4193f967f421bf6688d259685d8d8d989b8a57f7d2cf64d1ca
 post_install() {
 	vlicense LICENSE.txt
 }
-
-python3-graphviz_package() {
-	archs=noarch
-	depends="python3 graphviz"
-	pycompile_module="graphviz"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove "usr/lib/python3*"
-		vlicense LICENSE.txt
-	}
-}
diff --git a/srcpkgs/python3-graphviz b/srcpkgs/python3-graphviz
deleted file mode 120000
index 1b7d7f4e562..00000000000
--- a/srcpkgs/python3-graphviz
+++ /dev/null
@@ -1 +0,0 @@
-python-graphviz
\ No newline at end of file
diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
new file mode 100644
index 00000000000..2e7ec3bd76a
--- /dev/null
+++ b/srcpkgs/python3-graphviz/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-graphviz'
+pkgname=python3-graphviz
+version=0.13.2
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+pycompile_module="graphviz"
+hostmakedepends="python3-setuptools"
+depends="graphviz python3"
+short_desc="Simple Python3 interface for Graphviz"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/xflr6/graphviz"
+changelog="https://github.com/xflr6/graphviz/blob/master/CHANGES.txt"
+distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
+checksum=bb932d6833e7c62ac6b53624b6d55bfd81f40e861f55642e1221ac4f4d8421b4
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Merged]: python-graphviz: updated to 0.13.2
  2019-12-30  3:33 [PR PATCH] python-graphviz: updated to 0.13.2 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-12-30  5:19 ` voidlinux-github
@ 2020-01-17 18:26 ` voidlinux-github
  2020-01-18 14:00 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-17 18:26 UTC (permalink / raw)
  To: ml

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

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

python-graphviz: updated to 0.13.2
https://github.com/void-linux/void-packages/pull/17878

Description:


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

* Re: python-graphviz: updated to 0.13.2
  2019-12-30  3:33 [PR PATCH] python-graphviz: updated to 0.13.2 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-17 18:26 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2020-01-18 14:00 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-18 14:00 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/17878#issuecomment-575900817

Comment:
This won't work, the py2 metapackage will never get created

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

end of thread, other threads:[~2020-01-18 14:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-30  3:33 [PR PATCH] python-graphviz: updated to 0.13.2 voidlinux-github
2019-12-30  3:42 ` [PR PATCH] [Updated] [NoMerge] " voidlinux-github
2019-12-30  3:43 ` voidlinux-github
2019-12-30  5:07 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-30  5:19 ` voidlinux-github
2020-01-17 18:26 ` [PR PATCH] [Merged]: " voidlinux-github
2020-01-18 14:00 ` voidlinux-github

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).