From 2b4cf2f1dc5c94d3717eefcfad79461dc80ce548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 7 Apr 2026 13:53:14 +0200 Subject: [PATCH] dev-python/pysmi: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pysmi/Manifest | 1 - dev-python/pysmi/pysmi-1.6.2.ebuild | 48 ----------------------------- 2 files changed, 49 deletions(-) delete mode 100644 dev-python/pysmi/pysmi-1.6.2.ebuild diff --git a/dev-python/pysmi/Manifest b/dev-python/pysmi/Manifest index 36c2b75156ff5..a5d4129eace40 100644 --- a/dev-python/pysmi/Manifest +++ b/dev-python/pysmi/Manifest @@ -1,2 +1 @@ -DIST pysmi-1.6.2.gh.tar.gz 190091 BLAKE2B 4040a2f06b814939f3abbf961cb642832342c28b0e5c22917aa3fe53fb11f4b144c512cb666a69586555c78a64451313f447d224e8e9d66ceec5a85614102f05 SHA512 adba85c5231d724c1d524be0767260ecc1b1bccfc21c0ee91c9bf988ab50ac2a1cfbe684adbc1d37df959cb15de76a1de3dadb13543b54c54e7b8e8d5c568c70 DIST pysmi-1.6.3.gh.tar.gz 190769 BLAKE2B bf15c93dc1a8f1eb7bf9c1e2cafb179b5c38e74c22cebcd92607e23f65668bcd6890004f50c34b0a50fecff691a614ecad85adf9b74deb7d30bf783098be1806 SHA512 879d4f3ab087c8b41349f9304b09082612a112a00fca13ff121a4bbe4ec034f1d33f7b394703f8e1216e311fdcd40085fd75294d1a8248b33975eff59a228ab0 diff --git a/dev-python/pysmi/pysmi-1.6.2.ebuild b/dev-python/pysmi/pysmi-1.6.2.ebuild deleted file mode 100644 index 41c04b8a7a832..0000000000000 --- a/dev-python/pysmi/pysmi-1.6.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2017-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{11..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Pure-Python implementation of SNMP/SMI MIB parsing and conversion library" -HOMEPAGE=" - https://github.com/lextudio/pysmi/ - https://pypi.org/project/pysmi/ -" -# 1.6.1 removed tests -SRC_URI=" - https://github.com/lextudio/pysmi/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc ~sparc x86" - -RDEPEND=" - >=dev-python/jinja2-3.1.3[${PYTHON_USEDEP}] - >=dev-python/ply-3.11[${PYTHON_USEDEP}] - >=dev-python/requests-2.26.0[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/pysnmp-7.1.16[${PYTHON_USEDEP}] - ) -" - -EPYTEST_XDIST=1 -distutils_enable_tests pytest - -python_test() { - local EPYTEST_DESELECT=( - # incompatibility with pysnmp >= 7 - tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeBitsTestCase::testObjectTypeSyntax - ) - - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -}