Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt.
@ 2022-02-22  0:16 classabbyamp
  2022-02-22  0:24 ` [PR PATCH] [Updated] " classabbyamp
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: classabbyamp @ 2022-02-22  0:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages mininet-2.3.0
https://github.com/void-linux/void-packages/pull/35747

mininet: update to 2.3.0, move to python 3, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35747.patch is attached

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

From ed5f702e6e6006c7c7c5d37e15f7b3ef108f7a32 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Mon, 21 Feb 2022 19:10:09 -0500
Subject: [PATCH] mininet: update to 2.3.0, move to python 3, adopt.

---
 srcpkgs/mininet/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mininet/template b/srcpkgs/mininet/template
index 003b522c1e8e..d54ff1f5358d 100644
--- a/srcpkgs/mininet/template
+++ b/srcpkgs/mininet/template
@@ -1,16 +1,16 @@
 # Template file for 'mininet'
 pkgname=mininet
-version=2.2.2
-revision=2
-build_style=python2-module
-hostmakedepends="help2man python-setuptools"
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="help2man python3-setuptools"
 depends="bash inetutils-telnet iperf iputils libcgroup-utils net-tools openvswitch socat"
 short_desc="Emulator for rapid prototyping of Software Defined Networks"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <dev@kb6.ee>"
 license="custom:MIT-like"
 homepage="http://mininet.org/"
 distfiles="https://github.com/mininet/${pkgname}/archive/${version}.tar.gz"
-checksum=d0aed2ea7a9096ae975694a4b3d0995259ef79268dd8888ba8be28601c100db5
+checksum=1b16ee53ddb9a34a3751a77517643bda2286fc31be123209e84884d0697107b0
 
 post_extract() {
 	sed -i 's/^\tcc /\t$(CC) /' Makefile

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

* Re: [PR PATCH] [Updated] mininet: update to 2.3.0, move to python 3, adopt.
  2022-02-22  0:16 [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt classabbyamp
@ 2022-02-22  0:24 ` classabbyamp
  2022-02-22  0:25 ` classabbyamp
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-02-22  0:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages mininet-2.3.0
https://github.com/void-linux/void-packages/pull/35747

mininet: update to 2.3.0, move to python 3, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35747.patch is attached

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

From 1d788b36b000af5f7450ecb49c50647c3d2a63a7 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Mon, 21 Feb 2022 19:10:09 -0500
Subject: [PATCH] mininet: update to 2.3.0, move to python 3, adopt.

---
 srcpkgs/mininet/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mininet/template b/srcpkgs/mininet/template
index 003b522c1e8e..d54ff1f5358d 100644
--- a/srcpkgs/mininet/template
+++ b/srcpkgs/mininet/template
@@ -1,16 +1,16 @@
 # Template file for 'mininet'
 pkgname=mininet
-version=2.2.2
-revision=2
-build_style=python2-module
-hostmakedepends="help2man python-setuptools"
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="help2man python3-setuptools"
 depends="bash inetutils-telnet iperf iputils libcgroup-utils net-tools openvswitch socat"
 short_desc="Emulator for rapid prototyping of Software Defined Networks"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <dev@kb6.ee>"
 license="custom:MIT-like"
 homepage="http://mininet.org/"
 distfiles="https://github.com/mininet/${pkgname}/archive/${version}.tar.gz"
-checksum=d0aed2ea7a9096ae975694a4b3d0995259ef79268dd8888ba8be28601c100db5
+checksum=1b16ee53ddb9a34a3751a77517643bda2286fc31be123209e84884d0697107b0
 
 post_extract() {
 	sed -i 's/^\tcc /\t$(CC) /' Makefile

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

* Re: [PR PATCH] [Updated] mininet: update to 2.3.0, move to python 3, adopt.
  2022-02-22  0:16 [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt classabbyamp
  2022-02-22  0:24 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-02-22  0:25 ` classabbyamp
  2022-02-22  2:50 ` classabbyamp
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-02-22  0:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages mininet-2.3.0
https://github.com/void-linux/void-packages/pull/35747

mininet: update to 2.3.0, move to python 3, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35747.patch is attached

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

From 8d5bac9afd6dbe143f20fa6d5aab63ae0a0c2f18 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Mon, 21 Feb 2022 19:10:09 -0500
Subject: [PATCH] mininet: update to 2.3.0, move to python 3, adopt.

---
 srcpkgs/mininet/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mininet/template b/srcpkgs/mininet/template
index 003b522c1e8e..d54ff1f5358d 100644
--- a/srcpkgs/mininet/template
+++ b/srcpkgs/mininet/template
@@ -1,16 +1,16 @@
 # Template file for 'mininet'
 pkgname=mininet
-version=2.2.2
-revision=2
-build_style=python2-module
-hostmakedepends="help2man python-setuptools"
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="help2man python3-setuptools"
 depends="bash inetutils-telnet iperf iputils libcgroup-utils net-tools openvswitch socat"
 short_desc="Emulator for rapid prototyping of Software Defined Networks"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <dev@kb6.ee>"
 license="custom:MIT-like"
 homepage="http://mininet.org/"
 distfiles="https://github.com/mininet/${pkgname}/archive/${version}.tar.gz"
-checksum=d0aed2ea7a9096ae975694a4b3d0995259ef79268dd8888ba8be28601c100db5
+checksum=1b16ee53ddb9a34a3751a77517643bda2286fc31be123209e84884d0697107b0
 
 post_extract() {
 	sed -i 's/^\tcc /\t$(CC) /' Makefile

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

* Re: [PR PATCH] [Updated] mininet: update to 2.3.0, move to python 3, adopt.
  2022-02-22  0:16 [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt classabbyamp
  2022-02-22  0:24 ` [PR PATCH] [Updated] " classabbyamp
  2022-02-22  0:25 ` classabbyamp
@ 2022-02-22  2:50 ` classabbyamp
  2022-02-22  4:29 ` classabbyamp
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-02-22  2:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages mininet-2.3.0
https://github.com/void-linux/void-packages/pull/35747

mininet: update to 2.3.0, move to python 3, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35747.patch is attached

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

From 5568694e0c6f8e5c6e325881eba1361cf6a67486 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Mon, 21 Feb 2022 19:10:09 -0500
Subject: [PATCH] mininet: update to 2.3.0, move to python 3, adopt.

---
 srcpkgs/mininet/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mininet/template b/srcpkgs/mininet/template
index 003b522c1e8e..c4990641df53 100644
--- a/srcpkgs/mininet/template
+++ b/srcpkgs/mininet/template
@@ -1,16 +1,17 @@
 # Template file for 'mininet'
 pkgname=mininet
-version=2.2.2
-revision=2
-build_style=python2-module
-hostmakedepends="help2man python-setuptools"
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="help2man python3-setuptools"
 depends="bash inetutils-telnet iperf iputils libcgroup-utils net-tools openvswitch socat"
 short_desc="Emulator for rapid prototyping of Software Defined Networks"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <dev@kb6.ee>"
 license="custom:MIT-like"
 homepage="http://mininet.org/"
 distfiles="https://github.com/mininet/${pkgname}/archive/${version}.tar.gz"
-checksum=d0aed2ea7a9096ae975694a4b3d0995259ef79268dd8888ba8be28601c100db5
+checksum=1b16ee53ddb9a34a3751a77517643bda2286fc31be123209e84884d0697107b0
+make_check=no
 
 post_extract() {
 	sed -i 's/^\tcc /\t$(CC) /' Makefile

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

* Re: [PR PATCH] [Updated] mininet: update to 2.3.0, move to python 3, adopt.
  2022-02-22  0:16 [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt classabbyamp
                   ` (2 preceding siblings ...)
  2022-02-22  2:50 ` classabbyamp
@ 2022-02-22  4:29 ` classabbyamp
  2022-02-22  4:33 ` classabbyamp
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-02-22  4:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages mininet-2.3.0
https://github.com/void-linux/void-packages/pull/35747

mininet: update to 2.3.0, move to python 3, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35747.patch is attached

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

From 381a20c910280f0263b2ab10eee832b19ab55b82 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Mon, 21 Feb 2022 19:10:09 -0500
Subject: [PATCH] mininet: update to 2.3.0, move to python 3, adopt.

---
 srcpkgs/mininet/template | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/mininet/template b/srcpkgs/mininet/template
index 003b522c1e8e..b6ec43a55921 100644
--- a/srcpkgs/mininet/template
+++ b/srcpkgs/mininet/template
@@ -1,16 +1,18 @@
 # Template file for 'mininet'
 pkgname=mininet
-version=2.2.2
-revision=2
-build_style=python2-module
-hostmakedepends="help2man python-setuptools"
-depends="bash inetutils-telnet iperf iputils libcgroup-utils net-tools openvswitch socat"
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="help2man python3-setuptools"
+depends="bash ethtool inetutils-telnet iperf iproute2 iputils libcgroup-utils
+ net-tools openssh openvswitch psmisc socat tk xhost xterm"
+checkdepends="python3-pexpect"
 short_desc="Emulator for rapid prototyping of Software Defined Networks"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <dev@kb6.ee>"
 license="custom:MIT-like"
 homepage="http://mininet.org/"
 distfiles="https://github.com/mininet/${pkgname}/archive/${version}.tar.gz"
-checksum=d0aed2ea7a9096ae975694a4b3d0995259ef79268dd8888ba8be28601c100db5
+checksum=1b16ee53ddb9a34a3751a77517643bda2286fc31be123209e84884d0697107b0
 
 post_extract() {
 	sed -i 's/^\tcc /\t$(CC) /' Makefile
@@ -21,6 +23,10 @@ post_build() {
 	make man
 }
 
+do_check() {
+	python3 -m mininet.test.runner -v
+}
+
 post_install() {
 	vbin mnexec
 	vman mn.1

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

* Re: [PR PATCH] [Updated] mininet: update to 2.3.0, move to python 3, adopt.
  2022-02-22  0:16 [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt classabbyamp
                   ` (3 preceding siblings ...)
  2022-02-22  4:29 ` classabbyamp
@ 2022-02-22  4:33 ` classabbyamp
  2022-02-22  4:37 ` classabbyamp
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-02-22  4:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages mininet-2.3.0
https://github.com/void-linux/void-packages/pull/35747

mininet: update to 2.3.0, move to python 3, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35747.patch is attached

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

From 62597b52db758dde56b6c4da081d385cd90a2297 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Mon, 21 Feb 2022 19:10:09 -0500
Subject: [PATCH] mininet: update to 2.3.0, move to python 3, adopt.

---
 srcpkgs/mininet/template | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/mininet/template b/srcpkgs/mininet/template
index 003b522c1e8e..e1112963e0a0 100644
--- a/srcpkgs/mininet/template
+++ b/srcpkgs/mininet/template
@@ -1,16 +1,18 @@
 # Template file for 'mininet'
 pkgname=mininet
-version=2.2.2
-revision=2
-build_style=python2-module
-hostmakedepends="help2man python-setuptools"
-depends="bash inetutils-telnet iperf iputils libcgroup-utils net-tools openvswitch socat"
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="help2man python3-setuptools"
+depends="bash ethtool inetutils-telnet iperf iproute2 iputils libcgroup-utils
+ net-tools openssh openvswitch psmisc socat tk xhost xterm"
+checkdepends="python3-pexpect procps-ng"
 short_desc="Emulator for rapid prototyping of Software Defined Networks"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <dev@kb6.ee>"
 license="custom:MIT-like"
 homepage="http://mininet.org/"
 distfiles="https://github.com/mininet/${pkgname}/archive/${version}.tar.gz"
-checksum=d0aed2ea7a9096ae975694a4b3d0995259ef79268dd8888ba8be28601c100db5
+checksum=1b16ee53ddb9a34a3751a77517643bda2286fc31be123209e84884d0697107b0
 
 post_extract() {
 	sed -i 's/^\tcc /\t$(CC) /' Makefile
@@ -21,6 +23,10 @@ post_build() {
 	make man
 }
 
+do_check() {
+	python3 -m mininet.test.runner -v
+}
+
 post_install() {
 	vbin mnexec
 	vman mn.1

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

* Re: [PR PATCH] [Updated] mininet: update to 2.3.0, move to python 3, adopt.
  2022-02-22  0:16 [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt classabbyamp
                   ` (4 preceding siblings ...)
  2022-02-22  4:33 ` classabbyamp
@ 2022-02-22  4:37 ` classabbyamp
  2022-02-22  4:58 ` classabbyamp
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-02-22  4:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages mininet-2.3.0
https://github.com/void-linux/void-packages/pull/35747

mininet: update to 2.3.0, move to python 3, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35747.patch is attached

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

From bc2fb644080a388e7ce4473564afcff45001d82f Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Mon, 21 Feb 2022 19:10:09 -0500
Subject: [PATCH] mininet: update to 2.3.0, move to python 3, adopt.

---
 srcpkgs/mininet/template | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/mininet/template b/srcpkgs/mininet/template
index 003b522c1e8e..b0b3609d7113 100644
--- a/srcpkgs/mininet/template
+++ b/srcpkgs/mininet/template
@@ -1,16 +1,19 @@
 # Template file for 'mininet'
 pkgname=mininet
-version=2.2.2
-revision=2
-build_style=python2-module
-hostmakedepends="help2man python-setuptools"
-depends="bash inetutils-telnet iperf iputils libcgroup-utils net-tools openvswitch socat"
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="help2man python3-setuptools"
+depends="bash ethtool inetutils-telnet iperf iproute2 iputils libcgroup-utils
+ net-tools openssh openvswitch psmisc socat tk xhost xterm"
 short_desc="Emulator for rapid prototyping of Software Defined Networks"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <dev@kb6.ee>"
 license="custom:MIT-like"
 homepage="http://mininet.org/"
 distfiles="https://github.com/mininet/${pkgname}/archive/${version}.tar.gz"
-checksum=d0aed2ea7a9096ae975694a4b3d0995259ef79268dd8888ba8be28601c100db5
+checksum=1b16ee53ddb9a34a3751a77517643bda2286fc31be123209e84884d0697107b0
+# tests require root
+make_check=no
 
 post_extract() {
 	sed -i 's/^\tcc /\t$(CC) /' Makefile

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

* Re: [PR PATCH] [Updated] mininet: update to 2.3.0, move to python 3, adopt.
  2022-02-22  0:16 [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt classabbyamp
                   ` (5 preceding siblings ...)
  2022-02-22  4:37 ` classabbyamp
@ 2022-02-22  4:58 ` classabbyamp
  2022-02-23 23:59 ` [PR REVIEW] " paper42
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-02-22  4:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages mininet-2.3.0
https://github.com/void-linux/void-packages/pull/35747

mininet: update to 2.3.0, move to python 3, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35747.patch is attached

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

From 2b88991d30f5b6517ba3ae62548813260132d06f Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Mon, 21 Feb 2022 19:10:09 -0500
Subject: [PATCH] mininet: update to 2.3.0, move to python 3, adopt.

---
 srcpkgs/mininet/template | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/mininet/template b/srcpkgs/mininet/template
index 003b522c1e8e..1fdf79f36f75 100644
--- a/srcpkgs/mininet/template
+++ b/srcpkgs/mininet/template
@@ -1,16 +1,19 @@
 # Template file for 'mininet'
 pkgname=mininet
-version=2.2.2
-revision=2
-build_style=python2-module
-hostmakedepends="help2man python-setuptools"
-depends="bash inetutils-telnet iperf iputils libcgroup-utils net-tools openvswitch socat"
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="help2man python3-setuptools"
+depends="bash ethtool inetutils-telnet iperf iproute2 iputils libcgroup-utils
+ net-tools openssh openvswitch psmisc python3-tkinter socat xbitmaps xhost xterm"
 short_desc="Emulator for rapid prototyping of Software Defined Networks"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <dev@kb6.ee>"
 license="custom:MIT-like"
 homepage="http://mininet.org/"
 distfiles="https://github.com/mininet/${pkgname}/archive/${version}.tar.gz"
-checksum=d0aed2ea7a9096ae975694a4b3d0995259ef79268dd8888ba8be28601c100db5
+checksum=1b16ee53ddb9a34a3751a77517643bda2286fc31be123209e84884d0697107b0
+# tests require root
+make_check=no
 
 post_extract() {
 	sed -i 's/^\tcc /\t$(CC) /' Makefile

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

* Re: [PR REVIEW] mininet: update to 2.3.0, move to python 3, adopt.
  2022-02-22  0:16 [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt classabbyamp
                   ` (6 preceding siblings ...)
  2022-02-22  4:58 ` classabbyamp
@ 2022-02-23 23:59 ` paper42
  2022-02-24  0:09 ` [PR PATCH] [Updated] " classabbyamp
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-02-23 23:59 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35747#discussion_r813433333

Comment:
let's use vsed here

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

* Re: [PR PATCH] [Updated] mininet: update to 2.3.0, move to python 3, adopt.
  2022-02-22  0:16 [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt classabbyamp
                   ` (7 preceding siblings ...)
  2022-02-23 23:59 ` [PR REVIEW] " paper42
@ 2022-02-24  0:09 ` classabbyamp
  2022-02-24  0:10 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-02-24  0:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages mininet-2.3.0
