commit:     1d640bac0ab610d66a88f24bee8f7e80bbb39521
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 17:39:01 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 17:39:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d640bac

dev-python/flufl-lock: Enable py3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/flufl-lock/flufl-lock-7.1.1.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-python/flufl-lock/flufl-lock-7.1.1.ebuild 
b/dev-python/flufl-lock/flufl-lock-7.1.1.ebuild
index 3233d01bca88..333f2c933dd3 100644
--- a/dev-python/flufl-lock/flufl-lock-7.1.1.ebuild
+++ b/dev-python/flufl-lock/flufl-lock-7.1.1.ebuild
@@ -4,12 +4,16 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=pdm
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
+
 inherit distutils-r1
 
 MY_P=${P/-/.}
 DESCRIPTION="NFS-safe file locking with timeouts for POSIX systems"
-HOMEPAGE="https://gitlab.com/warsaw/flufl.lock";
+HOMEPAGE="
+       https://gitlab.com/warsaw/flufl.lock/
+       https://pypi.org/project/flufl.lock/
+"
 SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
 S=${WORKDIR}/${MY_P}
 
@@ -19,7 +23,8 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
        dev-python/atpublic[${PYTHON_USEDEP}]
-       >=dev-python/psutil-5.9.0[${PYTHON_USEDEP}]"
+       >=dev-python/psutil-5.9.0[${PYTHON_USEDEP}]
+"
 BDEPEND="
        test? (
                dev-python/sybil[${PYTHON_USEDEP}]

Reply via email to