From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysnmp/
Date: Sat, 03 May 2025 10:07:52 +0000 (UTC) [thread overview]
Message-ID: <1746266439.93aad7a31bcd58599e05c23124a8f967d3528d75.mgorny@gentoo> (raw)
commit: 93aad7a31bcd58599e05c23124a8f967d3528d75
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 3 09:24:40 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 3 10:00:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93aad7a3
dev-python/pysnmp: Bump to 7.1.20
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pysnmp/Manifest | 1 +
dev-python/pysnmp/pysnmp-7.1.20.ebuild | 54 ++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/dev-python/pysnmp/Manifest b/dev-python/pysnmp/Manifest
index 99b922558ed0..f14d40d8cd01 100644
--- a/dev-python/pysnmp/Manifest
+++ b/dev-python/pysnmp/Manifest
@@ -1,2 +1,3 @@
DIST pysnmp-7.1.17.tar.gz 366560 BLAKE2B 43a1483af845ce16e6b99e6ae4858d797ec21450012302817d67d790bfba7b435fb443eedc29b58bf2c69d534263710d835655a955b578a680b8054cd0f2f78e SHA512 01fa8483499374e26ed7672de4a30865f197c6b14beb679fec1b2750c7a2c983f3b74851418c9830a37fb8a73881beeaca844a1dc8eab2a5081eb8038be8bfe2
DIST pysnmp-7.1.19.gh.tar.gz 499285 BLAKE2B 2c40284907bec639e2709e1a450c112d4142a66942cd86565f9c229658e15de5f6bf58e62392e78200685511657d581a0ff16334f930980f5d8c877293f630cd SHA512 05bf5a65f4d6944b309f4ed8ae581359a7944b7fd42e5f96097ea38de2573d251d067935edbd97cd0aa45e8606d850258413f7597176c03e96a68f2faab5c8ed
+DIST pysnmp-7.1.20.gh.tar.gz 498284 BLAKE2B 1f4a5129792375b0e8fcae7c7b2cc3b00fd0fc0d3b8ff4fb1ea62274e5a35835f07213477cb2248a18c2ac9b215826e84e555ea4602ad58753ba6f56eb232322 SHA512 41024f45f559cf001958f53cb00b1acaf14aba9caaf21cfbab7a3232e349b8c59a2fc4c686fe1429db71fed1dead19f3aaeb6d6550d370f669b910cdfeabd388
diff --git a/dev-python/pysnmp/pysnmp-7.1.20.ebuild b/dev-python/pysnmp/pysnmp-7.1.20.ebuild
new file mode 100644
index 000000000000..a21b6adb6618
--- /dev/null
+++ b/dev-python/pysnmp/pysnmp-7.1.20.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-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
+
+DESCRIPTION="Python SNMP library"
+HOMEPAGE="
+ https://pypi.org/project/pysnmp/
+ https://github.com/lextudio/pysnmp/
+"
+SRC_URI="
+ https://github.com/lextudio/pysnmp/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND="
+ >=dev-python/cryptography-43.0.1[${PYTHON_USEDEP}]
+ >=dev-python/pyasn1-0.4.8[${PYTHON_USEDEP}]
+ >=dev-python/pysmi-1.5.7[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+# TODO
+# distutils_enable_sphinx docs/source dev-python/furo dev-python/sphinx-copybutton dev-python/sphinx-sitemap
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # TODO
+ tests/smi/manager/test_mib-tree-inspection.py::test_getNodeName_by_symbol_description_with_module_name_2
+ )
+
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ mibdump CISCO-ENHANCED-IPSEC-FLOW-MIB.py || die
+ mibdump LEXTUDIO-TEST-MIB || die
+ mibdump NET-SNMP-EXAMPLES-MIB || die
+ mibdump IF-MIB || die
+ epytest -p asyncio
+}
next reply other threads:[~2025-05-03 10:08 UTC|newest]
Thread overview: 101+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-03 10:07 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-28 3:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/pysnmp/ Michał Górny
2025-04-05 13:29 Michał Górny
2025-04-05 11:30 Arthur Zamarin
2025-03-20 6:49 Michał Górny
2025-02-01 13:19 Michał Górny
2025-02-01 12:17 Arthur Zamarin
2025-01-16 5:11 Michał Górny
2024-12-21 11:35 Michał Górny
2024-12-21 11:35 Michał Górny
2024-12-06 4:01 Michał Górny
2024-12-04 7:46 Michał Górny
2024-11-23 10:08 Michał Górny
2024-11-23 9:52 Sam James
2024-11-08 4:52 Michał Górny
2024-11-07 6:45 Michał Górny
2024-11-05 19:30 Michał Górny
2024-11-03 3:52 Michał Górny
2024-11-02 19:04 Arthur Zamarin
2024-11-02 10:41 Arthur Zamarin
2024-11-02 9:57 Arthur Zamarin
2024-10-15 7:00 Michał Górny
2024-10-15 7:00 Michał Górny
2024-10-14 4:11 Michał Górny
2024-10-13 14:58 Michał Górny
2024-10-10 15:22 Michał Górny
2024-09-14 13:22 Arthur Zamarin
2024-09-14 11:42 Arthur Zamarin
2024-09-14 11:31 Arthur Zamarin
2024-08-31 8:00 Arthur Zamarin
2024-08-31 7:08 Arthur Zamarin
2024-08-31 7:08 Arthur Zamarin
2024-08-31 5:36 Sam James
2024-08-31 5:31 Sam James
2024-08-31 5:23 Sam James
2024-08-31 5:10 Sam James
2023-11-24 16:26 Michał Górny
2023-11-23 19:48 Michał Górny
2023-06-04 4:58 Michał Górny
2023-02-16 3:58 Sam James
2022-05-04 8:19 Michał Górny
2022-05-04 4:36 Sam James
2021-08-07 12:16 Michał Górny
2021-02-23 9:33 David Seifert
2020-12-11 12:48 Michał Górny
2020-04-17 22:21 David Seifert
2020-03-25 7:10 Jeroen Roovers
2020-03-25 7:10 Jeroen Roovers
2020-02-12 7:51 Agostino Sarubbo
2020-02-10 11:16 Michał Górny
2019-12-30 18:14 Jeroen Roovers
2019-09-24 16:51 Jeroen Roovers
2019-08-13 6:48 Jeroen Roovers
2019-08-13 6:48 Jeroen Roovers
2019-08-10 7:10 Jeroen Roovers
2019-08-06 8:17 Jeroen Roovers
2019-08-06 8:17 Jeroen Roovers
2019-02-11 14:20 Jeroen Roovers
2019-02-11 14:19 Jeroen Roovers
2019-02-11 14:19 Jeroen Roovers
2019-01-02 0:30 Jeroen Roovers
2018-09-15 7:48 Jeroen Roovers
2018-08-11 10:47 Jeroen Roovers
2018-08-11 10:47 Jeroen Roovers
2018-06-27 21:54 Sergei Trofimovich
2018-06-26 2:04 Aaron Bauman
2018-06-25 23:20 Thomas Deutschmann
2018-01-09 15:28 Jeroen Roovers
2018-01-06 0:44 Michał Górny
2018-01-04 6:59 Jeroen Roovers
2018-01-04 6:59 Jeroen Roovers
2017-12-24 12:31 Jeroen Roovers
2017-12-24 12:31 Jeroen Roovers
2017-11-18 10:29 Jeroen Roovers
2017-11-18 10:29 Jeroen Roovers
2017-10-29 16:43 Jeroen Roovers
2017-10-29 16:41 Jeroen Roovers
2017-10-29 16:41 Jeroen Roovers
2017-10-07 9:44 Jeroen Roovers
2017-10-07 9:44 Jeroen Roovers
2017-07-29 10:18 Jeroen Roovers
2017-07-29 10:14 Jeroen Roovers
2017-07-29 10:14 Jeroen Roovers
2017-07-29 10:14 Jeroen Roovers
2017-06-20 11:58 Jeroen Roovers
2017-06-04 21:21 Jeroen Roovers
2017-04-04 22:19 Zac Medico
2017-03-31 7:36 Michael Weber
2017-03-25 7:26 Jeroen Roovers
2017-03-25 7:26 Jeroen Roovers
2017-03-20 12:28 Agostino Sarubbo
2017-03-07 8:48 Jeroen Roovers
2017-02-22 16:08 Agostino Sarubbo
2017-02-22 15:06 Agostino Sarubbo
2017-02-07 15:52 Jeroen Roovers
2017-02-07 15:52 Jeroen Roovers
2016-04-18 16:16 Ian Delaney
2016-02-17 6:49 Jeroen Roovers
2015-11-18 7:05 Jeroen Roovers
2015-10-03 4:39 Jeroen Roovers
2015-10-01 12:02 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1746266439.93aad7a31bcd58599e05c23124a8f967d3528d75.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox