[gentoo-commits] repo/gentoo:master commit in: dev-python/django-openstack-auth/

2018-09-03 Thread Virgil Dupras
commit: fcd692152c63b8ef506ed11be72f3ae18159408e
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Sep  3 13:27:33 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep  3 13:33:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd69215

dev-python/django-openstack-auth: remove last-rited package

Bug: https://bugs.gentoo.org/662632

 dev-python/django-openstack-auth/Manifest  |  1 -
 .../django-openstack-auth-3.2.0-r1.ebuild  | 75 --
 dev-python/django-openstack-auth/metadata.xml  | 18 --
 3 files changed, 94 deletions(-)

diff --git a/dev-python/django-openstack-auth/Manifest 
b/dev-python/django-openstack-auth/Manifest
deleted file mode 100644
index d9d4e6d6616..000
--- a/dev-python/django-openstack-auth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django_openstack_auth-3.2.0.tar.gz 69837 BLAKE2B 
4ff5fdf15731668d91a5d0693f57c41ac3c373e45a1fcecc619d621bcbfda53a11e48a3de6afeae276d7320daf8e7eb9fc05e63f60f2b7c79d536b8f9c358f99
 SHA512 
43e8d19d73c934935f73b6dcb5a5ffbb0ca49c2c7dc892cadd9a04af94091e39bf35f1833d33474f7aeee9a94040424f6ee43c5fd355d8ad971c0b4ff971d4de

