dev-python/pysnmp-lextudio: add 6.0.2

Closes: #3022
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 18:42:08 +01:00
parent d924ffae80
commit f6f7a63b52
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 31 additions and 4 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 1883 Ebuilds in total, 1872 of them have in total 1891 (42 different) licenses assigned.
There are 1884 Ebuilds in total, 1873 of them have in total 1892 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -629,7 +629,7 @@ There are 1883 Ebuilds in total, 1872 of them have in total 1891 (42 different)
|GPL-2|21|
|all-rights-reserved|13|
|LGPL-3+|13|
|BSD-2|11|
|BSD-2|12|
|GPL-3+|11|
|Unlicense|9|
|PSF-2|7|

View File

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

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi

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}]"