mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user