diff options
author | Nils Freydank <holgersson@posteo.de> | 2021-05-16 10:40:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-01 13:03:06 +0000 |
commit | f34d33c9781563f8fc479653e7a3d2c58b349d06 (patch) | |
tree | 1be15ff41880b717a24855fd29153f595f5c36a8 /dev-python/click-threading | |
parent | profiles: mask ALSA 1.2.5 for now (diff) | |
download | gentoo-f34d33c9781563f8fc479653e7a3d2c58b349d06.tar.gz gentoo-f34d33c9781563f8fc479653e7a3d2c58b349d06.tar.bz2 gentoo-f34d33c9781563f8fc479653e7a3d2c58b349d06.zip |
dev-python/click-threading: Bump to EAPI=7 and python3_9
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Nils Freydank <holgersson@posteo.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/click-threading')
-rw-r--r-- | dev-python/click-threading/click-threading-0.4.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/click-threading/click-threading-0.4.4.ebuild b/dev-python/click-threading/click-threading-0.4.4.ebuild index d9f75c5f842d..1d127b0acd0b 100644 --- a/dev-python/click-threading/click-threading-0.4.4.ebuild +++ b/dev-python/click-threading/click-threading-0.4.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python{3_7,3_8} ) +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 @@ -14,7 +14,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -RDEPEND=">=dev-python/click-5.0[${PYTHON_USEDEP}]" +RDEPEND="dev-python/click[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" DOCS=( README.rst ) |