dev-python/click-log: Bump to EAPI=7 and add newer python3_{9, 10}

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>
This commit is contained in:
Nils Freydank
2021-05-16 10:40:48 +00:00
committed by Sam James
parent d4a64653ba
commit 2ba77b57e3

View File

@@ -2,14 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..10} )
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="Logging integration for Click"
HOMEPAGE="
https://github.com/click-contrib/click-log/
https://pypi.org/project/click-log/"
HOMEPAGE="https://github.com/click-contrib/click-log https://pypi.org/project/click-log/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
@@ -17,6 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
DOCS=( README.rst )