commit: 0a84c25fdf54d39ebc503ed4d1e0af203088b88a
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 29 20:42:00 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar 29 20:53:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a84c25f
dev-python/ldappool: enable py3.9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/ldappool/ldappool-3.0.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/ldappool/ldappool-3.0.0.ebuild
b/dev-python/ldappool/ldappool-3.0.0.ebuild
index cc465f4fd..4396436bf 100644
--- a/dev-python/ldappool/ldappool-3.0.0.ebuild
+++ b/dev-python/ldappool/ldappool-3.0.0.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="A connection pool for python-ldap"
HOMEPAGE="
- https://pypi.org/project/ldappool
+ https://pypi.org/project/ldappool/
https://opendev.org/openstack/ldappool
https://launchpad.net/ldappool
"