diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-01-25 21:34:07 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-01-25 21:53:56 +0100 |
| commit | 95c5a4985a0e03f4af7879fe82591de632af38ee (patch) | |
| tree | a8ce49a3e337bfde895b0d4dc317f3ebd8d7b821 /dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild | |
| parent | cd2e80f3079ff081aeba6ed7d72dccb902091c0f (diff) | |
| download | gentoo-95c5a4985a0e03f4af7879fe82591de632af38ee.tar.gz gentoo-95c5a4985a0e03f4af7879fe82591de632af38ee.tar.bz2 gentoo-95c5a4985a0e03f4af7879fe82591de632af38ee.zip | |
dev-python/django-auth-ldap: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild')
| -rw-r--r-- | dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild deleted file mode 100644 index e75848f809c8..000000000000 --- a/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -# Although setup.py claims to support py3, python-ldap does not -PYTHON_COMPAT=( python2_7 ) - -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 test" -RESTRICT="!test? ( test )" - -LICENSE="BSD" -SLOT="0" - -RDEPEND="dev-python/django[${PYTHON_USEDEP}] - >=dev-python/python-ldap-2.0[${PYTHON_USEDEP}]" -DEPEND="app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} - >=dev-python/mockldap-0.2[${PYTHON_USEDEP}] ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -#S="${WORKDIR}"/psagers-${PN}-80379ce59e6b - -PATCHES=( "${FILESDIR}"/docs.patch ) - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - PYTHONPATH=. "${PYTHON}" test/manage.py test || die -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/build/html/. ) - distutils-r1_python_install_all -} |
