diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-01-30 20:20:09 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-01-30 21:26:28 +0100 |
commit | 457165a7bc7c9dd1e5b0f1cf946a5f21ed755846 (patch) | |
tree | a490c6344df571b7c0558a5f739c326d64dec4d0 /dev-python/funcy | |
parent | dev-python/whatever: add python3_9 support (diff) | |
download | gentoo-457165a7bc7c9dd1e5b0f1cf946a5f21ed755846.tar.gz gentoo-457165a7bc7c9dd1e5b0f1cf946a5f21ed755846.tar.bz2 gentoo-457165a7bc7c9dd1e5b0f1cf946a5f21ed755846.zip |
dev-python/funcy: 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/funcy')
-rw-r--r-- | dev-python/funcy/funcy-1.15.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/funcy/funcy-1.15.ebuild b/dev-python/funcy/funcy-1.15.ebuild index c6242b5bfe8a..204c3872a0de 100644 --- a/dev-python/funcy/funcy-1.15.ebuild +++ b/dev-python/funcy/funcy-1.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -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" @@ -16,14 +16,12 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="" -RDEPEND="${DEPEND}" BDEPEND=" - ${RDEPEND} test? ( - dev-python/whatever[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - )" + dev-python/whatever[${PYTHON_USEDEP}] + ) +" python_test() { distutils_install_for_testing --via-root |