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: Sun, 23 Jan 2022 00:13:57
Message-Id: 1642895907.3be8bb210956709a66c688a0d5962ffbb5bfd4c4.Alessandro-Barbieri@gentoo
1 commit: 3be8bb210956709a66c688a0d5962ffbb5bfd4c4
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 13 00:00:38 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Jan 22 23:58:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3be8bb21
7
8 dev-python/ldappool: new version
9
10 Closes: https://bugs.gentoo.org/800159
11 Closes: https://bugs.gentoo.org/800157
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
14
15 dev-python/ldappool/Manifest | 2 +-
16 ...ldappool-2.4.1.ebuild => ldappool-3.0.0.ebuild} | 28 ++++++++++++++--------
17 2 files changed, 19 insertions(+), 11 deletions(-)
18
19 diff --git a/dev-python/ldappool/Manifest b/dev-python/ldappool/Manifest
20 index 8dbaca185..eb00d3685 100644
21 --- a/dev-python/ldappool/Manifest
22 +++ b/dev-python/ldappool/Manifest
23 @@ -1 +1 @@
24 -DIST ldappool-2.4.1.tar.gz 18611 BLAKE2B 44de0b3b3c4ef94e232189216e55c0adf85b51e4d6e2e7c47a6c9dca455e9e09919bc04e264e027e4ba96af8dc7315a78e5094f5ed2ccd4c8f6c3952da38370f SHA512 ea22290d9acc7f90093cb27aacbf339e1edbad33780051db263cc5254d0b42494e6dd67da9f5e506f09c5867a69afbea89d14e0c3aac47233cba0ffe361b1a75
25 +DIST ldappool-3.0.0.tar.gz 22373 BLAKE2B 077a4cac18185860790cb57b4bbc858c9e8bb9dfe8df61732ee10e3ec037508e198c085a0163b8fade62cf61e491f16a691720a7fa8e23190302c5dcee6728ab SHA512 75491fa41b09ab9416397d40a596801c2f1ac133cb3946dcaf2f502414ca8241b72ccd8a106b8e04ff133cd5d568e3ed88795ca8c84b973f7be0c49ba123df31
26
27 diff --git a/dev-python/ldappool/ldappool-2.4.1.ebuild b/dev-python/ldappool/ldappool-3.0.0.ebuild
28 similarity index 50%
29 rename from dev-python/ldappool/ldappool-2.4.1.ebuild
30 rename to dev-python/ldappool/ldappool-3.0.0.ebuild
31 index f3cc13296..cc465f4fd 100644
32 --- a/dev-python/ldappool/ldappool-2.4.1.ebuild
33 +++ b/dev-python/ldappool/ldappool-3.0.0.ebuild
34 @@ -1,26 +1,34 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 +# Copyright 1999-2021 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=7
40 -PYTHON_COMPAT=( python3_8 )
41 +EAPI=8
42 +
43 DISTUTILS_USE_SETUPTOOLS=bdepend
44 +PYTHON_COMPAT=( python3_8 )
45
46 inherit distutils-r1
47
48 DESCRIPTION="A connection pool for python-ldap"
49 -HOMEPAGE="https://launchpad.net/oslo"
50 +HOMEPAGE="
51 + https://pypi.org/project/ldappool
52 + https://opendev.org/openstack/ldappool
53 + https://launchpad.net/ldappool
54 +"
55 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
56
57 LICENSE="Apache-2.0"
58 SLOT="0"
59 -KEYWORDS="~amd64 ~arm64 ~x86"
60 +KEYWORDS="~amd64"
61
62 -DEPEND="
63 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
64 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
65 -"
66 RDEPEND="
67 >=dev-python/python-ldap-3.0.0[${PYTHON_USEDEP}]
68 >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
69 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
70 "
71 +DEPEND="${RDEPEND}"
72 +BDEPEND="
73 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
74 + >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
75 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
76 +"
77 +
78 +distutils_enable_tests pytest