dev-python/grpclib: add 0.4.3 Python 3.11

Closes: https://bugs.gentoo.org/901153

Signed-off-by: Antonín Říha <antonin.riha@protonmail.com>
This commit is contained in:
Antonín Říha
2023-03-14 20:59:06 +01:00
parent c680d375d7
commit ea72eb3bb3
4 changed files with 24 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
@@ -16,10 +16,14 @@ if [[ ${PV} == 9999 ]]; then
else
MY_PV="${PV/_rc/rc}"
S="${WORKDIR}/${PN}-${MY_PV}"
SRC_URI="https://github.com/vmagamedov/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/vmagamedov/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
PATCHES=(
"${FILESDIR}/${PN}-add_css_file.patch"
)
LICENSE="BSD"
SLOT="0"