Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] mininet: update to 2.3.0, move to python 3, adopt.
Date: Thu, 24 Feb 2022 01:09:46 +0100	[thread overview]
Message-ID: <20220224000946.YJbydjQrNMzXEh3TzH3zEQ-ADArACoviTdh03wAl6RE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35747@inbox.vuxu.org>

[-- 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() {

  parent reply	other threads:[~2022-02-24  0:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-22  0:16 [PR PATCH] " 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 ` classabbyamp [this message]
2022-02-24  0:10 ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220224000946.YJbydjQrNMzXEh3TzH3zEQ-ADArACoviTdh03wAl6RE@z \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).