diff options
| author | Michał Górny <mgorny@gentoo.org> | 2022-05-11 09:35:12 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2022-05-11 10:05:36 +0200 |
| commit | 903b0b87370ccd5b9d50da0b79c3440efa73df77 (patch) | |
| tree | da16e674dea41a5a6fb5141d3717aabe42fc86c5 /dev-python/django-auth-ldap/django-auth-ldap-4.1.0.ebuild | |
| parent | a1da6ff13d3f2df555fdc56655c38c04c527f023 (diff) | |
| download | gentoo-903b0b87370ccd5b9d50da0b79c3440efa73df77.tar.gz gentoo-903b0b87370ccd5b9d50da0b79c3440efa73df77.tar.bz2 gentoo-903b0b87370ccd5b9d50da0b79c3440efa73df77.zip | |
dev-python/django-auth-ldap: Bump to 4.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-auth-ldap/django-auth-ldap-4.1.0.ebuild')
| -rw-r--r-- | dev-python/django-auth-ldap/django-auth-ldap-4.1.0.ebuild | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/dev-python/django-auth-ldap/django-auth-ldap-4.1.0.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-4.1.0.ebuild new file mode 100644 index 000000000000..fb63e13a3d4d --- /dev/null +++ b/dev-python/django-auth-ldap/django-auth-ldap-4.1.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +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=" + https://github.com/django-auth-ldap/django-auth-ldap/archive/${PV}.tar.gz + -> ${P}.gh.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=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( + $(python_gen_impl_dep sqlite) + net-nds/openldap[-minimal] + ) +" + +distutils_enable_sphinx docs --no-autodoc + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + +python_test() { + # for slapd and slapdtest + local -x SBIN=/usr/sbin:/usr/$(get_libdir)/openldap + "${EPYTHON}" -m django test -v 2 --settings tests.settings || + die "Tests failed with ${EPYTHON}" +} |
