Compare commits

..

2 Commits

Author SHA1 Message Date
Alfred Wingate
1ade27892d
dev-python/janus: enable py3.12
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2023-06-01 21:12:43 +03:00
Alfred Wingate
7c5f50dcb2
dev-python/vkbasalt-cli: enable py3.12
* Also modify LICENSE

Signed-off-by: Alfred Wingate <parona@protonmail.com>
2023-06-01 21:12:32 +03:00
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Thread-safe asyncio-aware queue for Python"

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"