From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1680426-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 760B3158042 for <garchives@archives.gentoo.org>; Tue, 15 Oct 2024 23:27:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A83D3E07B3; Tue, 15 Oct 2024 23:27:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 917B5E07B3 for <gentoo-commits@lists.gentoo.org>; Tue, 15 Oct 2024 23:27:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEF48342FF5 for <gentoo-commits@lists.gentoo.org>; Tue, 15 Oct 2024 23:27:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F4DC1DD1 for <gentoo-commits@lists.gentoo.org>; Tue, 15 Oct 2024 23:27:17 +0000 (UTC) From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com> Message-ID: <1728934049.741dc45e8f882ce0d4e209819aa0eda82508c4de.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/mininet/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/mininet/Manifest dev-python/mininet/metadata.xml dev-python/mininet/mininet-2.3.0.ebuild X-VCS-Directories: dev-python/mininet/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 741dc45e8f882ce0d4e209819aa0eda82508c4de X-VCS-Branch: master Date: Tue, 15 Oct 2024 23:27:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cdb9acc1-ddbf-4eeb-b5ea-7405b77cd7f6 X-Archives-Hash: 4c14a17643852dc5f7d75c21e19f291c Message-ID: <20241015232717.YCLBrmfd6xeJDIhRLCaP5FTmuD-ZwENNgFe7qayDWAs@z> commit: 741dc45e8f882ce0d4e209819aa0eda82508c4de Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Mon Oct 14 19:27:29 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon Oct 14 19:27:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=741dc45e dev-python/mininet: new package, add 2.3.0 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-python/mininet/Manifest | 1 + dev-python/mininet/metadata.xml | 8 ++++++++ dev-python/mininet/mininet-2.3.0.ebuild | 21 +++++++++++++++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-python/mininet/Manifest b/dev-python/mininet/Manifest new file mode 100644 index 000000000..c32b89619 --- /dev/null +++ b/dev-python/mininet/Manifest @@ -0,0 +1 @@ +DIST mininet-2.3.0.gh.tar.gz 244886 BLAKE2B bd1ea83c8888307a8ef53eca2781a80455caa414563c2b066cd2aa5ba6eaa7f97d842f3ee931fc9709e746093cdc343d598fbd26f1d82fb4d8f769f8469e4321 SHA512 d21d41c08087fb18d9582511f5f185d4207392151871b9a18f64837536781dce942e23423a22824e576ca3823dd0e84ed3fe95406494b9342b6d528dcc4e4c48 diff --git a/dev-python/mininet/metadata.xml b/dev-python/mininet/metadata.xml new file mode 100644 index 000000000..05e9f388e --- /dev/null +++ b/dev-python/mininet/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> + <upstream> + <remote-id type="github">mininet/mininet</remote-id> + </upstream> +</pkgmetadata> 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"