Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-networkx: update to 2.6.3.
@ 2021-10-01 16:56 pbui
  2021-10-01 19:44 ` [PR PATCH] [Updated] " pbui
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: pbui @ 2021-10-01 16:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages python3-networkx
https://github.com/void-linux/void-packages/pull/33212

python3-networkx: update to 2.6.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 5622c5826f2992820a2b1ea49f4ef84606154018 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Fri, 1 Oct 2021 12:56:02 -0400
Subject: [PATCH] python3-networkx: update to 2.6.3.

---
 srcpkgs/python3-networkx/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index c867bf664069..490bd93ec2c9 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
-version=2.6.2
+version=2.6.3
 revision=1
 wrksrc="networkx-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
 license="BSD-3-Clause"
 homepage="https://networkx.github.io/"
 distfiles="${PYPI_SITE}/n/networkx/networkx-${version}.tar.gz"
-checksum=2306f1950ce772c5a59a57f5486d59bb9cab98497c45fc49cbc45ac0dec119bb
+checksum=c0946ed31d71f1b732b5aaa6da5a0388a345019af232ce2f49c766e2d6795c51
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python3-networkx: update to 2.6.3.
  2021-10-01 16:56 [PR PATCH] python3-networkx: update to 2.6.3 pbui
@ 2021-10-01 19:44 ` pbui
  2021-10-01 19:47 ` pbui
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pbui @ 2021-10-01 19:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages python3-networkx
https://github.com/void-linux/void-packages/pull/33212

python3-networkx: update to 2.6.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 0de60e2244af7aef6113aa7f044c64c478f5d9a1 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Fri, 1 Oct 2021 12:56:02 -0400
Subject: [PATCH] python3-networkx: update to 2.6.3.

Drop python3-decorator as dependency.
---
 srcpkgs/python3-networkx/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index c867bf664069..bf090c092754 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,18 +1,17 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
-version=2.6.2
+version=2.6.3
 revision=1
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"
-depends="python3-decorator"
-checkdepends="python3-decorator python3-pytest"
+checkdepends="python3-pytest"
 short_desc="Python3 package for creating and manipulating graphs and networks"
 maintainer="Peter Bui <pbui@github.bx612.space>"
 license="BSD-3-Clause"
 homepage="https://networkx.github.io/"
 distfiles="${PYPI_SITE}/n/networkx/networkx-${version}.tar.gz"
-checksum=2306f1950ce772c5a59a57f5486d59bb9cab98497c45fc49cbc45ac0dec119bb
+checksum=c0946ed31d71f1b732b5aaa6da5a0388a345019af232ce2f49c766e2d6795c51
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: python3-networkx: update to 2.6.3.
  2021-10-01 16:56 [PR PATCH] python3-networkx: update to 2.6.3 pbui
  2021-10-01 19:44 ` [PR PATCH] [Updated] " pbui
@ 2021-10-01 19:47 ` pbui
  2021-10-01 20:14 ` [PR REVIEW] " paper42
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pbui @ 2021-10-01 19:47 UTC (permalink / raw)
  To: ml

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

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/33212#issuecomment-932506442

Comment:
@paper42 Thanks for taking a look.  I have removed the `python3-decorator` dependency.

The basics of networkx work without the other packages... meaning you can create a graph, add nodes, add edges, and run various algorithms on the structures.  You will need the other packages to visualize those structures however and perhaps do some processing.

I would be fine with adding them as actual dependencies as that is what Arch Linux does:

https://archlinux.org/packages/community/any/python-networkx/

And it is what the upstream authors list as requirements.

Let me know how you think we should proceed.

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

* Re: [PR REVIEW] python3-networkx: update to 2.6.3.
  2021-10-01 16:56 [PR PATCH] python3-networkx: update to 2.6.3 pbui
  2021-10-01 19:44 ` [PR PATCH] [Updated] " pbui
  2021-10-01 19:47 ` pbui
@ 2021-10-01 20:14 ` paper42
  2021-10-01 20:14 ` paper42
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2021-10-01 20:14 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33212#discussion_r720512982

Comment:
Now this package doesn't depend on python3 transitively, so we need to add an explicit dependency.

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

* Re: [PR REVIEW] python3-networkx: update to 2.6.3.
  2021-10-01 16:56 [PR PATCH] python3-networkx: update to 2.6.3 pbui
                   ` (2 preceding siblings ...)
  2021-10-01 20:14 ` [PR REVIEW] " paper42
@ 2021-10-01 20:14 ` paper42
  2021-10-01 20:15 ` paper42
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2021-10-01 20:14 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33212#discussion_r720515258

Comment:
The unzip dependency seems to be not be necessary since 03a764245856b205c395f4bbb379cca12455409f

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

