Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ldappool/
Date: Tue, 29 Mar 2022 20:53:37
Message-Id: 1648587208.0a84c25fdf54d39ebc503ed4d1e0af203088b88a.Alessandro-Barbieri@gentoo
1 commit: 0a84c25fdf54d39ebc503ed4d1e0af203088b88a
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 29 20:42:00 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue Mar 29 20:53:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a84c25f
7
8 dev-python/ldappool: enable py3.9
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/ldappool/ldappool-3.0.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/ldappool/ldappool-3.0.0.ebuild b/dev-python/ldappool/ldappool-3.0.0.ebuild
16 index cc465f4fd..4396436bf 100644
17 --- a/dev-python/ldappool/ldappool-3.0.0.ebuild
18 +++ b/dev-python/ldappool/ldappool-3.0.0.ebuild
19 @@ -1,16 +1,16 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25
26 DISTUTILS_USE_SETUPTOOLS=bdepend
27 -PYTHON_COMPAT=( python3_8 )
28 +PYTHON_COMPAT=( python3_{8..9} )
29
30 inherit distutils-r1
31
32 DESCRIPTION="A connection pool for python-ldap"
33 HOMEPAGE="
34 - https://pypi.org/project/ldappool
35 + https://pypi.org/project/ldappool/
36 https://opendev.org/openstack/ldappool
37 https://launchpad.net/ldappool
38 "