From 173374bc61430bb64d812dbea6a013ff6eed640e Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Sun, 7 Apr 2019 10:13:11 +0200 Subject: [PATCH] Migrated to Gentoo main https://github.com/gentoo/gentoo/commit/292417b540f97a1bb8df3f107e45dc648914ac35 --- dev-python/yapf/Manifest | 1 - dev-python/yapf/metadata.xml | 18 ------------------ dev-python/yapf/yapf-0.24.0.ebuild | 23 ----------------------- 3 files changed, 42 deletions(-) delete mode 100644 dev-python/yapf/Manifest delete mode 100644 dev-python/yapf/metadata.xml delete mode 100644 dev-python/yapf/yapf-0.24.0.ebuild diff --git a/dev-python/yapf/Manifest b/dev-python/yapf/Manifest deleted file mode 100644 index 8e8aba1..0000000 --- a/dev-python/yapf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST yapf-0.24.0.tar.gz 145607 SHA256 b249ee4a79f0bde2473ab2238dfbb311ae0e789b270779090f77df3269d74821 SHA512 daa61faaa2877af8bc8579b1f6a8e9cf177d1caf27e0430cc508b86b42d907186a0fe14913530368097b888f12c19fc601fbcc1c4e605341ca328e8bf40ea399 WHIRLPOOL 8c0ac36df289bd6fc8feb1e46a55877c588f701820bfec5aab1325c849bc085853c7bbb282afddc6ed68ce258548c7907b7a55ac637bdd3520988cb413d74ba6 diff --git a/dev-python/yapf/metadata.xml b/dev-python/yapf/metadata.xml deleted file mode 100644 index 2829952..0000000 --- a/dev-python/yapf/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - horea.christ@gmail.com - Horea Christian - - - proxy-maint@gentoo.org - Proxy Maintainers - - - YAPF is based off of 'clang-format', developed by Daniel Jasper. - In essence, the algorithm takes the code and reformats it to the best - formatting that conforms to the style guide, even if the original code - didn't violate the style guide. - - diff --git a/dev-python/yapf/yapf-0.24.0.ebuild b/dev-python/yapf/yapf-0.24.0.ebuild deleted file mode 100644 index 591c3e5..0000000 --- a/dev-python/yapf/yapf-0.24.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) -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 ~x86" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_test() { - esetup.py test || die -}