diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-01-30 20:18:13 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-01-30 21:26:28 +0100 |
commit | a4ab3366e5a0df038c800d582ece41b5bd48bfc1 (patch) | |
tree | 79fcc78219f1e6907f6bbfceab1f8fb19c7da44b /dev-python/whatever | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.10.12 (diff) | |
download | gentoo-a4ab3366e5a0df038c800d582ece41b5bd48bfc1.tar.gz gentoo-a4ab3366e5a0df038c800d582ece41b5bd48bfc1.tar.bz2 gentoo-a4ab3366e5a0df038c800d582ece41b5bd48bfc1.zip |
dev-python/whatever: add python3_9 support
Bug: https://bugs.gentoo.org/766992
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/whatever')
-rw-r--r-- | dev-python/whatever/whatever-0.6.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild index 9432f83430fb..9a4bd6654648 100644 --- a/dev-python/whatever/whatever-0.6.ebuild +++ b/dev-python/whatever/whatever-0.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="A collection of fancy functional tools focused on practicality" @@ -13,7 +13,3 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" |