Compare commits
2 Commits
03e0572c90
...
1ade27892d
Author | SHA1 | Date | |
---|---|---|---|
|
1ade27892d | ||
|
7c5f50dcb2 |
@ -4,7 +4,7 @@
|
|||||||
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 pypi
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="Thread-safe asyncio-aware queue for Python"
|
DESCRIPTION="Thread-safe asyncio-aware queue for Python"
|
||||||
|
@ -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