diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-02 14:17:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-02 14:38:52 +0300 |
commit | 6dfeabec411fc246191083aa17d3b5c90eb971e7 (patch) | |
tree | 7eb42148c32d55b4b0adc74a3082deca54190378 /dev-python/pocketlint | |
parent | dev-python/Frozen-Flask: PEP517, EAPI 8, py3.11 (diff) | |
download | gentoo-6dfeabec411fc246191083aa17d3b5c90eb971e7.tar.gz gentoo-6dfeabec411fc246191083aa17d3b5c90eb971e7.tar.bz2 gentoo-6dfeabec411fc246191083aa17d3b5c90eb971e7.zip |
dev-python/pocketlint: add 0.23, PEP517
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pocketlint')
-rw-r--r-- | dev-python/pocketlint/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pocketlint/pocketlint-0.23.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/pocketlint/Manifest b/dev-python/pocketlint/Manifest index d5e83e4dc2ff..dfc36c650a9d 100644 --- a/dev-python/pocketlint/Manifest +++ b/dev-python/pocketlint/Manifest @@ -1 +1,2 @@ DIST pocketlint-0.22.tar.gz 23779 BLAKE2B 3698927cc4a3f6ee6de74d205b5a7f937405e7ce2e9d987e34b35ce209635cab37357d0221a6762deb66350cd2b991420a9b12af2c9e6792f713e5c95dfedb59 SHA512 7ee9e6b969975274e7697d1d16fadaac82fa0a1855401d9f240aaae123831dc32e381dd24f88a3f004ab45df9f0251c408ed8f60a08fe99caf629af617c80ea0 +DIST pocketlint-0.23.gh.tar.gz 23854 BLAKE2B 2ff3388b639ba29ae60ccd0013cea9b1f437d03d552c03089c91ba65f4fdf7b6b739ac2b926248bc5738e29cd41fa104d7c2742385cfe7a454841f2ed252b0fa SHA512 36a6f7fbc5b9475a145bc03ccf9a6918e49ed29279913b1bcc7090961bcc842333a4d31b4eb809a7ca7b384e79c186d1e6397c379c1921943ddd49c3c736aaed diff --git a/dev-python/pocketlint/pocketlint-0.23.ebuild b/dev-python/pocketlint/pocketlint-0.23.ebuild new file mode 100644 index 000000000000..ca9e78b12cda --- /dev/null +++ b/dev-python/pocketlint/pocketlint-0.23.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Shared code for running pylint against rhinstaller projects" +HOMEPAGE="https://github.com/rhinstaller/pocketlint" +SRC_URI=" + https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + dev-python/pylint[${PYTHON_USEDEP}] +" |