From b37ff50bd59c5c68c3d46adfc10866a96e5e7b59 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 23 Dec 2020 10:27:31 +0100 Subject: dev-python/editorconfig-core-py: Restore USE=cli MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../editorconfig-core-py-0.12.3-r1.ebuild | 47 ++++++++++++++++++++++ .../editorconfig-core-py-0.12.3.ebuild | 43 -------------------- 2 files changed, 47 insertions(+), 43 deletions(-) create mode 100644 dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild delete mode 100644 dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3.ebuild (limited to 'dev-python/editorconfig-core-py') diff --git a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild new file mode 100644 index 000000000000..7bae9392d2ca --- /dev/null +++ b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6..9} ) +inherit cmake distutils-r1 + +TESTVER="abb579e00f2deeede91cb485e53512efab9c6474" +DESCRIPTION="Clone of EditorConfig core written in Python" +HOMEPAGE="https://editorconfig.org/" +SRC_URI="https://github.com/${PN%-core-py}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + test? ( + https://github.com/${PN%-core-py}/${PN%-core-py}-core-test/archive/${TESTVER}.tar.gz -> ${PN%-core-py}-core-test-${TESTVER}.tar.gz + )" + +LICENSE="PYTHON BSD-4" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="cli test" +RESTRICT="!test? ( test )" + +RDEPEND="!