Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/django-openstack-auth: django-openstack-auth-1.0.10.ebuild ChangeLog
Date: Thu, 23 May 2013 17:28:52
Message-Id: 20130523172846.E51A32171D@flycatcher.gentoo.org
1 idella4 13/05/23 17:28:46
2
3 Modified: ChangeLog
4 Added: django-openstack-auth-1.0.10.ebuild
5 Log:
6 bump
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 dev-python/django-openstack-auth/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-openstack-auth/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-openstack-auth/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-openstack-auth/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-openstack-auth/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 12 Apr 2013 01:37:51 -0000 1.1
24 +++ ChangeLog 23 May 2013 17:28:46 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/django-openstack-auth
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-openstack-auth/ChangeLog,v 1.1 2013/04/12 01:37:51 prometheanfire Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-openstack-auth/ChangeLog,v 1.2 2013/05/23 17:28:46 idella4 Exp $
30 +
31 +*django-openstack-auth-1.0.10 (23 May 2013)
32 +
33 + 23 May 2013; Ian Delaney <idella4@g.o>
34 + +django-openstack-auth-1.0.10.ebuild:
35 + bump
36
37 *django-openstack-auth-1.0.7 (12 Apr 2013)
38
39
40
41
42 1.1 dev-python/django-openstack-auth/django-openstack-auth-1.0.10.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-openstack-auth/django-openstack-auth-1.0.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-openstack-auth/django-openstack-auth-1.0.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: django-openstack-auth-1.0.10.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/django-openstack-auth/django-openstack-auth-1.0.10.ebuild,v 1.1 2013/05/23 17:28:46 idella4 Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python2_7 )
55
56 inherit distutils-r1
57
58 DESCRIPTION="A Django authentication backend for use with the OpenStack Keystone
59 Identity backend."
60 HOMEPAGE="http://django_openstack_auth.readthedocs.org/"
61 SRC_URI="mirror://pypi/${PN:0:1}/django_openstack_auth/django_openstack_auth-${PV}.tar.gz"
62 S="${WORKDIR}/django_openstack_auth-${PV}"
63
64 LICENSE="BSD"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="test"
68
69 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
70 test? ( dev-python/mox[${PYTHON_USEDEP}] )"
71 RDEPEND=">=dev-python/python-keystoneclient-0.2[${PYTHON_USEDEP}]
72 >=dev-python/django-1.4[${PYTHON_USEDEP}]"
73
74 python_test() {
75 "${PYTHON}" -m openstack_auth.tests.run_tests || die "Testsuite failed"
76 }