commit:     abaf3426462feec72594bf46b40c07cf2aebbc97
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Wed Jul 30 21:40:04 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 31 10:34:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abaf3426

dev-python/pyroute2: add 0.9.4

Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Part-of: https://github.com/gentoo/gentoo/pull/43250
Closes: https://github.com/gentoo/gentoo/pull/43250
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyroute2/Manifest              |  1 +
 dev-python/pyroute2/pyroute2-0.9.4.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest
index a2cfbe26e8c9..21b992c6c8ab 100644
--- a/dev-python/pyroute2/Manifest
+++ b/dev-python/pyroute2/Manifest
@@ -1,2 +1,3 @@
 DIST pyroute2-0.9.2.tar.gz 470901 BLAKE2B 
64cf2fd568b95914cef50c0c77dc0e4fd72a9ab766fca357204b82ca68a37e544c58cd53835bfa95415e8677c61ec8db2561d02d48bff7ea2a39e5dc1058ac66
 SHA512 
b6012f4ab20bed3630a90bcd1672f9f5a467b0ddb6ea180d8bd11868ac2361898e2fa33fafcda857026384fde5952a03b5b7b9d1f2672b963019fd7b2a83a6c3
 DIST pyroute2-0.9.3.tar.gz 463940 BLAKE2B 
650bb3dd206f8b8a92ec83201e480e2aeb1dbf7babf55ba82f60b1efc2574110df529d075af9d5ff53c521a8d42e677d87b6b02451f8a0490adb0df68d49047f
 SHA512 
f892cd77f9c7480fc774580bdb36fb0cf21b095a14a603667493b1281e14ee1ee2cd4578ec95d03365e7efacc42be33de4bf5b6380a50414cdd45b2922efddeb
+DIST pyroute2-0.9.4.tar.gz 463980 BLAKE2B 
6557bf74a20b56295868cc1a8c0e31c0e052665edf0adbf534b281c0ec958a0cfc101d3dfce4d29b1314499d71fd05901636e028d6f11413ba85cd609132cedc
 SHA512 
77f1023622730ed45f1e1bda81f5e31c5de10afc0821856152564c1663bc60659411f6695c2826239cd8137edb5831578393a746a5a6dc1afe129bc1dc55eb02

diff --git a/dev-python/pyroute2/pyroute2-0.9.4.ebuild 
b/dev-python/pyroute2/pyroute2-0.9.4.ebuild
new file mode 100644
index 000000000000..339212774a9d
--- /dev/null
+++ b/dev-python/pyroute2/pyroute2-0.9.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A pure Python netlink and Linux network configuration library"
+HOMEPAGE="
+       https://github.com/svinota/pyroute2/
+       https://pypi.org/project/pyroute2/
+"
+
+LICENSE="|| ( GPL-2+ Apache-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+# tests need root access
+RESTRICT="test"
+
+BDEPEND="
+       dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"

Reply via email to