aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2024-10-14 21:27:29 +0200
committerDavid Roman <davidroman96@gmail.com>2024-10-14 21:27:29 +0200
commit741dc45e8f882ce0d4e209819aa0eda82508c4de (patch)
treebd687d84b800ecf04d6652c62e2ddbeff81006fb /dev-python/mininet/mininet-2.3.0.ebuild
parentnet-misc/xh: drop 0.21.0, 0.22.0-r1, 0.22.2 (diff)
downloadguru-741dc45e8f882ce0d4e209819aa0eda82508c4de.tar.gz
guru-741dc45e8f882ce0d4e209819aa0eda82508c4de.tar.bz2
guru-741dc45e8f882ce0d4e209819aa0eda82508c4de.zip
dev-python/mininet: new package, add 2.3.0
Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'dev-python/mininet/mininet-2.3.0.ebuild')
-rw-r--r--dev-python/mininet/mininet-2.3.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/mininet/mininet-2.3.0.ebuild b/dev-python/mininet/mininet-2.3.0.ebuild
new file mode 100644
index 000000000..791db3cd6
--- /dev/null
+++ b/dev-python/mininet/mininet-2.3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{12..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Emulator for rapid prototyping of Software Defined Networks"
+HOMEPAGE="
+ https://github.com/mininet/mininet
+"
+SRC_URI="https://github.com/mininet/mininet/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test"