update PYTHON_COMPAT pylint-strict-informational-0.1

This commit is contained in:
Andreas Billmeier 2021-06-18 18:54:53 +02:00 committed by Andreas Billmeier
parent ee5ee6094b
commit 7d4a526b9d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,3 @@
DIST pylint-strict-informational-0.1.tar.gz 2871 BLAKE2B 624d74d9d13266d5770028875df765bc9486fbc04e94b644053271e42b149aebdfa30808673110bafe9529fc81d0a36e28092bb3931fdd48d565fa38334771f3 SHA512 82be1c4f0b28e9dc4c260150f9d1e8148aa24b8dfa4a1de9157d92b341eb74a425b16c0a568cc7e2d94de6a31bd4f8fef6b4eb2c989edd53ec388032cfcde098
EBUILD pylint-strict-informational-0.1.ebuild 746 BLAKE2B 2e7dbceec8f9181fecfd65575ac265ec2bfea0882f156271ca116872aab313d37e05479ddc9553f71fdc723e5f84a992a91e97ddda603bae63d73f44bf10ddd5 SHA512 0371e13826b8aee69e228ccf6d4d923e85315f9b8757809f916dbec3427036b8bdddce8ff45b09822bbddd92378219bc8639a12aec683cc644d7c99ac0419d9f
EBUILD pylint-strict-informational-0.1.ebuild 753 BLAKE2B 35d3596cf7e6f3db01c35cbce10da8c9b0457dad6dc0885dd9aa651696c7204c756f601aef1c3398d9db435da6a8be79c395f6a000689cf67d92f745e8e28da1 SHA512 48609772f030b5f801fe7f2b3cb9b8bf504bb8630ff1f98248e7b97da3d2bbac0e68cceac2f21369eeb535baad3cd039b566a6747b21be7ab1f81d1405dcd3cf
MISC metadata.xml 504 BLAKE2B 3a5b7140aeba720c0ac16262c9ccb085860387c2d0e2348e0488c6cf3da1d147bb2e9f6b65a4b40d2fe333a24313f70d883d7538ffeaae71e2dbb664b95ee45c SHA512 f424646ff720a5b5a29e0ec99fa255053263184ef7f5e885b3451bde61d91774023460c73d47af5220e5bed91b647214cdf43717b19e6574f5e7c0fe2ef6003b

View File

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@ -11,13 +11,15 @@ DESCRIPTION="A pylint plugin to make pylint fail on informational messages"
HOMEPAGE="https://github.com/Polyconseil/pylint-strict-informational https://pypi.org/project/pylint-strict-informational/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND=""
DEPEND="${REDEPEND}
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]