From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5BF8C1382C5 for ; Mon, 25 Jan 2021 02:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9053CE09DE; Mon, 25 Jan 2021 02:35:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F7D2E09DE for ; Mon, 25 Jan 2021 02:35:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B99633BF5B for ; Mon, 25 Jan 2021 02:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2934E4A4 for ; Mon, 25 Jan 2021 02:35:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611542105.e114b24209463298bdc8fd9ed66a3f70f05c3fed.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-auth-ldap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-auth-ldap/Manifest dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild dev-python/django-auth-ldap/metadata.xml X-VCS-Directories: dev-python/django-auth-ldap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e114b24209463298bdc8fd9ed66a3f70f05c3fed X-VCS-Branch: master Date: Mon, 25 Jan 2021 02:35:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc213d78-ec44-452d-9d11-2a25026dfcef X-Archives-Hash: 4ec9477b7c7db8fdc0ffe4c7f95bb707 commit: e114b24209463298bdc8fd9ed66a3f70f05c3fed Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Aug 23 02:36:03 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 25 02:35:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e114b242 dev-python/django-auth-ldap: update to 2.2.0 Update HOMEPAGE and LICENSE (to BSD-2), enable test and docs framework. Added python3_8 support. Closes: https://bugs.gentoo.org/739780 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17223 Signed-off-by: Sam James gentoo.org> dev-python/django-auth-ldap/Manifest | 1 + .../django-auth-ldap/django-auth-ldap-2.2.0.ebuild | 37 ++++++++++++++++++++++ dev-python/django-auth-ldap/metadata.xml | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/dev-python/django-auth-ldap/Manifest b/dev-python/django-auth-ldap/Manifest index d0bb92aa442..79f8d7f469c 100644 --- a/dev-python/django-auth-ldap/Manifest +++ b/dev-python/django-auth-ldap/Manifest @@ -1 +1,2 @@ DIST django-auth-ldap-2.1.0.tar.gz 51027 BLAKE2B 1229d184746cf05f9c7ddb9e6674b2c529a0fc6d051f78ba01de6a80b0e5e408a8da10e35087efad60f1fef90be708e8a0c05b04c4408500329d9dfb567c0f8b SHA512 4c204eee856e33fae80a22a80bd0f3a21d1f2ee33b1ad56087832f89e91d7e1441579cf77541c1c35e8e0532d4da937b736fe3b4708d7c2d7bbccacbb0b24061 +DIST django-auth-ldap-2.2.0.tar.gz 53148 BLAKE2B 1f83a2f174d9fcbd264ce7e298c0dfebc720482b058e55833416440627c9e1fc02f2ad4e585e6fe01102f100337df5835020b8ff48a5dccb850cfff28ef902a0 SHA512 2ed1913e81a4801d683280586018df57067ec84b44299da4c6415452c978c8f1d2ca1d36eaced40efa0737180d7e35971e4570753f60d946b32d846b455ab744 diff --git a/dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild new file mode 100644 index 00000000000..6389ba36615 --- /dev/null +++ b/dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Django LDAP authentication backend" +HOMEPAGE="https://github.com/django-auth-ldap/django-auth-ldap + https://pypi.org/project/django-auth-ldap/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +LICENSE="BSD-2" +SLOT="0" + +RDEPEND=" + >=dev-python/django-2.2[${PYTHON_USEDEP}] + >=dev-python/python-ldap-3.1[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + $(python_gen_impl_dep sqlite) + net-nds/openldap[-minimal] + )" + +distutils_enable_sphinx docs --no-autodoc + +python_test() { + # for slapd and slapdtest + local -x SBIN=/usr/sbin:/usr/$(get_libdir)/openldap + django-admin test -v 2 --settings tests.settings \ + || die "Tests failed with ${EPYTHON}" +} diff --git a/dev-python/django-auth-ldap/metadata.xml b/dev-python/django-auth-ldap/metadata.xml index cff59c60de5..ed12380cd99 100644 --- a/dev-python/django-auth-ldap/metadata.xml +++ b/dev-python/django-auth-ldap/metadata.xml @@ -7,6 +7,6 @@ django-auth-ldap - psagers/django-auth-ldap + django-auth-ldap/django-auth-ldap