idella4 15/06/12 07:56:44 Modified: ChangeLog Added: django-auth-ldap-1.2.6.ebuild Log: bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.23 dev-python/django-auth-ldap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 7 Jun 2015 19:24:04 -0000 1.22 +++ ChangeLog 12 Jun 2015 07:56:44 -0000 1.23 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/django-auth-ldap # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/ChangeLog,v 1.22 2015/06/07 19:24:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/ChangeLog,v 1.23 2015/06/12 07:56:44 idella4 Exp $ + +*django-auth-ldap-1.2.6 (12 Jun 2015) + + 12 Jun 2015; Ian Delaney <[email protected]> +django-auth-ldap-1.2.6.ebuild: + bump 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add bitbucket to remote-id in metadata.xml 1.1 dev-python/django-auth-ldap/django-auth-ldap-1.2.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.2.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.2.6.ebuild?rev=1.1&content-type=text/plain Index: django-auth-ldap-1.2.6.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.2.6.ebuild,v 1.1 2015/06/12 07:56:44 idella4 Exp $ EAPI=5 # Although setup.py claims to support py3, python-ldap does not PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Django LDAP authentication backend" HOMEPAGE="http://pypi.python.org/pypi/django-auth-ldap http://bitbucket.org/psagers/django-auth-ldap/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" IUSE="doc 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}] )" 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 }
