dev-python/pysmi-lextudio: add 1.4.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-24 09:06:26 +01:00
parent 44c727a23d
commit cd75244616
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 5 deletions

View File

@ -617,17 +617,17 @@ 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 1932 Ebuilds in total, 1921 of them have in total 1940 (42 different) licenses assigned.
There are 1934 Ebuilds in total, 1923 of them have in total 1942 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1089|
|Apache-2.0|445|
|GPL-3|129|
|BSD|107|
|BSD|108|
|LGPL-3|25|
|GPL-2|21|
|BSD-2|14|
|BSD-2|15|
|all-rights-reserved|13|
|LGPL-3+|13|
|GPL-3+|11|

View File

@ -1,3 +1,5 @@
DIST pysmi_lextudio-1.1.13.tar.gz 104885 BLAKE2B 22029183ef79675ad15c80612bbc14358c9c6ba613cc85c0f2dcc5a6af8fb8ece94c9170649182f31a0c413a3011959005e84a7d81d17c92a23cb0f01af9dd35 SHA512 de18ab8dc467b23afbc9714ff56b2c0cf3e9c6d40e598f0b11f5fe28381b8bd0b579564f156015ad4f3b3be760dc475110a8895f5c986f1c1e3298147bc7f734
EBUILD pysmi-lextudio-1.1.13.ebuild 620 BLAKE2B e6445492cd9f11c10913238d5e0be95438bc208bdff84e48cd47b5f58bafdec665fd360b06c9c51e6fa52aafcd90068dda8673ebb60276353922ce249c78f86f SHA512 161ce80ed3a19a1f6befeb48bc52ec26e202e7a4d849af5e3af5906705cf881837631d84c080739a1e80261f4d3ea996a4c74260dfd98c7ae5fde0fa9081c083
DIST pysmi_lextudio-1.4.1.tar.gz 108135 BLAKE2B dc7c73fa3672fc5b90aa3a33de65d75fa4cb65116383ed2b37d2ec5ccbc64ce5d4bfb2aa4f65a317fc4d577b606effd8836e67892522c24470bf3a3c9609d219 SHA512 e98188166504b7951a1bd6696e167b5ddffaa25eee9e24c2f4fa88d7767efe8f985dc7de9e76f3e0535e6a4b57723b1d9d8ad53afb0090615456605bfbfa8180
EBUILD pysmi-lextudio-1.1.13.ebuild 620 BLAKE2B 8489ba7f56c3519071da8c540ecdbc88be898ac718358d1bce236ea1b8270bd9c35412c08238092076cecb4843f788750b4a2ca2756f39a929943dd7cf1c8341 SHA512 29cf3e79b20534ed1454a22f6830b9c9f7b04a26fcee2f8f390ab5d116401f4a1e02e7b2f39e102bab861a93661f1627ed4cf2201780a579325a6e7ac5a492e8
EBUILD pysmi-lextudio-1.4.1.ebuild 678 BLAKE2B 71e0f26bba15286ff1768cc1f5ec009887b1de98f7ac57254f7740a8ccee22b297b6aca34233d5af59d7740c00052dede9513d4f0b8ddb5e7584f8ddf28f5134 SHA512 b4c39f64aeaa816c41eac598ec39b994dda2ca1592d5301fcb733c1336c6994f69fa6233af3d727418870c3b82be37a7a776937e341a16be06a879432fb81973
MISC metadata.xml 512 BLAKE2B 42f9241aee1415cfab77d51f9cc1111b1140b7783cf23f2ffc717936952414719766960d4846d02fe0ff91ceb8a4338f17ce12bce1a36dc7154d809a4e3ee9fc SHA512 31442193fbeb8cbb5858262d410d07dc50fd7d72f0a507e63a469b61296148653768b3683887312e9b82a902c53ac3ac8e76971a400f05f5f0435c0c773803b8

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="A pure-Python implementation of SNMP/SMI MIB parsing and conversion library."
HOMEPAGE="https://github.com/lextudio/pysmi https://pypi.org/project/pysmi-lextudio/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="!dev-python/pysmi
!dev-python/pysnmp-pysmi
>=dev-python/ply-3.11[${PYTHON_USEDEP}]
>=dev-python/jinja-3.1.3[${PYTHON_USEDEP}]
>=dev-python/requests-2.26[${PYTHON_USEDEP}]"