From c85178c6bea192ef4c679578fd5ba52859e628c5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 20 Sep 2020 15:51:11 +0200 Subject: dev-python/filelock: 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/filelock/filelock-3.0.12-r1.ebuild | 21 +++++++++++++++++++++ dev-python/filelock/filelock-3.0.12.ebuild | 21 --------------------- 2 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 dev-python/filelock/filelock-3.0.12-r1.ebuild delete mode 100644 dev-python/filelock/filelock-3.0.12.ebuild (limited to 'dev-python') diff --git a/dev-python/filelock/filelock-3.0.12-r1.ebuild b/dev-python/filelock/filelock-3.0.12-r1.ebuild new file mode 100644 index 000000000000..854abd2c0a6c --- /dev/null +++ b/dev-python/filelock/filelock-3.0.12-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 2018-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) +inherit distutils-r1 + +MY_P=py-filelock-${PV} +DESCRIPTION="A platform independent file lock for Python" +HOMEPAGE="https://github.com/benediktschmitt/py-filelock + https://pypi.org/project/filelock/" +SRC_URI="https://github.com/benediktschmitt/py-filelock/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} + +LICENSE="Unlicense" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" +IUSE="" + +distutils_enable_tests unittest diff --git a/dev-python/filelock/filelock-3.0.12.ebuild b/dev-python/filelock/filelock-3.0.12.ebuild deleted file mode 100644 index 36bb5f1a4eb3..000000000000 --- a/dev-python/filelock/filelock-3.0.12.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2018-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) -inherit distutils-r1 - -MY_P=py-filelock-${PV} -DESCRIPTION="A platform independent file lock for Python" -HOMEPAGE="https://github.com/benediktschmitt/py-filelock - https://pypi.org/project/filelock/" -SRC_URI="https://github.com/benediktschmitt/py-filelock/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="Unlicense" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="" - -distutils_enable_tests unittest -- cgit v1.2.3-65-gdbad