dev-python/vkbasalt-cli: enable py3.12

* Also modify LICENSE

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-06-01 20:57:27 +03:00
parent 03e0572c90
commit 7c5f50dcb2
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Command-line utility for vkBasalt"
@ -12,7 +12,7 @@ HOMEPAGE="https://gitlab.com/TheEvilSkeleton/vkbasalt-cli"
SRC_URI="https://gitlab.com/TheEvilSkeleton/vkbasalt-cli/-/archive/v${PV}/vkbasalt-cli-v${PV}.tar.bz2 -> ${P}.tar.bz2"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="LGPL-3"
LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="~amd64"