From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/yapf/Manifest | 1 - dev-python/yapf/metadata.xml | 18 ------------------ dev-python/yapf/yapf-0.43.0-r1.ebuild | 35 ----------------------------------- 3 files changed, 54 deletions(-) delete mode 100644 dev-python/yapf/Manifest delete mode 100644 dev-python/yapf/metadata.xml delete mode 100644 dev-python/yapf/yapf-0.43.0-r1.ebuild (limited to 'dev-python/yapf') diff --git a/dev-python/yapf/Manifest b/dev-python/yapf/Manifest deleted file mode 100644 index a100bda5fc50..000000000000 --- a/dev-python/yapf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST yapf-0.43.0.gh.tar.gz 231930 BLAKE2B 71a18e2c55505fe623230ab2426e62545d19ee2e945264332e4652694cb388d4b7c71252c10768be0a3b5e7234f3c72595b37addb526d2dccd32647ff1544b58 SHA512 a261d9e5205c783b1bc77ed29970b916296b151c8cf2c549fbe326e5853e20199244c17444c49432c2dc995dc5905c5b2a591bc6a74b95dc2faf3616851f867b diff --git a/dev-python/yapf/metadata.xml b/dev-python/yapf/metadata.xml deleted file mode 100644 index 51f7db08b2d2..000000000000 --- a/dev-python/yapf/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - python@gentoo.org - Python - - - 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. - - - google/yapf - yapf - - diff --git a/dev-python/yapf/yapf-0.43.0-r1.ebuild b/dev-python/yapf/yapf-0.43.0-r1.ebuild deleted file mode 100644 index 7758dc1b776c..000000000000 --- a/dev-python/yapf/yapf-0.43.0-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2018-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="A formatter for Python files" -HOMEPAGE=" - https://github.com/google/yapf/ - https://pypi.org/project/yapf/ -" -SRC_URI=" - https://github.com/google/yapf/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/platformdirs-3.5.1[${PYTHON_USEDEP}] -" - -python_test() { - touch "${S}/.tox" || die - "${EPYTHON}" -m unittest discover -v -p '*_test.py' || - die "Tests failed with ${EPYTHON}" -} -- cgit v1.3