dev-python/vkbasalt-cli: enable py3.12
* Also modify LICENSE Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
03e0572c90
commit
7c5f50dcb2
@ -1,10 +1,10 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Command-line utility for vkBasalt"
|
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"
|
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}"
|
S="${WORKDIR}/${PN}-v${PV}"
|
||||||
|
|
||||||
LICENSE="LGPL-3"
|
LICENSE="GPL-3 LGPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user