dev-python/pyroute2: add 0.8.1

Signed-off-by: Henning Schild <henning@hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/40045
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Henning Schild
2025-01-08 12:05:50 +01:00
committed by Michał Górny
parent 372ad6d2a4
commit 2ea9794ab7
2 changed files with 27 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST pyroute2-0.7.12.tar.gz 423519 BLAKE2B 75dbb9348bc6e6cf67ca6e79bd4bb0e93c77502935f9df855317cf22335c15fa0a19c40855cb4d89201f6e83fb4def9a44ade19e099c6a9c1d4233c0269224d6 SHA512 928e7f45569d43c1849d9c8d5972b38343ed8dd79137d6bfc757557d3bde23526af6baea61acc720b7e2d5d26731066b93f180138a6227b7d76d094e04111df7
DIST pyroute2-0.8.1.tar.gz 435829 BLAKE2B 8f309f5109863a91842e53b170e03e94d6a712bd4416774aee870965ef27c7bfaa16722b2f82b74ba12c934c3923ae411ee570e7afa8139a5e63fade05204c3f SHA512 8f0843e2331bfb5601b9742fb1fbbd3e5b02575ea013ea4390b79f8988499bda200b35afec8f326b34b9d790bbe208c53ad148c11c260ef1fe9135650f746d62

View File

@@ -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_{10..12} pypy3 )
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}]
"