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

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