https://github.com/void-linux/void-packages/pull/35747

mininet: update to 2.3.0, move to python 3, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

the additional deps are based on what upstream's install scripts and other distros require.

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35747.patch is attached

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

From 81c61b9980f866b237b26bca06d5f269324c8083 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Mon, 21 Feb 2022 19:10:09 -0500
Subject: [PATCH] mininet: update to 2.3.0, move to python 3, adopt.

---
 srcpkgs/mininet/template | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/mininet/template b/srcpkgs/mininet/template
index 003b522c1e8e..80b0c9a3be30 100644
--- a/srcpkgs/mininet/template
+++ b/srcpkgs/mininet/template
@@ -1,19 +1,22 @@
 # Template file for 'mininet'
 pkgname=mininet
-version=2.2.2
-revision=2
-build_style=python2-module
-hostmakedepends="help2man python-setuptools"
-depends="bash inetutils-telnet iperf iputils libcgroup-utils net-tools openvswitch socat"
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="help2man python3-setuptools"
+depends="bash ethtool inetutils-telnet iperf iproute2 iputils libcgroup-utils
+ net-tools openssh openvswitch psmisc python3-tkinter socat xbitmaps xhost xterm"
 short_desc="Emulator for rapid prototyping of Software Defined Networks"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <dev@kb6.ee>"
 license="custom:MIT-like"
 homepage="http://mininet.org/"
 distfiles="https://github.com/mininet/${pkgname}/archive/${version}.tar.gz"
