dev-python/pysnmp-lextudio: add 6.0.9

Closes: #3077
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-14 23:42:56 +01:00
parent b34e60f9c9
commit 48df48aa84
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 29 additions and 2 deletions

View File

@ -617,7 +617,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1918 Ebuilds in total, 1907 of them have in total 1926 (42 different) licenses assigned.
There are 1919 Ebuilds in total, 1908 of them have in total 1927 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -627,7 +627,7 @@ There are 1918 Ebuilds in total, 1907 of them have in total 1926 (42 different)
|BSD|106|
|LGPL-3|25|
|GPL-2|21|
|BSD-2|13|
|BSD-2|14|
|all-rights-reserved|13|
|LGPL-3+|13|
|GPL-3+|11|

View File

@ -1,5 +1,7 @@
DIST pysnmp_lextudio-5.0.31.tar.gz 402644 BLAKE2B 8d4ab30aea93279324d616f56d8a9a13010f2d7ac1998eeb72633c1f5327fb22a72d55773e6462a99a8f0c37c4ddb72ccd35216f63dbf3a74d66e7a3f31e6d6a SHA512 1fea517276052daf0b6a04c15823fc5a1ff702d558c92720227c13dcbeb1a7b359e9bb5ba5e6ea7a9b6c8077547323e46b27a589157ee9f35e982bb1340649be
DIST pysnmp_lextudio-6.0.2.tar.gz 404927 BLAKE2B 545a332542145e5d295c81fb2a95924a9cac054252ed1810cf68cc39bf06a220d38f4d512291cbf85c499b602320f41ef3ad95646ded0d62c0f5583e0f9d9016 SHA512 d663b44807063f851c50046d0f9bce83336382e6860ac1226ec65ecafccbfd4dbe0c101302826f7ea36762a4b2649a6197002475d8948bb69e3d3b469a5c75cc
DIST pysnmp_lextudio-6.0.9.tar.gz 409433 BLAKE2B c3d2d0596afc747c5745c0265b184df98f710e9e70e03ab3e9871a0418a0c68cce5808cd8c34dcb537196e1cdd1b32972d60ea899a9d8d14266c3fd161ebbdd9 SHA512 9dabd44d6d703dc3adf78b937e80ae6af4bb820ba9d7d6fb386a48827c1e553162f1266ae8660f33d784da9f3fe4f711b6e20bc53057ec8e3e07f7dcfcc2805a
EBUILD pysnmp-lextudio-5.0.31.ebuild 695 BLAKE2B 4ee39bcc5615c69773433b9b81cf380bd1adf28fd4043225ecab793e7d514102587f0049223a9053d10317f1c923570c26058289254a15a04f47b9973dc24480 SHA512 27c16cd1c4d5084cbf5f7e726e8838eee8ffbe1270e18a819ffcfb5e789a0cd6865a52f066bc553fe94cb85022d50cc437bf24bb0f338f00606411a487e1a331
EBUILD pysnmp-lextudio-6.0.2.ebuild 695 BLAKE2B 4ee39bcc5615c69773433b9b81cf380bd1adf28fd4043225ecab793e7d514102587f0049223a9053d10317f1c923570c26058289254a15a04f47b9973dc24480 SHA512 27c16cd1c4d5084cbf5f7e726e8838eee8ffbe1270e18a819ffcfb5e789a0cd6865a52f066bc553fe94cb85022d50cc437bf24bb0f338f00606411a487e1a331
EBUILD pysnmp-lextudio-6.0.9.ebuild 695 BLAKE2B 4ee39bcc5615c69773433b9b81cf380bd1adf28fd4043225ecab793e7d514102587f0049223a9053d10317f1c923570c26058289254a15a04f47b9973dc24480 SHA512 27c16cd1c4d5084cbf5f7e726e8838eee8ffbe1270e18a819ffcfb5e789a0cd6865a52f066bc553fe94cb85022d50cc437bf24bb0f338f00606411a487e1a331
MISC metadata.xml 514 BLAKE2B 6dab7e0030153901c42dc4a8c35b3f71e31eff9630f40738ed9f6a29e170efea9b8e7be28c6fa0c772b5980d8cbd6cf6ac651d6f49dc9cc3888e217b316877c4 SHA512 7cf50ca8a5dce6013c1d93e8392a4f42bec5b4476d3ea2dd22eec0e37a9976a42968b92dd6a2e3bfc90c8958cb1c9cab02ab8b41717b0347546fbc0135a32985

View File

@ -0,0 +1,25 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="pure-Python, open source and free implementation of v1/v2c/v3 SNMP engine"
HOMEPAGE="https://github.com/lextudio/pysnmp https://pypi.org/project/pysnmp-lextudio/"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="!dev-python/pysnmplib
!dev-python/pysnmp
>=dev-python/pyasn1-0.4.8[${PYTHON_USEDEP}]
>=dev-python/pysnmpcrypto-0.0.4[${PYTHON_USEDEP}]
>=dev-python/pysmi-lextudio-1.0.4[${PYTHON_USEDEP}]"