idella4     15/06/13 08:39:02

  Modified:             ChangeLog
  Added:                django-openstack-auth-1.3.1.ebuild
  Log:
  bump; add doc build
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.10                 dev-python/django-openstack-auth/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-openstack-auth/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-openstack-auth/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-openstack-auth/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-openstack-auth/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   3 Jun 2015 17:12:58 -0000       1.9
+++ ChangeLog   13 Jun 2015 08:39:02 -0000      1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/django-openstack-auth
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-openstack-auth/ChangeLog,v 1.9 
2015/06/03 17:12:58 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-openstack-auth/ChangeLog,v 1.10 
2015/06/13 08:39:02 idella4 Exp $
+
+*django-openstack-auth-1.3.1 (13 Jun 2015)
+
+  13 Jun 2015; Ian Delaney <[email protected]>
+  +django-openstack-auth-1.3.1.ebuild:
+  bump; add doc build
 
   03 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1                  
dev-python/django-openstack-auth/django-openstack-auth-1.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-openstack-auth/django-openstack-auth-1.3.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-openstack-auth/django-openstack-auth-1.3.1.ebuild?rev=1.1&content-type=text/plain

Index: django-openstack-auth-1.3.1.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-openstack-auth/django-openstack-auth-1.3.1.ebuild,v
 1.1 2015/06/13 08:39:02 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 )

inherit distutils-r1

DESCRIPTION="Django authentication backend for use with OpenStack Keystone 
Identity backend"
HOMEPAGE="http://django_openstack_auth.readthedocs.org/";
SRC_URI="mirror://pypi/${PN:0:1}/django_openstack_auth/django_openstack_auth-${PV}.tar.gz"
S="${WORKDIR}/django_openstack_auth-${PV}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

CDEPEND=">=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
                !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
                >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
                <dev-python/oslo-sphinx-2.6.0[${PYTHON_USEDEP}]
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
                >=dev-python/pbr-0.11[${PYTHON_USEDEP}]
                <dev-python/pbr-2.0[${PYTHON_USEDEP}]
                test? (
                        >=dev-python/hacking-0.10.0[${PYTHON_USEDEP}]
                        <dev-python/hacking-0.11[${PYTHON_USEDEP}]
                        >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
                        >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
                        >=dev-python/mock-1.0[${PYTHON_USEDEP}]
                        >=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
                        >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] )
                        ${CDEPEND}
                doc? ( ${CDEPEND} )"
RDEPEND="
        >=dev-python/django-1.4.2[${PYTHON_USEDEP}]
        <dev-python/django-1.8[${PYTHON_USEDEP}]
        >=dev-python/oslo-config-1.11.0[${PYTHON_USEDEP}]
        <dev-python/oslo-config-1.10.0[${PYTHON_USEDEP}]
        >=dev-python/python-keystoneclient-1.3.0[${PYTHON_USEDEP}]
        >=dev-python/six-1.9.0[${PYTHON_USEDEP}]"

python_prepare_all() {
        # Avoid warning in doc build due to missed file
        if use doc; then
                mkdir doc/source/_static || die
        fi
        distutils-r1_python_prepare_all
}

python_compile_all() {
        if use doc; then
                sphinx-build -b html -c doc/source/ doc/source/ doc/source/html 
|| die
        fi
}

python_test() {
        "${PYTHON}" -m openstack_auth.tests.run_tests || die "Testsuite failed"
}

python_install_all() {
        use doc && local HTML_DOCS=( doc/source/html/. )
        distutils-r1_python_install_all
}




Reply via email to