Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37735196
en ru br
ALT Linux repos
S:2.3.1-alt0.b1

Group :: Development/Python3
RPM: python3-module-mininet

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define  modulename mininet

Name:    python3-module-%modulename
Version: 2.3.1
Release: alt0.b1

Summary: Emulator for rapid prototyping of Software Defined Networks

License: MIT and GPLv2
Group:   Development/Python3
URL:     https://github.com/mininet/mininet

Packager: Grigory Ustinov <grenka at altlinux.org>

BuildRequires(pre): rpm-build-python3

BuildArch: noarch

Source:  %name-%version.tar

%add_findreq_skiplist %python3_sitelibdir/%modulename/examples/*

%description
Mininet emulates a complete network of hosts, links, and switches on a single
machine. Mininet is useful for interactive development, testing, and demos,
especially those using OpenFlow and SDN. OpenFlow-based network controllers
prototyped in Mininet can usually be transferred to hardware with minimalchanges
for full line-rate execution.

%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%_bindir/mn
%python3_sitelibdir/%modulename/
%python3_sitelibdir/*.egg-info
%doc *.md

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin