Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-openstack-auth/
Date: Mon, 02 Nov 2015 13:15:45
Message-Id: 1446470137.fb3ce38cc0e42bc2d1933e48c65d1c6f61e18289.jlec@gentoo
1 commit: fb3ce38cc0e42bc2d1933e48c65d1c6f61e18289
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 13:11:05 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 13:15:37 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3ce38c
7
8 dev-python/django-openstack-auth: Clean old
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/django-openstack-auth/Manifest | 1 -
14 .../django-openstack-auth-1.1.5.ebuild | 39 ----------------------
15 2 files changed, 40 deletions(-)
16
17 diff --git a/dev-python/django-openstack-auth/Manifest b/dev-python/django-openstack-auth/Manifest
18 index b120c62..33e719f 100644
19 --- a/dev-python/django-openstack-auth/Manifest
20 +++ b/dev-python/django-openstack-auth/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST django_openstack_auth-1.1.5.tar.gz 40893 SHA256 ad63e85575caae1107bd05afd8d27b45d4590cc1f6d3b63905959a7c457b1aef SHA512 43a95a1a5b9c24e15d4ff76660a52204c03d6679400632e870ee364c9f7de7b39128cc6acd883cd12abc80cbdfab44a3e3f2a803193eeac7d3e838be39a93ea2 WHIRLPOOL 2515c77ce6aa2c9f3e2860506ae0d5656f3dfda9bf17eb1fba5c307bf477de5aa22a3834b94c053a5f6fc439c9cf2a5b9bbeb7e87bef3bcf3e7739f55b80dd77
23 DIST django_openstack_auth-1.2.0.tar.gz 75577 SHA256 5ad78e5c92502f1abfb10fd101c023adf74a3e728bd42ed19ffea2185680f9a6 SHA512 793f0763b47574574864c16c9d79787d44c84259304587b5d2b3375de04291c5d200699297960b3b3904b959ceee31f696fef2233659db9b846c6af06fd8c251 WHIRLPOOL 37632e35beb810979ffb7878c9ffed0258a64caf4a80f61050bb054d70b56e09c9f0f13dac2ce339b87ccdcbeba779893c2ce81912b95f50d52a88b947872092
24 DIST django_openstack_auth-1.3.1.tar.gz 75165 SHA256 99c6e92170656eade430d31f79ddf60e66355ff7b84caf038ab1ecc879cff9ba SHA512 cf9b4a1c526f237a23dadab4a7e6a2bd1f80a8d6d89d9b83f4d0fb6fc4df80aba68ad344662fbeaddeca2ca8ec36856af1074da383368d85d56460ed199609aa WHIRLPOOL b99b9381ce9eb1357939b750a40f86373fcbbe411d90a23e15f2d1e77dcfab45e58ac69e4e774228dc1b0dc3d3a0649e451efc0f271e904a4241b06c80b4d8bd
25
26 diff --git a/dev-python/django-openstack-auth/django-openstack-auth-1.1.5.ebuild b/dev-python/django-openstack-auth/django-openstack-auth-1.1.5.ebuild
27 deleted file mode 100644
28 index 48457ec..0000000
29 --- a/dev-python/django-openstack-auth/django-openstack-auth-1.1.5.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A Django authentication backend for use with the OpenStack Keystone
42 -Identity backend."
43 -HOMEPAGE="http://django_openstack_auth.readthedocs.org/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/django_openstack_auth/django_openstack_auth-${PV}.tar.gz"
45 -S="${WORKDIR}/django_openstack_auth-${PV}"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE="test"
51 -
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
53 - >=dev-python/pbr-0.6.0[${PYTHON_USEDEP}]
54 - <dev-python/pbr-1.0[${PYTHON_USEDEP}]
55 - test? ( >=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
56 - <dev-python/hacking-0.9[${PYTHON_USEDEP}]
57 - >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
58 - >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
59 - >=dev-python/mox-0.5.3[${PYTHON_USEDEP}]
60 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
61 - <dev-python/sphinx-1.2[${PYTHON_USEDEP}]
62 - dev-python/oslo-sphinx[${PYTHON_USEDEP}] )"
63 -RDEPEND=">=dev-python/python-keystoneclient-0.7.0[${PYTHON_USEDEP}]
64 - >=dev-python/django-1.4[${PYTHON_USEDEP}]
65 - <dev-python/django-1.7[${PYTHON_USEDEP}]
66 - >=dev-python/six-1.5.2[${PYTHON_USEDEP}]"
67 -
68 -python_test() {
69 - "${PYTHON}" -m openstack_auth.tests.run_tests || die "Testsuite failed"
70 -}