Skip to content

Commit 4f5e1c4

Browse files
committed
dev-python/pylint-per-file-ignores: add 1.3.2
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3053 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 9c99dc2 commit 4f5e1c4

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1902 Ebuilds in total, 1891 of them have in total 1910 (42 different) licenses assigned.
620+
There are 1903 Ebuilds in total, 1892 of them have in total 1911 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1070|
624+
|MIT|1071|
625625
|Apache-2.0|440|
626626
|GPL-3|127|
627627
|BSD|105|
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST pylint_per_file_ignores-1.2.1.tar.gz 3939 BLAKE2B b39e78634a122bf8189415e7b3a52f9a95bbc2cabf48a07d2257f77fcc607e938fad5a1e552b35adee5e902eae21d437cf1eff76238b9ab6280e5cfdb23d3629 SHA512 ba2880db9fd751eb18f0c13a27428b6d22cefc52558bc3c760f5e8c1662db9006c4d58eee6c4a159aded9fcb71a67e01bfd0d7951efa6e1adc527adfb88d172a
2-
EBUILD pylint-per-file-ignores-1.2.1.ebuild 726 BLAKE2B 916ef4fdda5770d61ae3849f437d3e22e9d222e909d3331dc3fe716be5afdabf24207063b8d6ad3db5b52f12ff7f3895ef9ae76886a6f83a3506c649c02c4399 SHA512 7cb99f05dae16c813c362b080f7310a44bd398b7f2eca1aa8bf651cbd6ca03534ba3ab7337617deeb37b28053afb53122c56ebf59989021c919e897ba9c9a95d
2+
DIST pylint_per_file_ignores-1.3.2.tar.gz 4361 BLAKE2B f49e9039f4c01030e10f8df5acbcf68392e6530b175dfa2faa8de877108c723706a579bde449185f186eb7234b393edf590684df3fa12f7d87d2d7fa6c4eab03 SHA512 7152e67b2d33b1a610484a69c268dbbaf10928c23c64790a5d8f9bc9a5da17c9a6d50b48be9bf9b8ef17bfc6568a0b6be3ef03bc739bfb97cf8c66b193841d22
3+
EBUILD pylint-per-file-ignores-1.2.1.ebuild 726 BLAKE2B 95f4ab848bb144cb269b41cc2b95d1d70eee7f80155282d5c4be1e0d7e75620f8ea15e0b35cc56df5d4fe1fd54b17dbf7f10a6285934dfd7678d7be1c6341909 SHA512 60a1f5fd5d51167f8dfe9979489024c09e4038fb78b8c861a8002758da3ac8a629835c0f08a2ab62badd01ef755a8e615c6f855f3ef7a7dfecc6ff900ca19eac
4+
EBUILD pylint-per-file-ignores-1.3.2.ebuild 537 BLAKE2B dd168e002f49bc180bfb6fc27f65914da5f09b6e14ce0406022d047485bee91b19ab0a98acd830dc30972c064a68c05fd375aebeafdb4d02ffd145048c482d1c SHA512 a9615930e92a805b9c4535050b8753e9bd5d05ddfd23617873f11fba80fe6d60cd89beb5d7aeb8fa47f4541072b93c2bd24b131a5bc54addeee6dba7a8b649ad
35
MISC metadata.xml 567 BLAKE2B d34f4adc488b2bea4414d2b4f18505df14bb3626332e1aa7a1fb8e6886dbd96721df7c45b5069896f09b5f2d52ec0d0d46880bf39cb025cdaed0cad792f93fca SHA512 70d6d374cf965b2805e597f0dd431104938cadc43d56b307ce141c31b4450302cd003af6b6b53393a28a6333bbd11eeedc945a7b654907d225770dfddee17b74

dev-python/pylint-per-file-ignores/pylint-per-file-ignores-1.2.1.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..12} )
77
DISTUTILS_USE_PEP517=poetry
88
inherit distutils-r1 pypi
99

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..12} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="A pylint plugin to ignore error codes per file."
11+
HOMEPAGE="https://github.com/christopherpickering/pylint-per-file-ignores.git https://pypi.org/project/pylint-per-file-ignores/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)