-checksum=d0aed2ea7a9096ae975694a4b3d0995259ef79268dd8888ba8be28601c100db5
+checksum=1b16ee53ddb9a34a3751a77517643bda2286fc31be123209e84884d0697107b0
+# tests require root
+make_check=no
 
 post_extract() {
-	sed -i 's/^\tcc /\t$(CC) /' Makefile
+	vsed -i Makefile -e 's/^\tcc /\t$(CC) /'
 }
 
 post_build() {

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

* Re: [PR REVIEW] mininet: update to 2.3.0, move to python 3, adopt.
  2022-02-22  0:16 [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt classabbyamp
                   ` (8 preceding siblings ...)
  2022-02-24  0:09 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-02-24  0:10 ` classabbyamp
  2022-02-24  0:12 ` paper42
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-02-24  0:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/35747#discussion_r813438332

Comment:
fixed :)

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

* Re: [PR REVIEW] mininet: update to 2.3.0, move to python 3, adopt.
  2022-02-22  0:16 [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt classabbyamp
                   ` (9 preceding siblings ...)
  2022-02-24  0:10 ` [PR REVIEW] " classabbyamp
@ 2022-02-24  0:12 ` paper42
  2022-02-24  0:14 ` [PR PATCH] [Updated] " classabbyamp
  2022-02-24  0:22 ` [PR PATCH] [Merged]: " paper42
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-02-24  0:12 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35747#discussion_r813439176

Comment:
And it revealed that we don't even need this:
```
=> WARNING: mininet-2.3.0_1: vsed: regex "s/^	cc /	$(CC) /" didn't change file "Makefile"
```

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

* Re: [PR PATCH] [Updated] mininet: update to 2.3.0, move to python 3, adopt.
  2022-02-22  0:16 [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt classabbyamp
                   ` (10 preceding siblings ...)
  2022-02-24  0:12 ` paper42
@ 2022-02-24  0:14 ` classabbyamp
  2022-02-24  0:22 ` [PR PATCH] [Merged]: " paper42
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-02-24  0:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages mininet-2.3.0
https://github.com/void-linux/void-packages/pull/35747

mininet: update to 2.3.0, move to python 3, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

the additional deps are based on what upstream's install scripts and other distros require.

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35747.patch is attached

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

From 5bc8cb82448000f99205014e9a19004761d5796b Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Mon, 21 Feb 2022 19:10:09 -0500
Subject: [PATCH] mininet: update to 2.3.0, move to python 3, adopt.

---
 srcpkgs/mininet/template | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/mininet/template b/srcpkgs/mininet/template
index 003b522c1e8e..faef9408d222 100644
--- a/srcpkgs/mininet/template
+++ b/srcpkgs/mininet/template
@@ -1,20 +1,19 @@
 # Template file for 'mininet'
 pkgname=mininet
-version=2.2.2
-revision=2
-build_style=python2-module
-hostmakedepends="help2man python-setuptools"
-depends="bash inetutils-telnet iperf iputils libcgroup-utils net-tools openvswitch socat"
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="help2man python3-setuptools"
+depends="bash ethtool inetutils-telnet iperf iproute2 iputils libcgroup-utils
+ net-tools openssh openvswitch psmisc python3-tkinter socat xbitmaps xhost xterm"
 short_desc="Emulator for rapid prototyping of Software Defined Networks"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <dev@kb6.ee>"
 license="custom:MIT-like"
 homepage="http://mininet.org/"
 distfiles="https://github.com/mininet/${pkgname}/archive/${version}.tar.gz"
-checksum=d0aed2ea7a9096ae975694a4b3d0995259ef79268dd8888ba8be28601c100db5
-
-post_extract() {
-	sed -i 's/^\tcc /\t$(CC) /' Makefile
-}
+checksum=1b16ee53ddb9a34a3751a77517643bda2286fc31be123209e84884d0697107b0
+# tests require root
+make_check=no
 
 post_build() {
 	make mnexec

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

* Re: [PR PATCH] [Merged]: mininet: update to 2.3.0, move to python 3, adopt.
  2022-02-22  0:16 [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt classabbyamp
                   ` (11 preceding siblings ...)
  2022-02-24  0:14 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-02-24  0:22 ` paper42
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-02-24  0:22 UTC (permalink / raw)
  To: ml

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

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

mininet: update to 2.3.0, move to python 3, adopt.
https://github.com/void-linux/void-packages/pull/35747

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

the additional deps are based on what upstream's install scripts and other distros require.

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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] 14+ messages in thread

end of thread, other threads:[~2022-02-24  0:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22  0:16 [PR PATCH] mininet: update to 2.3.0, move to python 3, adopt classabbyamp
2022-02-22  0:24 ` [PR PATCH] [Updated] " classabbyamp
2022-02-22  0:25 ` classabbyamp
2022-02-22  2:50 ` classabbyamp
2022-02-22  4:29 ` classabbyamp
2022-02-22  4:33 ` classabbyamp
2022-02-22  4:37 ` classabbyamp
2022-02-22  4:58 ` classabbyamp
2022-02-23 23:59 ` [PR REVIEW] " paper42
2022-02-24  0:09 ` [PR PATCH] [Updated] " classabbyamp
2022-02-24  0:10 ` [PR REVIEW] " classabbyamp
2022-02-24  0:12 ` paper42
2022-02-24  0:14 ` [PR PATCH] [Updated] " classabbyamp
2022-02-24  0:22 ` [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).