diff --git 
a/dev-python/django-openstack-auth/django-openstack-auth-3.2.0-r1.ebuild 
b/dev-python/django-openstack-auth/django-openstack-auth-3.2.0-r1.ebuild
deleted file mode 100644
index 5f7292f8f79..000
--- a/dev-python/django-openstack-auth/django-openstack-auth-3.2.0-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-
-inherit distutils-r1
-
-MY_PN=${PN//-/_}
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Django authentication backend for use with OpenStack Keystone 
Identity backend"
-HOMEPAGE="https://django-openstack-auth.readthedocs.io/en/latest/;
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-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-4.7.0[${PYTHON_USEDEP}]"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-2.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/hacking-0.12.0[${PYTHON_USEDEP}]
-   =dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.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.8[${PYTHON_USEDEP}]
-   =dev-python/oslo-config-3.22.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-policy-1.17.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-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() {
-   # under sphinx-1.3.1 the build outputs a harmless warning about change 
of
-   # html_theme setting in conf.py. priot versions will have the right 
setting
-   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
-}

diff --git a/dev-python/django-openstack-auth/metadata.xml 
b/dev-python/django-openstack-auth/metadata.xml
deleted file mode 100644
index a15856976eb..000
--- a/dev-python/django-openstack-auth/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-prometheanf...@gentoo.org
-Matthew Thode
-  
-  
-pyt...@gentoo.org
-Python
-  
-  
-A Django authentication backend for use with the OpenStack Keystone 
Identity backend.
-  
-  
-django_openstack_auth
-  
-



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-openstack-auth/

2018-07-21 Thread Virgil Dupras
commit: cd4408b313e3d8abff8332aad431999f9b46d2de
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sat Jul 21 23:55:57 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sat Jul 21 23:55:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4408b3

dev-python/django-openstack-auth: remove py36 compat

This package depends on django 1.8 which explicitly doesn't support
python 3.6.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 ...penstack-auth-3.2.0.ebuild => django-openstack-auth-3.2.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild 
b/dev-python/django-openstack-auth/django-openstack-auth-3.2.0-r1.ebuild
similarity index 98%
rename from dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild
rename to dev-python/django-openstack-auth/django-openstack-auth-3.2.0-r1.ebuild
index 7a83cbeb560..5f7292f8f79 100644
--- a/dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild
+++ b/dev-python/django-openstack-auth/django-openstack-auth-3.2.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-openstack-auth/

2018-04-29 Thread Michał Górny
commit: 9673387126b73731e1e1c0d3539a1fec706a7960
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Apr 27 17:44:36 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 29 07:35:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96733871

dev-python/django-openstack-auth: use HTTPS

 dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild 
b/dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild
index 9c8336ae276..7a83cbeb560 100644
--- a/dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild
+++ b/dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ MY_PN=${PN//-/_}
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Django authentication backend for use with OpenStack Keystone 
Identity backend"
-HOMEPAGE="http://django_openstack_auth.readthedocs.org/;
+HOMEPAGE="https://django-openstack-auth.readthedocs.io/en/latest/;
 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-openstack-auth/

2017-06-04 Thread Justin Lecher
commit: 8a8d9054e5a7ad7078d08ae62a5c13e791465c7d
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 07:30:09 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 07:30:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8d9054

dev-python/django-openstack-auth: Version Bump

drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/django-openstack-auth/Manifest  |  2 +-
 .../django-openstack-auth-1.3.1.ebuild | 65 ---
 .../django-openstack-auth-3.2.0.ebuild | 75 ++
 3 files changed, 76 insertions(+), 66 deletions(-)

diff --git a/dev-python/django-openstack-auth/Manifest 
b/dev-python/django-openstack-auth/Manifest
index 1f4605cd0d3..ec83ae99768 100644
--- a/dev-python/django-openstack-auth/Manifest
+++ b/dev-python/django-openstack-auth/Manifest
@@ -1 +1 @@
-DIST django_openstack_auth-1.3.1.tar.gz 75165 SHA256 
99c6e92170656eade430d31f79ddf60e66355ff7b84caf038ab1ecc879cff9ba SHA512 
cf9b4a1c526f237a23dadab4a7e6a2bd1f80a8d6d89d9b83f4d0fb6fc4df80aba68ad344662fbeaddeca2ca8ec36856af1074da383368d85d56460ed199609aa
 WHIRLPOOL 
b99b9381ce9eb1357939b750a40f86373fcbbe411d90a23e15f2d1e77dcfab45e58ac69e4e774228dc1b0dc3d3a0649e451efc0f271e904a4241b06c80b4d8bd
+DIST django_openstack_auth-3.2.0.tar.gz 69837 SHA256 
e2a2970ddc73504afab477784c81f57c8c5c81daba55b0df30e1908acf5dd052 SHA512 
43e8d19d73c934935f73b6dcb5a5ffbb0ca49c2c7dc892cadd9a04af94091e39bf35f1833d33474f7aeee9a94040424f6ee43c5fd355d8ad971c0b4ff971d4de
 WHIRLPOOL 
c7f3ca7a9ff016c8e8043d9a63f9092cb302b2db7b8c50d3d89b7384ace4a7e3a6dc9d594cc9f8e9993eafbdd91b01cd7e90a0a9caa3c987526f2c3b8a655802

diff --git 
a/dev-python/django-openstack-auth/django-openstack-auth-1.3.1.ebuild 
b/dev-python/django-openstack-auth/django-openstack-auth-1.3.1.ebuild
deleted file mode 100644
index 51d681d06a7..000
--- a/dev-python/django-openstack-auth/django-openstack-auth-1.3.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-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}]
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-   >=dev-python/pbr-0.11[${PYTHON_USEDEP}]
-   =dev-python/hacking-0.10.0[${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/oslo-config-1.11.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() {
-   # under sphinx-1.3.1 the build outputs a harmless warning about change 
of
-   # html_theme setting in conf.py. priot versions will have the right 
setting
-   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
-}

diff --git 
a/dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild 
b/dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild
new file mode 100644
index 000..9c8336ae276
--- /dev/null
+++ b/dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+MY_PN=${PN//-/_}
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Django authentication backend for use with OpenStack Keystone 
Identity backend"

[gentoo-commits] repo/gentoo:master commit in: dev-python/django-openstack-auth/

2015-11-02 Thread Justin Lecher
commit: fb3ce38cc0e42bc2d1933e48c65d1c6f61e18289
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov  2 13:11:05 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov  2 13:15:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3ce38c

dev-python/django-openstack-auth: Clean old

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/django-openstack-auth/Manifest  |  1 -
 .../django-openstack-auth-1.1.5.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/django-openstack-auth/Manifest 
b/dev-python/django-openstack-auth/Manifest
index b120c62..33e719f 100644
--- a/dev-python/django-openstack-auth/Manifest
+++ b/dev-python/django-openstack-auth/Manifest
@@ -1,3 +1,2 @@
-DIST django_openstack_auth-1.1.5.tar.gz 40893 SHA256 
ad63e85575caae1107bd05afd8d27b45d4590cc1f6d3b63905959a7c457b1aef SHA512 
43a95a1a5b9c24e15d4ff76660a52204c03d6679400632e870ee364c9f7de7b39128cc6acd883cd12abc80cbdfab44a3e3f2a803193eeac7d3e838be39a93ea2
 WHIRLPOOL 
2515c77ce6aa2c9f3e2860506ae0d5656f3dfda9bf17eb1fba5c307bf477de5aa22a3834b94c053a5f6fc439c9cf2a5b9bbeb7e87bef3bcf3e7739f55b80dd77
 DIST django_openstack_auth-1.2.0.tar.gz 75577 SHA256 
5ad78e5c92502f1abfb10fd101c023adf74a3e728bd42ed19ffea2185680f9a6 SHA512 
793f0763b47574574864c16c9d79787d44c84259304587b5d2b3375de04291c5d200699297960b3b3904b959ceee31f696fef2233659db9b846c6af06fd8c251
 WHIRLPOOL 
37632e35beb810979ffb7878c9ffed0258a64caf4a80f61050bb054d70b56e09c9f0f13dac2ce339b87ccdcbeba779893c2ce81912b95f50d52a88b947872092
 DIST django_openstack_auth-1.3.1.tar.gz 75165 SHA256 
99c6e92170656eade430d31f79ddf60e66355ff7b84caf038ab1ecc879cff9ba SHA512 
cf9b4a1c526f237a23dadab4a7e6a2bd1f80a8d6d89d9b83f4d0fb6fc4df80aba68ad344662fbeaddeca2ca8ec36856af1074da383368d85d56460ed199609aa
 WHIRLPOOL 
b99b9381ce9eb1357939b750a40f86373fcbbe411d90a23e15f2d1e77dcfab45e58ac69e4e774228dc1b0dc3d3a0649e451efc0f271e904a4241b06c80b4d8bd

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
deleted file mode 100644
index 48457ec..000
--- a/dev-python/django-openstack-auth/django-openstack-auth-1.1.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Django authentication backend for use with the 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="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-0.6.0[${PYTHON_USEDEP}]
-   =dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
-   =dev-python/Babel-1.3[${PYTHON_USEDEP}]
-   >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-   >=dev-python/mox-0.5.3[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/django-openstack-auth/

2015-11-02 Thread Justin Lecher
commit: 0382332f9d5ec3e2c2dacfa3b3784d5b45fec7bf
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov  2 13:11:54 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov  2 13:15:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0382332f

dev-python/django-openstack-auth: Shorten DESCRIPTION to fit max length

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild 
b/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild
index 7f7d650..48e1247 100644
--- a/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild
+++ b/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild
@@ -7,8 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_3 )
 
 inherit distutils-r1
 
-DESCRIPTION="A Django authentication backend for use with the OpenStack 
Keystone
-Identity backend."
+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}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-openstack-auth/

2015-11-02 Thread Agostino Sarubbo
commit: 34baccdfe25896354eac9c8c96e6356c6be40ae4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  2 11:04:51 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  2 11:04:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34baccdf

dev-python/django-openstack-auth: amd64/x86 stable, (ALLARCHES policy) wrt bug 
#564692

Package-Manager: portage-2.2.20.1

 dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild 
b/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild
index 23635ef..7f7d650 100644
--- a/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild
+++ b/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/django_openstack_auth-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]