dev-python/pylint-per-file-ignores: add 1.3.2

Closes: #3053
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 20:34:29 +01:00
parent 9c99dc2677
commit 4f5e1c4089
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 28 additions and 5 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 1902 Ebuilds in total, 1891 of them have in total 1910 (42 different) licenses assigned.
There are 1903 Ebuilds in total, 1892 of them have in total 1911 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1070|
|MIT|1071|
|Apache-2.0|440|
|GPL-3|127|
|BSD|105|

View File

@ -1,3 +1,5 @@
DIST pylint_per_file_ignores-1.2.1.tar.gz 3939 BLAKE2B b39e78634a122bf8189415e7b3a52f9a95bbc2cabf48a07d2257f77fcc607e938fad5a1e552b35adee5e902eae21d437cf1eff76238b9ab6280e5cfdb23d3629 SHA512 ba2880db9fd751eb18f0c13a27428b6d22cefc52558bc3c760f5e8c1662db9006c4d58eee6c4a159aded9fcb71a67e01bfd0d7951efa6e1adc527adfb88d172a
EBUILD pylint-per-file-ignores-1.2.1.ebuild 726 BLAKE2B 916ef4fdda5770d61ae3849f437d3e22e9d222e909d3331dc3fe716be5afdabf24207063b8d6ad3db5b52f12ff7f3895ef9ae76886a6f83a3506c649c02c4399 SHA512 7cb99f05dae16c813c362b080f7310a44bd398b7f2eca1aa8bf651cbd6ca03534ba3ab7337617deeb37b28053afb53122c56ebf59989021c919e897ba9c9a95d
DIST pylint_per_file_ignores-1.3.2.tar.gz 4361 BLAKE2B f49e9039f4c01030e10f8df5acbcf68392e6530b175dfa2faa8de877108c723706a579bde449185f186eb7234b393edf590684df3fa12f7d87d2d7fa6c4eab03 SHA512 7152e67b2d33b1a610484a69c268dbbaf10928c23c64790a5d8f9bc9a5da17c9a6d50b48be9bf9b8ef17bfc6568a0b6be3ef03bc739bfb97cf8c66b193841d22
EBUILD pylint-per-file-ignores-1.2.1.ebuild 726 BLAKE2B 95f4ab848bb144cb269b41cc2b95d1d70eee7f80155282d5c4be1e0d7e75620f8ea15e0b35cc56df5d4fe1fd54b17dbf7f10a6285934dfd7678d7be1c6341909 SHA512 60a1f5fd5d51167f8dfe9979489024c09e4038fb78b8c861a8002758da3ac8a629835c0f08a2ab62badd01ef755a8e615c6f855f3ef7a7dfecc6ff900ca19eac
EBUILD pylint-per-file-ignores-1.3.2.ebuild 537 BLAKE2B dd168e002f49bc180bfb6fc27f65914da5f09b6e14ce0406022d047485bee91b19ab0a98acd830dc30972c064a68c05fd375aebeafdb4d02ffd145048c482d1c SHA512 a9615930e92a805b9c4535050b8753e9bd5d05ddfd23617873f11fba80fe6d60cd89beb5d7aeb8fa47f4541072b93c2bd24b131a5bc54addeee6dba7a8b649ad
MISC metadata.xml 567 BLAKE2B d34f4adc488b2bea4414d2b4f18505df14bb3626332e1aa7a1fb8e6886dbd96721df7c45b5069896f09b5f2d52ec0d0d46880bf39cb025cdaed0cad792f93fca SHA512 70d6d374cf965b2805e597f0dd431104938cadc43d56b307ce141c31b4450302cd003af6b6b53393a28a6333bbd11eeedc945a7b654907d225770dfddee17b74

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
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,21 @@
# 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 pylint plugin to ignore error codes per file."
HOMEPAGE="https://github.com/christopherpickering/pylint-per-file-ignores.git https://pypi.org/project/pylint-per-file-ignores/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest