From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-auth-ldap/
Date: Fri, 22 Mar 2019 17:40:44 +0000 (UTC) [thread overview]
Message-ID: <1553276416.3a37cc95b76126bdeddbdea45f665a0b27f265a2.williamh@gentoo> (raw)
commit: 3a37cc95b76126bdeddbdea45f665a0b27f265a2
Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
AuthorDate: Fri Mar 22 17:37:05 2019 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 17:40:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a37cc95
dev-python/django-auth-ldap: 1.7 bump
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-python/django-auth-ldap/Manifest | 1 +
.../django-auth-ldap/django-auth-ldap-1.7.0.ebuild | 32 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/django-auth-ldap/Manifest b/dev-python/django-auth-ldap/Manifest
index 05341746096..2e3cdb85c95 100644
--- a/dev-python/django-auth-ldap/Manifest
+++ b/dev-python/django-auth-ldap/Manifest
@@ -1,2 +1,3 @@
DIST django-auth-ldap-1.2.2.tar.gz 131086 BLAKE2B 78f93eb24620907f5b5671972e2b80ec6e59cdc42a455c298bef4c3215616228735a0647b0646b683357bc16ea6d03488aa86626e2ad51211a382ee2d0482909 SHA512 676d1114faeb9a2956ed51c586afea7618c1bf62867d3525596599391f8327b8f22a075c4203311df88279c317ca37b9097b59e55a64330afee6eb1c5a9c9ac3
DIST django-auth-ldap-1.2.7.tar.gz 131431 BLAKE2B 03fac590118d25ad0d9d8a3ac5dd8bb24f138f193bf27ae85d4e2776be79bb31ca7efb278fd05ca1d45976116ca7ec79ec3b510ca380dd8912ce47f1522ad348 SHA512 2ca29bdceb4b2540f7c90c9dfdfd7a02f91e72cd44ae062cebff84199dab737ee69ada56269189ec0dd70ee7916c3373acba50866280ad080c4c68dd69dffb09
+DIST django-auth-ldap-1.7.0.tar.gz 48897 BLAKE2B b4b196e4cd0882a48d2437326cda57394963fa44a64a3cf5a0ff668bb86243da3979e2746e096a458a5bf1d3c8be687f3d3fe456f5a6b0ada11ebd1f4787e323 SHA512 6478b2ef43e6f49acff3dd2e3a2a462ae02a3f1475d5615ba2f14bfd5efe2b232a3d2008902177d90822fea6b096a05814a5f028f4eec5ee09c5e5a62793e73d
diff --git a/dev-python/django-auth-ldap/django-auth-ldap-1.7.0.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-1.7.0.ebuild
new file mode 100644
index 00000000000..12370642b88
--- /dev/null
+++ b/dev-python/django-auth-ldap/django-auth-ldap-1.7.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Django LDAP authentication backend"
+HOMEPAGE="https://pypi.org/project/django-auth-ldap/ https://bitbucket.org/psagers/django-auth-ldap/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]
+ >=dev-python/python-ldap-3.1[${PYTHON_USEDEP}]"
+DEPEND="app-arch/unzip
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+python_compile_all() {
+ use doc && emake -C docs html
+}
+
+python_install_all() {
+ use doc && local HTML_DOCS=( docs/build/html/. )
+ distutils-r1_python_install_all
+}
next reply other threads:[~2019-03-22 17:40 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-22 17:40 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-17 17:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-auth-ldap/ Michał Górny
2024-10-09 6:31 Michał Górny
2024-10-09 6:31 Michał Górny
2024-04-04 18:09 Michał Górny
2024-03-24 16:22 Michał Górny
2024-03-09 18:02 Michał Górny
2024-03-09 18:02 Michał Górny
2023-10-05 14:59 Michał Górny
2023-08-08 20:06 Michał Górny
2023-07-24 11:31 Michał Górny
2023-07-23 6:53 Michał Górny
2023-04-27 3:10 Michał Górny
2023-03-28 13:23 Michał Górny
2023-02-26 11:23 Andrew Ammerlaan
2022-05-16 13:17 Michał Górny
2022-05-11 8:05 Michał Górny
2022-04-22 10:29 Michał Górny
2021-10-27 6:48 Arthur Zamarin
2021-10-17 7:41 Michał Górny
2021-07-22 7:25 Michał Górny
2021-05-31 20:31 Michał Górny
2021-04-06 21:26 Michał Górny
2021-02-16 0:13 Michał Górny
2021-01-25 2:35 Sam James
2021-01-25 2:35 Sam James
2020-03-26 20:52 Michał Górny
2020-02-11 18:33 William Hubbs
2020-01-26 19:56 William Hubbs
2020-01-25 20:54 Michał Górny
2016-02-18 17:05 Patrick Lauer
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=1553276416.3a37cc95b76126bdeddbdea45f665a0b27f265a2.williamh@gentoo \
--to=williamh@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