From 6a76c87ae2fa688db321b53e1de7375fa5cf64cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 20 Sep 2020 17:45:34 +0200 Subject: dev-python/backports: Remove python2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/backports/backports-1.0-r1.ebuild | 19 +++++++++++++++++++ dev-python/backports/backports-1.0.ebuild | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 dev-python/backports/backports-1.0-r1.ebuild delete mode 100644 dev-python/backports/backports-1.0.ebuild (limited to 'dev-python/backports') diff --git a/dev-python/backports/backports-1.0-r1.ebuild b/dev-python/backports/backports-1.0-r1.ebuild new file mode 100644 index 000000000000..76c5d6cc2166 --- /dev/null +++ b/dev-python/backports/backports-1.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Namespace for backported Python features" +HOMEPAGE="https://pypi.org/project/backports/" +SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz" + +LICENSE="PYTHON" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" + +RDEPEND="!