From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/
Date: Tue, 26 Jan 2016 08:51:44 +0000 (UTC) [thread overview]
Message-ID: <1453798302.5ebf4943334723f9b7141a914becfbb32df3e0a2.jlec@gentoo> (raw)
commit: 5ebf4943334723f9b7141a914becfbb32df3e0a2
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 07:22:58 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 08:51:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ebf4943
dev-python/ldap3: Version Bump
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/ldap3/Manifest | 1 +
dev-python/ldap3/ldap3-1.0.3.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/ldap3/Manifest b/dev-python/ldap3/Manifest
index b51b87f..979add9 100644
--- a/dev-python/ldap3/Manifest
+++ b/dev-python/ldap3/Manifest
@@ -3,3 +3,4 @@ DIST ldap3-0.9.9.2.tar.gz 290242 SHA256 867e448822d91f8ef351bf3dcf8dce43a36312d4
DIST ldap3-0.9.9.tar.gz 285775 SHA256 4555b78ecf3ef8ce7fb854c1e863d8f8ffce5f49fa599d04c161749a8fdd16e6 SHA512 ce149629e49add9704fa853c6e7b644e1b4192bee378be757ff6911c5dce89b8532e22d208248475f1531d433d168b806151082179b45c5ea9f57df90203333e WHIRLPOOL 917095ad6f4f477bf2834c4e7da8c6909561c705f36df5598e48269dd2505c66720369a6846e9614feeda5c9b2a6d4317489da2143d6c87584df13ae02ba3fc6
DIST ldap3-1.0.1.tar.gz 293221 SHA256 2bd84b146f12990e20a9894e46e03010fd62728b6bc644544ed0f488a7639d6e SHA512 441ddbcb3c971f35ff742733e47bf1f42aaf126cff61409ab9ba21f46c88773ba9ead1e12d161eed469cab03bb2f423bb6c72af3a8e984d6ce2d5ccdbd92755e WHIRLPOOL 8ee95140d540b4023dfe0c20f4dfedd537f1649562b53d55f30aa07b02cf42636eb1907365a82abf33f6d5beefa561cc3b1023b880e3f2dc8a937f82331bd4a9
DIST ldap3-1.0.2.tar.gz 293374 SHA256 a55c336e1876ba60256ee336fffe946335da05cd3dc84ad43c8ea50b31a570e4 SHA512 b2396b3591e385d9dcbf36cd6c2062f312f8de3a4301162d7dabffece7bcbb3e1ce388f84f513b7b7857f3d099cce03430cf3fe424780c82df1dfaf719b0f1ce WHIRLPOOL 547fe54bffd9a8dbaa300cfcc881c983ad3d9419652330d3197debede53cfb42ed5511d8543435e07b1b425c18199a1e9fce3f9c8741fbe18b381f524b3cfe1b
+DIST ldap3-1.0.3.tar.gz 293577 SHA256 3383acb0fbc9a4f6d2203b54d2277eccf96ec78c18df0a87e29df800e3ef7117 SHA512 175b73eb2426d980a09654410a8a06716bd2583de8239126f9b09b0a86a539c88aeaca066fa081f19aac537859917ab30a591a09897844a0fcd1ba17b0b19228 WHIRLPOOL ff4a322297369dc5e634dcd800331e65041a42692836033e83083d527aa941a4955ee7a0544e019fd3a3c162d4fc43c2fd2cc0029e2f2c910af18434284079c9
diff --git a/dev-python/ldap3/ldap3-1.0.3.ebuild b/dev-python/ldap3/ldap3-1.0.3.ebuild
new file mode 100644
index 0000000..ca63212
--- /dev/null
+++ b/dev-python/ldap3/ldap3-1.0.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A strictly RFC 4511 conforming LDAP V3 pure Python client"
+HOMEPAGE="https://github.com/cannatag/ldap3 https://pypi.python.org/pypi/ldap3"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=">=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )
+ "
+
+python_test() {
+ cd "${BUILD_DIR}" || die
+ nosetests -v -s test || die
+}
next reply other threads:[~2016-01-26 8:51 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-26 8:51 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-31 6:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/ Michał Górny
2025-05-31 6:14 Michał Górny
2025-03-06 19:01 Michał Górny
2024-12-31 16:01 Michał Górny
2024-01-27 22:12 Sam James
2024-01-27 22:12 Sam James
2023-03-06 16:23 Arthur Zamarin
2022-07-19 21:38 Sam James
2022-04-16 15:56 Michał Górny
2022-04-16 7:38 Sam James
2022-01-28 11:16 Arthur Zamarin
2021-01-22 23:01 Sam James
2020-12-17 17:09 Michał Górny
2020-12-17 17:09 Michał Górny
2020-12-05 9:58 Michał Górny
2020-11-05 12:32 Joonas Niilola
2020-05-11 9:26 Agostino Sarubbo
2020-05-09 7:48 Agostino Sarubbo
2020-03-27 21:06 Michał Górny
2020-03-18 19:27 Rick Farina
2020-03-14 1:42 Patrick McLean
2020-02-05 15:48 Michał Górny
2018-09-10 13:38 Patrice Clement
2018-09-10 13:23 Patrice Clement
2018-05-04 20:49 Patrice Clement
2018-01-05 9:36 Michał Górny
2017-05-03 4:31 Zac Medico
2016-10-12 23:17 Zac Medico
2015-12-13 14:05 Justin Lecher
2015-12-07 9:11 Justin Lecher
2015-10-29 10:44 Justin Lecher
2015-09-24 11:50 Justin Lecher
2015-09-10 7:59 Justin Lecher
2015-08-21 9:35 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1453798302.5ebf4943334723f9b7141a914becfbb32df3e0a2.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox