dev-python/mininet: new package, add 2.3.0

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-10-14 21:27:29 +02:00
parent af41d80fc3
commit 741dc45e8f
3 changed files with 30 additions and 0 deletions

View File

@@ -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"