Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-altgraph: update to 0.17
@ 2020-11-17 22:43 ndowens
  2020-11-17 22:45 ` [PR PATCH] [Updated] " ndowens
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ndowens @ 2020-11-17 22:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python-altgraph
https://github.com/void-linux/void-packages/pull/26467

python3-altgraph: update to 0.17
Add check target

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

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

From bab5caa579f93e333c851f9bfc407bb62ef340e1 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 17 Nov 2020 16:43:26 -0600
Subject: [PATCH] python3-altgraph: update to 0.17

Add check target
---
 srcpkgs/python3-altgraph/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index a1ad53d67a1..7582a3e8381 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,18 +1,22 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
-version=0.16.1
-revision=3
+version=0.17
+revision=1
 wrksrc="altgraph-${version}"
 build_style=python3-module
-pycompile_module="altgraph"
 hostmakedepends="python3-setuptools"
+checkdepends="python3-coverage"
 depends="python3"
 short_desc="Fork of graphlib for building network graphs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://altgraph.readthedocs.io/en/latest/"
 distfiles="${PYPI_SITE}/a/altgraph/altgraph-${version}.tar.gz"
-checksum=ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c
+checksum=1f05a47122542f97028caf78775a095fbe6a2699b5089de8477eb583167d69aa
+
+do_check() {
+	python3 -m coverage run --parallel setup.py test
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-altgraph: update to 0.17
  2020-11-17 22:43 [PR PATCH] python3-altgraph: update to 0.17 ndowens
@ 2020-11-17 22:45 ` ndowens
  2020-11-18 19:30 ` Chocimier
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ndowens @ 2020-11-17 22:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python-altgraph
https://github.com/void-linux/void-packages/pull/26467

python3-altgraph: update to 0.17
Add check target

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

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

From f4781a7f196d6af8dfe20465cb9fee7ffb8de284 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 17 Nov 2020 16:43:26 -0600
Subject: [PATCH] python3-altgraph: update to 0.17

Add check target
---
 srcpkgs/python3-altgraph/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index a1ad53d67a1..d23f7c91fcd 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,18 +1,22 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
-version=0.16.1
-revision=3
+version=0.17
+revision=1
 wrksrc="altgraph-${version}"
 build_style=python3-module
-pycompile_module="altgraph"
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-coverage"
 short_desc="Fork of graphlib for building network graphs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://altgraph.readthedocs.io/en/latest/"
 distfiles="${PYPI_SITE}/a/altgraph/altgraph-${version}.tar.gz"
-checksum=ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c
+checksum=1f05a47122542f97028caf78775a095fbe6a2699b5089de8477eb583167d69aa
+
+do_check() {
+	python3 -m coverage run --parallel setup.py test
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-altgraph: update to 0.17
  2020-11-17 22:43 [PR PATCH] python3-altgraph: update to 0.17 ndowens
  2020-11-17 22:45 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-18 19:30 ` Chocimier
  2020-11-18 20:59 ` [PR PATCH] [Updated] " ndowens
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-11-18 19:30 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/26467#issuecomment-729904423

Comment:
fails to import without python3-setuptools

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

* Re: [PR PATCH] [Updated] python3-altgraph: update to 0.17
  2020-11-17 22:43 [PR PATCH] python3-altgraph: update to 0.17 ndowens
  2020-11-17 22:45 ` [PR PATCH] [Updated] " ndowens
  2020-11-18 19:30 ` Chocimier
@ 2020-11-18 20:59 ` ndowens
  2020-11-19 15:25 ` [PR REVIEW] " ahesford
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ndowens @ 2020-11-18 20:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python-altgraph
https://github.com/void-linux/void-packages/pull/26467

python3-altgraph: update to 0.17
Add check target

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

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

From 1bc0c0cfeae96acc323cfd034c4cc579d6b5cc7a Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 17 Nov 2020 16:43:26 -0600
Subject: [PATCH] python3-altgraph: update to 0.17

Add check target
---
 srcpkgs/python3-altgraph/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index a1ad53d67a1..aa73fd77cce 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,18 +1,22 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
-version=0.16.1
-revision=3
+version=0.17
+revision=1
 wrksrc="altgraph-${version}"
 build_style=python3-module
-pycompile_module="altgraph"
 hostmakedepends="python3-setuptools"
-depends="python3"
+depends="python3 python3-setuptools"
+checkdepends="python3-coverage"
 short_desc="Fork of graphlib for building network graphs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://altgraph.readthedocs.io/en/latest/"
 distfiles="${PYPI_SITE}/a/altgraph/altgraph-${version}.tar.gz"
-checksum=ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c
+checksum=1f05a47122542f97028caf78775a095fbe6a2699b5089de8477eb583167d69aa
+
+do_check() {
+	python3 -m coverage run --parallel setup.py test
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-altgraph: update to 0.17
  2020-11-17 22:43 [PR PATCH] python3-altgraph: update to 0.17 ndowens
                   ` (2 preceding siblings ...)
  2020-11-18 20:59 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-19 15:25 ` ahesford
  2020-11-19 15:26 ` ahesford
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-11-19 15:25 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26467#discussion_r526974776

