From 8628d24d6e1cf9078c5c89698b8ec926995bad8d Mon Sep 17 00:00:00 2001 From: "Sam James (sam_c)" Date: Thu, 14 May 2020 12:52:33 +0000 Subject: dev-python/rarfile: Bump to EAPI=7 * EAPI 7 * Adds Python 3.7, 3.8, PyPy 3 * Enables tests Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) Closes: https://github.com/gentoo/gentoo/pull/15794 Closes: https://bugs.gentoo.org/719520 Signed-off-by: Ian Whyman --- dev-python/rarfile/rarfile-3.0-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-python/rarfile/rarfile-3.0-r1.ebuild (limited to 'dev-python/rarfile') diff --git a/dev-python/rarfile/rarfile-3.0-r1.ebuild b/dev-python/rarfile/rarfile-3.0-r1.ebuild new file mode 100644 index 000000000000..3b2be61a9fb4 --- /dev/null +++ b/dev-python/rarfile/rarfile-3.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Module for RAR archive reading" +HOMEPAGE="https://github.com/markokr/rarfile" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+compressed" + +RDEPEND="compressed? ( || ( app-arch/unrar app-arch/rar ) )" + +distutils_enable_tests nose -- cgit v1.2.3-65-gdbad