* Re: python3-networkx: update to 2.6.3.
  2021-10-01 16:56 [PR PATCH] python3-networkx: update to 2.6.3 pbui
                   ` (3 preceding siblings ...)
  2021-10-01 20:14 ` paper42
@ 2021-10-01 20:15 ` paper42
  2021-10-01 22:18 ` [PR PATCH] [Updated] " pbui
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2021-10-01 20:15 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33212#issuecomment-932522405

Comment:
> The basics of networkx work without the other packages... meaning you can create a graph, add nodes, add edges, and run various algorithms on the structures. You will need the other packages to visualize those structures however and perhaps do some processing.
> 
> I would be fine with adding them as actual dependencies as that is what Arch Linux does

I think we should leave it like this, thank you for looking into it.

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

* Re: [PR PATCH] [Updated] python3-networkx: update to 2.6.3.
  2021-10-01 16:56 [PR PATCH] python3-networkx: update to 2.6.3 pbui
                   ` (4 preceding siblings ...)
  2021-10-01 20:15 ` paper42
@ 2021-10-01 22:18 ` pbui
  2021-10-01 22:19 ` [PR REVIEW] " pbui
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pbui @ 2021-10-01 22:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages python3-networkx
https://github.com/void-linux/void-packages/pull/33212

python3-networkx: update to 2.6.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 70b4a8c6308a99235a500779fc699889748b3542 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Fri, 1 Oct 2021 12:56:02 -0400
Subject: [PATCH] python3-networkx: update to 2.6.3.

Drop python3-decorator and unzip as dependencies.
---
 srcpkgs/python3-networkx/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index c867bf664069..dee08d3d2feb 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
-version=2.6.2
+version=2.6.3
 revision=1
 wrksrc="networkx-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools unzip"
-depends="python3-decorator"
-checkdepends="python3-decorator python3-pytest"
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pytest"
 short_desc="Python3 package for creating and manipulating graphs and networks"
 maintainer="Peter Bui <pbui@github.bx612.space>"
 license="BSD-3-Clause"
 homepage="https://networkx.github.io/"
 distfiles="${PYPI_SITE}/n/networkx/networkx-${version}.tar.gz"
-checksum=2306f1950ce772c5a59a57f5486d59bb9cab98497c45fc49cbc45ac0dec119bb
+checksum=c0946ed31d71f1b732b5aaa6da5a0388a345019af232ce2f49c766e2d6795c51
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR REVIEW] python3-networkx: update to 2.6.3.
  2021-10-01 16:56 [PR PATCH] python3-networkx: update to 2.6.3 pbui
                   ` (5 preceding siblings ...)
  2021-10-01 22:18 ` [PR PATCH] [Updated] " pbui
@ 2021-10-01 22:19 ` pbui
  2021-10-01 22:20 ` pbui
  2021-10-02  0:02 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: pbui @ 2021-10-01 22:19 UTC (permalink / raw)
  To: ml

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

New review comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/33212#discussion_r720568026

Comment:
OK. I have removed this.

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

* Re: [PR REVIEW] python3-networkx: update to 2.6.3.
  2021-10-01 16:56 [PR PATCH] python3-networkx: update to 2.6.3 pbui
                   ` (6 preceding siblings ...)
  2021-10-01 22:19 ` [PR REVIEW] " pbui
@ 2021-10-01 22:20 ` pbui
  2021-10-02  0:02 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: pbui @ 2021-10-01 22:20 UTC (permalink / raw)
  To: ml

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

New review comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/33212#discussion_r720568177

Comment:
Ah, right.  I've added python3 as the depends.

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

* Re: [PR PATCH] [Merged]: python3-networkx: update to 2.6.3.
  2021-10-01 16:56 [PR PATCH] python3-networkx: update to 2.6.3 pbui
                   ` (7 preceding siblings ...)
  2021-10-01 22:20 ` pbui
@ 2021-10-02  0:02 ` paper42
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2021-10-02  0:02 UTC (permalink / raw)
  To: ml

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

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

python3-networkx: update to 2.6.3.
https://github.com/void-linux/void-packages/pull/33212

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-10-02  0:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 16:56 [PR PATCH] python3-networkx: update to 2.6.3 pbui
2021-10-01 19:44 ` [PR PATCH] [Updated] " pbui
2021-10-01 19:47 ` pbui
2021-10-01 20:14 ` [PR REVIEW] " paper42
2021-10-01 20:14 ` paper42
2021-10-01 20:15 ` paper42
2021-10-01 22:18 ` [PR PATCH] [Updated] " pbui
2021-10-01 22:19 ` [PR REVIEW] " pbui
2021-10-01 22:20 ` pbui
2021-10-02  0:02 ` [PR PATCH] [Merged]: " paper42

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