commit:     c69a8f747dd17e83a9fc121fdd154b5c07060bc3
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 16:29:27 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 16:44:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69a8f74

dev-python/ldappool: 2.3.1 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/ldappool/Manifest              |  1 +
 dev-python/ldappool/ldappool-2.3.1.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/ldappool/Manifest b/dev-python/ldappool/Manifest
index 9cd5880226c..d7118f388d0 100644
--- a/dev-python/ldappool/Manifest
+++ b/dev-python/ldappool/Manifest
@@ -1,3 +1,4 @@
 DIST ldappool-1.0.tar.gz 6795 BLAKE2B 
139175ddfa9dadb32b047a13e29ce4ac593abbc9268358f440906c9f196fa793c38bb87da7b1dd4d3b08db1cad378fdc61ebde94da6b7497313b8f1a3e7eb332
 SHA512 
081dc08833d95bb0d3ce396cbbe697252e2b483cc3703e87f00f8af0513f9fdca4ff9c97295fb439ff1fcd404027d5922c2a6337665cfad526be3c6b83acfa53
 DIST ldappool-2.0.0.tar.gz 15089 BLAKE2B 
0fc5f930657d500bbc317f180d96dd66c04bbf1c24b3de7acf5542d61380a3419dd5375b3ffac6d602ac4b62005a8d6e73ed088ae716801e562187e6c11672e5
 SHA512 
824243cca712d6aef8929c74cb15f0cefbc8795cdb599d3b0cc48e8eee4a58d3db94a6642379f87ba011784c289f936a62f2aed637bb005985bbee2118d3b6ea
 DIST ldappool-2.1.0.tar.gz 16395 BLAKE2B 
1cfd13f35e5224dad53d5346b2cf064ae8afdde8a04cf71a3af079b05f2b4e5f66e51523fde16ab128cbbef55f29629252237b78cb0a8fb8270c563ca5a52f52
 SHA512 
a261a4a68e159a54eae51dc19ed543398a1be61d305ba3958d4dab9ed2de9787203a418e5d754cf12c503e5a4c2e8d180d609968e6407201548d4c4886526c0c
+DIST ldappool-2.3.1.tar.gz 16125 BLAKE2B 
2fd2da35fa8f4b7d7f1e85107528595fe83ee771193ddb1099357607a98a90a43d8f7d64a364e323d5b127d989b6ca68d1325593806f66d50c35cdb4f85580f4
 SHA512 
7cf5eddc39ba5fd51151a5af6f728dd1ba15521abaeb2ddac7a19fa59e987b92eb6dd4d4ce505e715edcc650702248248bdc1a0f7ef4366220b7799e42a7dfbe

diff --git a/dev-python/ldappool/ldappool-2.3.1.ebuild 
b/dev-python/ldappool/ldappool-2.3.1.ebuild
new file mode 100644
index 00000000000..9a2f70feaab
--- /dev/null
+++ b/dev-python/ldappool/ldappool-2.3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A connection pool for python-ldap"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+       >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+       !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+       dev-python/setuptools[${PYTHON_USEDEP}]
+"
+RDEPEND="
+       >=dev-python/python-ldap-3.0.0[${PYTHON_USEDEP}]
+"

Reply via email to