From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/
Date: Thu, 29 Oct 2015 10:44:05 +0000 (UTC) [thread overview]
Message-ID: <1446115439.672fd9f851106d981e7bda868dcd0bf7aac09c70.jlec@gentoo> (raw)
commit: 672fd9f851106d981e7bda868dcd0bf7aac09c70
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 10:07:59 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 10:43:59 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672fd9f8
dev-python/ldap3: Version Bump
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/ldap3/Manifest | 1 +
dev-python/ldap3/ldap3-0.9.9.2.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/ldap3/Manifest b/dev-python/ldap3/Manifest
index f841760..79c56da 100644
--- a/dev-python/ldap3/Manifest
+++ b/dev-python/ldap3/Manifest
@@ -1,2 +1,3 @@
DIST ldap3-0.9.9.1.tar.gz 286623 SHA256 55812eff14919ddc9e53273c09846a0fd3e0d27a2c4b8a110427e58beeadd03d SHA512 f289e86fbc6bb36e7260592cb7f3423c593dcdb75ba43fa418f1367e48967ab175a27073b7c2b3cbee6ef8526f35c96c7fb90e1768e2da27829087abf9104d9c WHIRLPOOL 2325af48ead118577c6d5137d95fca5eec39e119b6ae2759f1a571f78a040bc7ccbd17c5e4760c2d232520a5252129f032c26d814c3c84d1f390222561253692
+DIST ldap3-0.9.9.2.tar.gz 290242 SHA256 867e448822d91f8ef351bf3dcf8dce43a36312d454db1cb114a3298e3aac6ba4 SHA512 6533bb0e3b958622ac8207ccc12d0817a3b9562ccb5cc911751d73e7b3419f9ae6cf87ffebc5df7b27cd82fc43b9570260a04cb15a5caa97e75f98aa6359f7e5 WHIRLPOOL 6998ddf71445aa5183a9cdf5e523f515dc99f6d4f0bdf562c0537431dffe4f073bf224b4b37a096a06b1a8d0d967cd8af7e81e097a430c036db5110a77ccd2b8
DIST ldap3-0.9.9.tar.gz 285775 SHA256 4555b78ecf3ef8ce7fb854c1e863d8f8ffce5f49fa599d04c161749a8fdd16e6 SHA512 ce149629e49add9704fa853c6e7b644e1b4192bee378be757ff6911c5dce89b8532e22d208248475f1531d433d168b806151082179b45c5ea9f57df90203333e WHIRLPOOL 917095ad6f4f477bf2834c4e7da8c6909561c705f36df5598e48269dd2505c66720369a6846e9614feeda5c9b2a6d4317489da2143d6c87584df13ae02ba3fc6
diff --git a/dev-python/ldap3/ldap3-0.9.9.2.ebuild b/dev-python/ldap3/ldap3-0.9.9.2.ebuild
new file mode 100644
index 0000000..700d8ef
--- /dev/null
+++ b/dev-python/ldap3/ldap3-0.9.9.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} 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:[~2015-10-29 10:44 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-29 10:44 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-06 19:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/ 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
2016-01-26 8:51 Justin Lecher
2015-12-13 14:05 Justin Lecher
2015-12-07 9:11 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=1446115439.672fd9f851106d981e7bda868dcd0bf7aac09c70.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