dev-python/pysmi-lextudio: drop 1.1.13

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 18:53:21 +02:00
parent 5754d5a182
commit a62e706725
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 28 deletions

View File

@ -617,11 +617,11 @@ 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 1843 Ebuilds in total, 1832 of them have in total 1852 (42 different) licenses assigned.
There are 1841 Ebuilds in total, 1830 of them have in total 1850 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1047|
|MIT|1045|
|Apache-2.0|410|
|GPL-3|119|
|BSD|105|

View File

@ -1,5 +1,3 @@
DIST pysmi_lextudio-1.1.13.tar.gz 104885 BLAKE2B 22029183ef79675ad15c80612bbc14358c9c6ba613cc85c0f2dcc5a6af8fb8ece94c9170649182f31a0c413a3011959005e84a7d81d17c92a23cb0f01af9dd35 SHA512 de18ab8dc467b23afbc9714ff56b2c0cf3e9c6d40e598f0b11f5fe28381b8bd0b579564f156015ad4f3b3be760dc475110a8895f5c986f1c1e3298147bc7f734
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

@ -1,24 +0,0 @@
# 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[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"