commit: 5754ff9b671dd97e134134dcb85b4bc08a21f6ae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 16:11:47 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 16:17:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5754ff9b
dev-python/yapf: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/yapf/Manifest | 1 -
dev-python/yapf/yapf-0.30.0.ebuild | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/dev-python/yapf/Manifest b/dev-python/yapf/Manifest
index ed8b94c8cf8..ca4e15ddca9 100644
--- a/dev-python/yapf/Manifest
+++ b/dev-python/yapf/Manifest
@@ -1,2 +1 @@
-DIST yapf-0.30.0.tar.gz 168259 BLAKE2B
1c5955028531dbcc20870ef84f3ba225a203f94367edc4e7ee8245a641cd83de0e57b0d55a4c93e8ef6f7bbe8b56f26b06a257968e132a04beffd77a8f951d5f
SHA512
a282213d0171671a24d44b7a00b69f65163e7a7b8edfbede5cc38c809236a71f7adc8bfc3c4a1d1e66ac3cb2d9c6bb54b1303a2875ec09cdaddaa71d2039f84b
DIST yapf-0.31.0.tar.gz 176856 BLAKE2B
080867363df59615d1df77ef51645cd68d931251807da83c5b9d8737a89b01e8dee7457a2b524a76ad2eb21b859ad78168a30f706ef70c3b07bcb94a98990752
SHA512
5f376e985e182aab289c41e4071fd98c0784e5292974e2efcc4beaaca68cb83068b297e228a46f51f0d9370634dbd32948bdbd03e6b65c76b43efba0fe0d3454
diff --git a/dev-python/yapf/yapf-0.30.0.ebuild
b/dev-python/yapf/yapf-0.30.0.ebuild
deleted file mode 100644
index fd8306c757f..00000000000
--- a/dev-python/yapf/yapf-0.30.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2018-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="A formatter for Python files"
-HOMEPAGE="https://github.com/google/yapf"
-SRC_URI="https://github.com/google/yapf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-distutils_enable_tests setup.py