Comment:
python3 is redundant when `python3-setuptools` is included.

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

* Re: [PR REVIEW] python3-altgraph: update to 0.17
  2020-11-17 22:43 [PR PATCH] python3-altgraph: update to 0.17 ndowens
                   ` (3 preceding siblings ...)
  2020-11-19 15:25 ` [PR REVIEW] " ahesford
@ 2020-11-19 15:26 ` ahesford
  2020-11-19 15:41 ` [PR PATCH] [Updated] " ndowens
  2020-11-19 17:08 ` [PR PATCH] [Merged]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-11-19 15:26 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26467#discussion_r526974776

Comment:
`python3` is redundant when `python3-setuptools` is included.

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

* Re: [PR PATCH] [Updated] python3-altgraph: update to 0.17
  2020-11-17 22:43 [PR PATCH] python3-altgraph: update to 0.17 ndowens
                   ` (4 preceding siblings ...)
  2020-11-19 15:26 ` ahesford
@ 2020-11-19 15:41 ` ndowens
  2020-11-19 17:08 ` [PR PATCH] [Merged]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: ndowens @ 2020-11-19 15:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python-altgraph
https://github.com/void-linux/void-packages/pull/26467

python3-altgraph: update to 0.17
Add check target

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

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

From d5f008fe4336b58ae95f4eb05832a89cc092a5db Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 17 Nov 2020 16:43:26 -0600
Subject: [PATCH] python3-altgraph: update to 0.17

Add check target
---
 srcpkgs/python3-altgraph/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index a1ad53d67a1..4a1c1462158 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,18 +1,22 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
-version=0.16.1
-revision=3
+version=0.17
+revision=1
 wrksrc="altgraph-${version}"
 build_style=python3-module
-pycompile_module="altgraph"
 hostmakedepends="python3-setuptools"
-depends="python3"
+depends="python3-setuptools"
+checkdepends="python3-coverage"
 short_desc="Fork of graphlib for building network graphs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://altgraph.readthedocs.io/en/latest/"
 distfiles="${PYPI_SITE}/a/altgraph/altgraph-${version}.tar.gz"
-checksum=ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c
+checksum=1f05a47122542f97028caf78775a095fbe6a2699b5089de8477eb583167d69aa
+
+do_check() {
+	python3 -m coverage run --parallel setup.py test
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-altgraph: update to 0.17
  2020-11-17 22:43 [PR PATCH] python3-altgraph: update to 0.17 ndowens
                   ` (5 preceding siblings ...)
  2020-11-19 15:41 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-19 17:08 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-11-19 17:08 UTC (permalink / raw)
  To: ml

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

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

python3-altgraph: update to 0.17
https://github.com/void-linux/void-packages/pull/26467

Description:
Add check target

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

end of thread, other threads:[~2020-11-19 17:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-17 22:43 [PR PATCH] python3-altgraph: update to 0.17 ndowens
2020-11-17 22:45 ` [PR PATCH] [Updated] " ndowens
2020-11-18 19:30 ` Chocimier
2020-11-18 20:59 ` [PR PATCH] [Updated] " ndowens
2020-11-19 15:25 ` [PR REVIEW] " ahesford
2020-11-19 15:26 ` ahesford
2020-11-19 15:41 ` [PR PATCH] [Updated] " ndowens
2020-11-19 17:08 ` [PR PATCH] [Merged]: " Chocimier

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