From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/
Date: Wed, 12 Oct 2016 23:17:06 +0000 (UTC) [thread overview]
Message-ID: <1476314221.4852ce25a3745ad098c7a5c404562deddb4be5d4.zmedico@gentoo> (raw)
commit: 4852ce25a3745ad098c7a5c404562deddb4be5d4
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 23:15:16 2016 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 23:17:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4852ce25
dev-python/ldap3: stabilize 1.4.0
Package-Manager: portage-2.3.2
dev-python/ldap3/Manifest | 1 +
dev-python/ldap3/ldap3-1.4.0.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/ldap3/Manifest b/dev-python/ldap3/Manifest
index 979add9..811c50a 100644
--- a/dev-python/ldap3/Manifest
+++ b/dev-python/ldap3/Manifest
@@ -4,3 +4,4 @@ DIST ldap3-0.9.9.tar.gz 285775 SHA256 4555b78ecf3ef8ce7fb854c1e863d8f8ffce5f49fa
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
+DIST ldap3-1.4.0.tar.gz 300079 SHA256 f69cb30894423b31b44206fa0548f2bf38cb5afc527f6c1a6e90f6c9327ef901 SHA512 0aaa05355dd065f66a6fb24ce298f8b632f013ffa47e805b0a1674ba96e89554106a437d8a6fceece36ccb84484e447595f459697baba9a432c458c9969f0da6 WHIRLPOOL 1d5fb8d91411f5ad90fcf8e70093c3da9533902212051df648facc776a81fd8a31ceffc2d5714e25cca62696bb5d82667bff98c843aa308ef549ce45a9b51133
diff --git a/dev-python/ldap3/ldap3-1.4.0.ebuild b/dev-python/ldap3/ldap3-1.4.0.ebuild
new file mode 100644
index 00000000..ca63212
--- /dev/null
+++ b/dev-python/ldap3/ldap3-1.4.0.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-10-12 23:17 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-12 23:17 Zac Medico [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-01-26 8:51 Justin Lecher
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=1476314221.4852ce25a3745ad098c7a5c404562deddb4be5d4.zmedico@gentoo \
--to=zmedico@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