diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-26 15:31:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-26 15:31:56 +0200 |
commit | 9a950e89296d75e29364c3c6aa86901950b58778 (patch) | |
tree | 1dd85ed5e3b1ee1204093f10cac05d33bb369ed0 /dev-python/pocketlint | |
parent | dev-python/hacking: Remove old (diff) | |
download | gentoo-9a950e89296d75e29364c3c6aa86901950b58778.tar.gz gentoo-9a950e89296d75e29364c3c6aa86901950b58778.tar.bz2 gentoo-9a950e89296d75e29364c3c6aa86901950b58778.zip |
dev-python/pocketlint: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pocketlint')
-rw-r--r-- | dev-python/pocketlint/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pocketlint/pocketlint-0.20.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/pocketlint/Manifest b/dev-python/pocketlint/Manifest index eb7db25fca04..a8adcaa339fb 100644 --- a/dev-python/pocketlint/Manifest +++ b/dev-python/pocketlint/Manifest @@ -1,2 +1 @@ -DIST pocketlint-0.20.tar.gz 23443 BLAKE2B f3f50c8f54b35e6d1bcf544ed6f55f2e3e461289929a6da5cf3028283fd97781d7b41d6ea458146ae7b563441aa52b757b4a59a0ab44b9016652503b344f1e48 SHA512 02b05f4831b00ece03856938306f0410f2849212d9aa1b686fdf58e6a8e415ce689cdc990125b7baa3e16eeb0e166b49afe6ba574d553f56c7f9981ed01a15dd DIST pocketlint-0.21.tar.gz 23524 BLAKE2B b5ec01cba8b73356f08720149125abe1427561b499b53409e5eb41dc2e5c6dc894b51fc8d7655eb94a6b7ec43a3cd94067d170e2a7f985e251497f253c57f6a3 SHA512 af5f3d9ebd67102a3c2b793ff550c6626ead48da7043ac86d4129f6746532fb6c8ce34540b255e649c936c5d8d7dadc116ddc03f86b2a85311327eb10af14ad8 diff --git a/dev-python/pocketlint/pocketlint-0.20.ebuild b/dev-python/pocketlint/pocketlint-0.20.ebuild deleted file mode 100644 index d10e4c4623b7..000000000000 --- a/dev-python/pocketlint/pocketlint-0.20.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -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}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" |