From 9e166f0fa8bc64fb267aaba88d9a55f8393e15a0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 13 Feb 2024 05:35:51 +0000 Subject: gentoo auto-resync : 13:02:2024 - 05:35:50 --- .../editorconfig/editorconfig-0.12.3-r1.ebuild | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild (limited to 'dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild') diff --git a/dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild b/dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild new file mode 100644 index 000000000000..50fae255ae99 --- /dev/null +++ b/dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{10..11} ) +inherit cmake distutils-r1 + +MY_P=editorconfig-core-py-${PV} +TESTVER="abb579e00f2deeede91cb485e53512efab9c6474" +DESCRIPTION="Clone of EditorConfig core written in Python" +HOMEPAGE="https://editorconfig.org/" +SRC_URI=" + https://github.com/editorconfig/editorconfig-core-py/archive/v${PV}.tar.gz + -> ${MY_P}.tar.gz + test? ( + https://github.com/editorconfig/editorconfig-core-test/archive/${TESTVER}.tar.gz + -> editorconfig-core-test-${TESTVER}.tar.gz + ) +" +S=${WORKDIR}/${MY_P} + +LICENSE="PYTHON BSD-4" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="cli test" +RESTRICT="!test? ( test )" + +RDEPEND=" + !