commit: e93cce01a1f8ed5cdb632953f523d686df9b8bf2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 06:05:47 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 23 06:34:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93cce01
dev-python/pkgconfig: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pkgconfig/pkgconfig-1.5.5-r1.ebuild | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/dev-python/pkgconfig/pkgconfig-1.5.5-r1.ebuild
b/dev-python/pkgconfig/pkgconfig-1.5.5-r1.ebuild
index 7e4f08590814..928cc9635956 100644
--- a/dev-python/pkgconfig/pkgconfig-1.5.5-r1.ebuild
+++ b/dev-python/pkgconfig/pkgconfig-1.5.5-r1.ebuild
@@ -4,17 +4,26 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
inherit distutils-r1
DESCRIPTION="Interface Python with pkg-config"
-HOMEPAGE="https://pypi.org/project/pkgconfig/
https://github.com/matze/pkgconfig"
-SRC_URI="https://github.com/matze/pkgconfig/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+HOMEPAGE="
+ https://github.com/matze/pkgconfig/
+ https://pypi.org/project/pkgconfig/
+"
+SRC_URI="
+ https://github.com/matze/pkgconfig/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz
+"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-RDEPEND="virtual/pkgconfig"
+RDEPEND="
+ virtual/pkgconfig
+"
distutils_enable_tests pytest