summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-09-21 12:42:07 +0200
committerMichał Górny <mgorny@gentoo.org>2024-09-21 12:43:12 +0200
commitdd8ab16a416e4d7a676b5fede72cf313ac871268 (patch)
treefc2c7c21177b5900dab2936bdca044e182afc792 /dev-python/pysmi
parentdev-python/openapi-core: Remove old (diff)
downloadgentoo-dd8ab16a416e4d7a676b5fede72cf313ac871268.tar.gz
gentoo-dd8ab16a416e4d7a676b5fede72cf313ac871268.tar.bz2
gentoo-dd8ab16a416e4d7a676b5fede72cf313ac871268.zip
dev-python/pysmi: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pysmi')
-rw-r--r--dev-python/pysmi/Manifest1
-rw-r--r--dev-python/pysmi/pysmi-1.4.4.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/pysmi/Manifest b/dev-python/pysmi/Manifest
index c84f0f8e69b3..bb52a8a9333d 100644
--- a/dev-python/pysmi/Manifest
+++ b/dev-python/pysmi/Manifest
@@ -1,2 +1 @@
-DIST pysmi-1.4.4.tar.gz 117164 BLAKE2B 2ef1c2fc58ee90ad052fec5f0aa08fc128cc041e24dc74d8942ff81912e7e45b480e5a125e412e0c52818670dafbd9bee310a863f9a5b898c8a67a18492897ae SHA512 9ce5665d1db147cb80fe7ef17981a4231a25a8b25cfafb14784acc0355fbd0296070a7da67a7f6b1e738e0f5f1249f871ee29a72da546e639ad4d2f2e8b00c43
DIST pysmi-1.5.0.tar.gz 124064 BLAKE2B 763501b0fd575e356944372f0f173857d8a982a1cc7342636807d7147f7b6615d9c9518f099fb3071356957f0775e7bbd6b5f37d2110947ad22585cc44dff461 SHA512 f99fbc186b2fd481b16269e5b3622821b932459ec97023968ce8e0ae5c2d863702122a44fafb26d901b8a0b03c02f97e60c6999bdde0f19d551a61daf4e926b5
diff --git a/dev-python/pysmi/pysmi-1.4.4.ebuild b/dev-python/pysmi/pysmi-1.4.4.ebuild
deleted file mode 100644
index 3ea8a33a0b9c..000000000000
--- a/dev-python/pysmi/pysmi-1.4.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2017-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..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/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ~sparc x86"
-
-RDEPEND="
- >=dev-python/jinja-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-5.0.0[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-# TODO: doc
-# distutils_enable_sphinx docs/source dev-python/sphinx-copybutton dev-python/sphinx-sitemap