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/editorconfig/Manifest | 2 - dev-python/editorconfig/editorconfig-0.17.1.ebuild | 55 ---------------------- dev-python/editorconfig/metadata.xml | 24 ---------- 3 files changed, 81 deletions(-) delete mode 100644 dev-python/editorconfig/Manifest delete mode 100644 dev-python/editorconfig/editorconfig-0.17.1.ebuild delete mode 100644 dev-python/editorconfig/metadata.xml (limited to 'dev-python/editorconfig') diff --git a/dev-python/editorconfig/Manifest b/dev-python/editorconfig/Manifest deleted file mode 100644 index c48b122887cc..000000000000 --- a/dev-python/editorconfig/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST editorconfig-core-py-0.17.1.gh.tar.gz 19843 BLAKE2B aabf892af435abd3c682a13f6b1573579427009c17de5c64c89cf9f210e17cdaa6d0063bfce22635b445829ece274eb63a9481296e45dd5981d36523401f38d8 SHA512 0f95a98826d85a2c5e6fdcc2619f50fd09722f78d24fe411df70e9fa5b064928df0ed711a6064dc3b6246b9425abc6b95945de494972dbd6972c36ac589678c9 -DIST editorconfig-core-test-d91029bdf1e3e0307714afe0d2cde7ba6fd208ab.gh.tar.gz 13962 BLAKE2B 2ad5d61d0c6b157083a3990d4deb2d06b1efab42c9e4e0f22a42a90317b9b0212b6dd019ee74c86c4f6ff1edfabb9423d63c3baa499622e80b80243ba7dcc677 SHA512 530ac91b7dc5b433c59251edd5928c6f9c579c343b85f0dbd7dc71de6eb2e34328dbb398f0e68a416f4f22c9c7bfa13a792bcfe4c0469902e3a1fe2ba6c9841f diff --git a/dev-python/editorconfig/editorconfig-0.17.1.ebuild b/dev-python/editorconfig/editorconfig-0.17.1.ebuild deleted file mode 100644 index 3e3e0822c13b..000000000000 --- a/dev-python/editorconfig/editorconfig-0.17.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-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 cmake distutils-r1 - -MY_P=editorconfig-core-py-${PV} -TESTVER="d91029bdf1e3e0307714afe0d2cde7ba6fd208ab" -DESCRIPTION="Clone of EditorConfig core written in Python" -HOMEPAGE=" - https://editorconfig.org/ - https://github.com/editorconfig/editorconfig-core-py/ - https://pypi.org/project/EditorConfig/ -" -SRC_URI=" - https://github.com/editorconfig/editorconfig-core-py/archive/v${PV}.tar.gz - -> ${MY_P}.gh.tar.gz - test? ( - https://github.com/editorconfig/editorconfig-core-test/archive/${TESTVER}.tar.gz - -> editorconfig-core-test-${TESTVER}.gh.tar.gz - ) -" -S=${WORKDIR}/${MY_P} - -LICENSE="PYTHON BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cli test" -RESTRICT="!test? ( test )" - -RDEPEND=" - cli? ( !app-text/editorconfig-core-c[cli] ) -" - -src_prepare() { - if use test; then - mv "${WORKDIR}"/editorconfig-core-test-${TESTVER}/* "${S}"/tests || die - fi - if ! use cli; then - sed -i -e '/editorconfig\.__main__/d' pyproject.toml || die - fi - - cmake_src_prepare - distutils-r1_src_prepare -} - -python_test() { - cmake_src_configure - cmake_src_compile - cmake_src_test -} diff --git a/dev-python/editorconfig/metadata.xml b/dev-python/editorconfig/metadata.xml deleted file mode 100644 index 70597073fdfd..000000000000 --- a/dev-python/editorconfig/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - chutzpah@gentoo.org - Patrick McLean - - - python@gentoo.org - Python - - - Install command line interface as well as python library - - - EditorConfig Python Core provides the same functionality as the - EditorConfig C Core. EditorConfig Python core can be used as a - command line program or as an importable library. - - - editorconfig/editorconfig-core-test - EditorConfig - - -- cgit v1.3