[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2021-02-22 Thread Sam James
commit: f9ed0464d223c595e9e93f67da6b05a0a03d7e37
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Feb 22 15:15:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 22 22:19:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ed0464

dev-python/oslo-sphinx: Port to python 3.{8,9}

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Sam James  gentoo.org>

 dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild | 19 ++-
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
index 1e2d304adf2..eefdbeae467 100644
--- a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
+++ b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
@@ -1,33 +1,26 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-PYTHON_COMPAT=( python3_7 )
+EAPI=7
 
+PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 MY_PN="${PN//-/}"
 
 DESCRIPTION="OpenStack Sphinx Extensions and Theme"
 HOMEPAGE="https://www.openstack.org/";
+S="${WORKDIR}/${MY_PN}-${PV}"
 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc 
x86"
-IUSE=""
 
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
-"
+BDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
 RDEPEND="
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
 
 python_prepare_all() {
sed -i '/^hacking/d' test-requirements.txt || die



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2021-02-22 Thread Sam James
commit: d944d13cfbd5414e5fe9dc6d6e6c6c4f7442d36d
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Feb 22 15:05:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 22 22:19:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d944d13c

dev-python/oslo-sphinx: Mark ALLARCHES

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Sam James  gentoo.org>

 dev-python/oslo-sphinx/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/oslo-sphinx/metadata.xml 
b/dev-python/oslo-sphinx/metadata.xml
index 992b0a42882..aa9a0ad06e6 100644
--- a/dev-python/oslo-sphinx/metadata.xml
+++ b/dev-python/oslo-sphinx/metadata.xml
@@ -9,6 +9,7 @@
 openst...@gentoo.org
 Openstack
   
+  
   
 oslosphinx
   



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2019-10-02 Thread Matthew Thode
commit: 7727cff353b288556d58de2beee9659ab92e3e3d
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Oct  2 16:38:48 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Oct  2 16:47:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7727cff3

dev-python/oslo-sphinx: remove broken doc build

Fixes: https://bugs.gentoo.org/696006
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild | 15 +--
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
index 1e6a98810f1..b7e68dce3a0 100644
--- a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
+++ b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
@@ -16,14 +16,11 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
-IUSE="doc"
+IUSE=""
 
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/pbr-1.6[${PYTHON_USEDEP}]
-   doc? (
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   )
 "
 RDEPEND="
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
@@ -36,13 +33,3 @@ python_prepare_all() {
sed -i '/^hacking/d' test-requirements.txt || die
distutils-r1_python_prepare_all
 }
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/build/html/. )
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2019-05-07 Thread Matthew Thode
commit: 45252015b7fdfcb25e0c0769212ab49facb151df
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May  7 17:33:01 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May  8 04:22:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45252015

dev-python/oslo-sphinx: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
index 787d64927c6..1e6a98810f1 100644
--- a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
+++ b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
 MY_PN="${PN//-/}"
 
 DESCRIPTION="OpenStack Sphinx Extensions and Theme"
-HOMEPAGE="http://www.openstack.org/";
+HOMEPAGE="https://www.openstack.org/";
 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="Apache-2.0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2018-06-17 Thread Matt Thode
commit: 7d0b33efac7dcf8c9b56085a255cf22c7bfcfffa
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jun 18 01:57:36 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Jun 18 01:59:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0b33ef

dev-python/oslo-sphinx: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/oslo-sphinx/Manifest  |  1 -
 dev-python/oslo-sphinx/oslo-sphinx-4.15.2.ebuild | 49 
 2 files changed, 50 deletions(-)

diff --git a/dev-python/oslo-sphinx/Manifest b/dev-python/oslo-sphinx/Manifest
index f0ef11b12ac..e048049c9d7 100644
--- a/dev-python/oslo-sphinx/Manifest
+++ b/dev-python/oslo-sphinx/Manifest
@@ -1,2 +1 @@
-DIST oslosphinx-4.15.2.tar.gz 33362 BLAKE2B 
4eacd7da4eecd25836920063c2c05f205f5c8d29cf6253257e9e56f35e1f9cbd39fb120fd69b075670bb6be334fcc50dbff6f52cb928e556f334720a51eed590
 SHA512 
cf8fce033f97c0334fc076568720fe3b7903e780d4b839c452f33d02378470263891d01e553e4f2463484895c689532f95f4aa81ac3dcb0d6137b463bcc7e08a
 DIST oslosphinx-4.18.0.tar.gz 32046 BLAKE2B 
b10b13f819cc2f4c3e769c195bc340a74545a4cab2a2e9894e56e4352f5f35c1cdd7f1d40d47c2b7449d30bc77dbadb1feae129f6ff31d54e6227349a0c31e57
 SHA512 
b736dbf68a3ad8c32ca6d8de72cb79e49ab4b84593c70d0165615de66a8c343ce7094656d3b0be3383453143308a4862f27529b1c9d72920c5418a3f62dbcc46

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.15.2.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-4.15.2.ebuild
deleted file mode 100644
index 477a883bfa1..000
--- a/dev-python/oslo-sphinx/oslo-sphinx-4.15.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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//-/}"
-
-DESCRIPTION="OpenStack Sphinx Extensions and Theme"
-HOMEPAGE="http://www.openstack.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
-IUSE="doc"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
-   doc? (
-   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2018-02-15 Thread Matt Thode
commit: 0a93e96b2ddc1695c5dc6a9b2c213aac11448bdb
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 16 04:27:19 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 16 04:27:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a93e96b

dev-python/oslo-sphinx: 4.18.0 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/oslo-sphinx/Manifest  |  1 +
 dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/dev-python/oslo-sphinx/Manifest b/dev-python/oslo-sphinx/Manifest
index 5242bfbd7c1..f0ef11b12ac 100644
--- a/dev-python/oslo-sphinx/Manifest
+++ b/dev-python/oslo-sphinx/Manifest
@@ -1 +1,2 @@
 DIST oslosphinx-4.15.2.tar.gz 33362 BLAKE2B 
4eacd7da4eecd25836920063c2c05f205f5c8d29cf6253257e9e56f35e1f9cbd39fb120fd69b075670bb6be334fcc50dbff6f52cb928e556f334720a51eed590
 SHA512 
cf8fce033f97c0334fc076568720fe3b7903e780d4b839c452f33d02378470263891d01e553e4f2463484895c689532f95f4aa81ac3dcb0d6137b463bcc7e08a
+DIST oslosphinx-4.18.0.tar.gz 32046 BLAKE2B 
b10b13f819cc2f4c3e769c195bc340a74545a4cab2a2e9894e56e4352f5f35c1cdd7f1d40d47c2b7449d30bc77dbadb1feae129f6ff31d54e6227349a0c31e57
 SHA512 
b736dbf68a3ad8c32ca6d8de72cb79e49ab4b84593c70d0165615de66a8c343ce7094656d3b0be3383453143308a4862f27529b1c9d72920c5418a3f62dbcc46

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
new file mode 100644
index 000..fdb87b6aed3
--- /dev/null
+++ b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
@@ -0,0 +1,48 @@
+# 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,6}} )
+
+inherit distutils-r1
+
+MY_PN="${PN//-/}"
+
+DESCRIPTION="OpenStack Sphinx Extensions and Theme"
+HOMEPAGE="http://www.openstack.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="doc"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2018-01-27 Thread Matt Thode
commit: 58f5a333a4e897b39657db2ac17d390614901e83
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan 28 04:02:33 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Jan 28 04:13:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f5a333

dev-python/oslo-sphinx: remove ocata

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/oslo-sphinx/Manifest |  1 -
 dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild | 49 -
 2 files changed, 50 deletions(-)

diff --git a/dev-python/oslo-sphinx/Manifest b/dev-python/oslo-sphinx/Manifest
index 60f88af540b..5242bfbd7c1 100644
--- a/dev-python/oslo-sphinx/Manifest
+++ b/dev-python/oslo-sphinx/Manifest
@@ -1,2 +1 @@
 DIST oslosphinx-4.15.2.tar.gz 33362 BLAKE2B 
4eacd7da4eecd25836920063c2c05f205f5c8d29cf6253257e9e56f35e1f9cbd39fb120fd69b075670bb6be334fcc50dbff6f52cb928e556f334720a51eed590
 SHA512 
cf8fce033f97c0334fc076568720fe3b7903e780d4b839c452f33d02378470263891d01e553e4f2463484895c689532f95f4aa81ac3dcb0d6137b463bcc7e08a
-DIST oslosphinx-4.7.0.tar.gz 27786 BLAKE2B 
1c7f0cc930a79f3fa2a8b1250c7e064c787b03f4de827f7ab4213c1e43092d7695f7abcbeffa4e1ddfdccdbcdd10e88a523f4bd12e8ec27e9c6f76023a5897a4
 SHA512 
e7334c17bea387898c6c9943ca79c5073927885bdefaba9cdbac01b21a4dd96bcaa0c539c3907508bee5db5959f161d0a8421c688c6592b691edbd7f9013da75

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild
deleted file mode 100644
index 477a883bfa1..000
--- a/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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//-/}"
-
-DESCRIPTION="OpenStack Sphinx Extensions and Theme"
-HOMEPAGE="http://www.openstack.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
-IUSE="doc"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
-   doc? (
-   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2017-12-20 Thread Matt Thode
commit: a1b2f7634f4915b20061b13e505cb5d768048e28
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Dec 21 06:52:09 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Dec 21 07:12:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b2f763

dev-python/oslo-sphinx: 4.15.2 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/oslo-sphinx/Manifest  |  2 -
 dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild  | 43 -
 dev-python/oslo-sphinx/oslo-sphinx-4.15.1.ebuild | 49 
 dev-python/oslo-sphinx/oslo-sphinx-4.15.2.ebuild |  2 +-
 4 files changed, 1 insertion(+), 95 deletions(-)

diff --git a/dev-python/oslo-sphinx/Manifest b/dev-python/oslo-sphinx/Manifest
index e8e7b484371..60f88af540b 100644
--- a/dev-python/oslo-sphinx/Manifest
+++ b/dev-python/oslo-sphinx/Manifest
@@ -1,4 +1,2 @@
-DIST oslosphinx-3.0.0.tar.gz 25644 BLAKE2B 
2cf5b1b1ff09f3f898363bdc45aeea4705aaebc4315c0e3753d9341c00ee1f8f9b0ee51ad8e689bf063805c001b4f46e5af2240bab67659de5cffa359efa4dfb
 SHA512 
f2b5f35124bac9bf661ba45af1f18703725d5b5432cc708689a548bde6918975722729f321fb4c1fc8a146011c7e86c1c6abfdc746806d4bf7fa7d640e057a0c
-DIST oslosphinx-4.15.1.tar.gz 33218 BLAKE2B 
9d30f98ef9804914d93f6f8a2018bbc5be4d97ffe4d9a44e1636c1767d7e197370155cf9413b429959583da86267550223f7af43ae67c2daf5152654561d97ee
 SHA512 
c5039f119e5a144c137c13423f42230fcebfcd527538737e3c3fd50fc9b094a1ef0af15e0fb1ce195a6d5013f6cc736cd2b9c856bbbeee8a68ef3849573b9bbb
 DIST oslosphinx-4.15.2.tar.gz 33362 BLAKE2B 
4eacd7da4eecd25836920063c2c05f205f5c8d29cf6253257e9e56f35e1f9cbd39fb120fd69b075670bb6be334fcc50dbff6f52cb928e556f334720a51eed590
 SHA512 
cf8fce033f97c0334fc076568720fe3b7903e780d4b839c452f33d02378470263891d01e553e4f2463484895c689532f95f4aa81ac3dcb0d6137b463bcc7e08a
 DIST oslosphinx-4.7.0.tar.gz 27786 BLAKE2B 
1c7f0cc930a79f3fa2a8b1250c7e064c787b03f4de827f7ab4213c1e43092d7695f7abcbeffa4e1ddfdccdbcdd10e88a523f4bd12e8ec27e9c6f76023a5897a4
 SHA512 
e7334c17bea387898c6c9943ca79c5073927885bdefaba9cdbac01b21a4dd96bcaa0c539c3907508bee5db5959f161d0a8421c688c6592b691edbd7f9013da75

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild
deleted file mode 100644
index 2e89b229f77..000
--- a/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-
-inherit distutils-r1
-
-MY_PN="${PN//-/}"
-
-DESCRIPTION="OpenStack Sphinx Extensions and Theme"
-HOMEPAGE="http://www.openstack.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
-IUSE="doc"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-0.11[${PYTHON_USEDEP}]
-   =dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
-   http://www.openstack.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
-IUSE="doc"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
-   doc? (
-   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2017-11-21 Thread Matt Thode
commit: 8cd7448536e4c7401ad258418e07fd3576da343e
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Nov 22 01:32:26 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Nov 22 01:59:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd74485

dev-python/oslo-sphinx: 4.15.2 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/oslo-sphinx/Manifest  |  1 +
 dev-python/oslo-sphinx/oslo-sphinx-4.15.2.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/dev-python/oslo-sphinx/Manifest b/dev-python/oslo-sphinx/Manifest
index 0fe870e7cb0..6720937a56e 100644
--- a/dev-python/oslo-sphinx/Manifest
+++ b/dev-python/oslo-sphinx/Manifest
@@ -1,3 +1,4 @@
 DIST oslosphinx-3.0.0.tar.gz 25644 SHA256 
d39129be6b6076e087ab9a108c1b17f67cbb233ffc2481528df3d76b612cc1f6 SHA512 
f2b5f35124bac9bf661ba45af1f18703725d5b5432cc708689a548bde6918975722729f321fb4c1fc8a146011c7e86c1c6abfdc746806d4bf7fa7d640e057a0c
 WHIRLPOOL 
8ccc00a71a3d5f67a33a989120ad2591977169b93a5d81fd2c7798a6b93ad33ce45e6ebd2be69c7e0b0e4fa2e79719e393e63f9a250b50e7b5b9d4621bf03e94
 DIST oslosphinx-4.15.1.tar.gz 33218 SHA256 
b5cb9524b938c1c7353b3bd52d1af4e92fa9a8af9c0ec44bfafaf8f1964cd3b9 SHA512 
c5039f119e5a144c137c13423f42230fcebfcd527538737e3c3fd50fc9b094a1ef0af15e0fb1ce195a6d5013f6cc736cd2b9c856bbbeee8a68ef3849573b9bbb
 WHIRLPOOL 
bfeec21373b0a7fccce0c2e426a450358a5608879b7fba5f1f9e093e31072e3b6f9d3c05f145dc26c8c3416b1c4e2a6b39c9a0704fd2aff47315a60a353b7d06
+DIST oslosphinx-4.15.2.tar.gz 33362 SHA256 
139ab33275c61022842a7c596e7af44908b4aa2f5e7b001ccd3c63e73afb4183 SHA512 
cf8fce033f97c0334fc076568720fe3b7903e780d4b839c452f33d02378470263891d01e553e4f2463484895c689532f95f4aa81ac3dcb0d6137b463bcc7e08a
 WHIRLPOOL 
074ad2c6180ce78c8ec8eb067c8e171efbd5c505785258fd7343c215a24589340c71dcdfef641d2402e117c38f15e0a83e48ee6a87d480571d88959073e31d0a
 DIST oslosphinx-4.7.0.tar.gz 27786 SHA256 
f8d353445d96c667c95a07c052694a31906c6a36a8305918d63f855f9040b7d1 SHA512 
e7334c17bea387898c6c9943ca79c5073927885bdefaba9cdbac01b21a4dd96bcaa0c539c3907508bee5db5959f161d0a8421c688c6592b691edbd7f9013da75
 WHIRLPOOL 
8cee688ae62f2f16a753fb18c1c8699ce819715a612b3c549b7cb0b07e7cd5e7822c52b9d8f3189d335e26fc036e28012cb7155ed71d01ec7a1cb5d860ad2aaa

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.15.2.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-4.15.2.ebuild
new file mode 100644
index 000..0f8bd73359e
--- /dev/null
+++ b/dev-python/oslo-sphinx/oslo-sphinx-4.15.2.ebuild
@@ -0,0 +1,49 @@
+# 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//-/}"
+
+DESCRIPTION="OpenStack Sphinx Extensions and Theme"
+HOMEPAGE="http://www.openstack.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="doc"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2017-02-15 Thread Zac Medico
commit: dabd343e6d37f421845d2c7279de18e65aadc93e
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Feb 16 06:11:30 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Feb 16 06:12:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dabd343e

dev-python/oslo-sphinx: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild
index fb99e7ee03..d80d509b1c 100644
--- a/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild
+++ b/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2016-10-11 Thread Matt Thode
commit: 7d0225409429e19fc781f71be2c4a71d0d7795b8
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 11 18:39:22 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 11 18:42:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d022540

dev-python/oslo-sphinx: bup

Package-Manager: portage-2.3.0

 dev-python/oslo-sphinx/Manifest |  1 +
 dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-python/oslo-sphinx/Manifest b/dev-python/oslo-sphinx/Manifest
index 73cc718..6aacc4e 100644
--- a/dev-python/oslo-sphinx/Manifest
+++ b/dev-python/oslo-sphinx/Manifest
@@ -1 +1,2 @@
 DIST oslosphinx-3.0.0.tar.gz 25644 SHA256 
d39129be6b6076e087ab9a108c1b17f67cbb233ffc2481528df3d76b612cc1f6 SHA512 
f2b5f35124bac9bf661ba45af1f18703725d5b5432cc708689a548bde6918975722729f321fb4c1fc8a146011c7e86c1c6abfdc746806d4bf7fa7d640e057a0c
 WHIRLPOOL 
8ccc00a71a3d5f67a33a989120ad2591977169b93a5d81fd2c7798a6b93ad33ce45e6ebd2be69c7e0b0e4fa2e79719e393e63f9a250b50e7b5b9d4621bf03e94
+DIST oslosphinx-4.7.0.tar.gz 27786 SHA256 
f8d353445d96c667c95a07c052694a31906c6a36a8305918d63f855f9040b7d1 SHA512 
e7334c17bea387898c6c9943ca79c5073927885bdefaba9cdbac01b21a4dd96bcaa0c539c3907508bee5db5959f161d0a8421c688c6592b691edbd7f9013da75
 WHIRLPOOL 
8cee688ae62f2f16a753fb18c1c8699ce819715a612b3c549b7cb0b07e7cd5e7822c52b9d8f3189d335e26fc036e28012cb7155ed71d01ec7a1cb5d860ad2aaa

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild
new file mode 100644
index ..cf97276
--- /dev/null
+++ b/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit distutils-r1
+
+MY_PN="${PN//-/}"
+
+DESCRIPTION="OpenStack Sphinx Extensions and Theme"
+HOMEPAGE="http://www.openstack.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="doc"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2016-02-09 Thread Justin Lecher
commit: 9a4bce91be9b86494a3e7ebbb7add1163e36a3d0
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Feb  9 08:04:40 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Feb  9 09:33:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4bce91

dev-python/oslo-sphinx: Add python3.5 support

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

 dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild | 6 --
 dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild | 8 +---
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild
index d605f8c..f039151 100644
--- a/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild
+++ b/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
 
 inherit distutils-r1
 
@@ -12,7 +13,6 @@ MY_PN="${PN//-/}"
 DESCRIPTION="OpenStack Sphinx Extensions"
 HOMEPAGE="http://www.openstack.org/";
 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -30,3 +30,5 @@ RDEPEND="
>=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
!~dev-python/requests-2.4.0[${PYTHON_USEDEP}]
 "
+
+S="${WORKDIR}/${MY_PN}-${PV}"

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild
index 2c0859e..69ef325 100644
--- a/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild
+++ b/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
 
 inherit distutils-r1
 
@@ -12,7 +13,6 @@ MY_PN="${PN//-/}"
 DESCRIPTION="OpenStack Sphinx Extensions and Theme"
 HOMEPAGE="http://www.openstack.org/";
 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -31,6 +31,8 @@ DEPEND="
 "
 RDEPEND=">=dev-python/requests-2.5.2[${PYTHON_USEDEP}]"
 
+S="${WORKDIR}/${MY_PN}-${PV}"
+
 python_compile_all() {
use doc && esetup.py build_sphinx
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2015-11-10 Thread Agostino Sarubbo
commit: e0c1295becf4a321e2b89472d11e561a91b3797d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 10 08:23:20 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 10 08:23:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c1295b

dev-python/oslo-sphinx: x86 stable wrt bug #564826

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild
index ef58a34..2c0859e 100644
--- a/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild
+++ b/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2015-11-10 Thread Agostino Sarubbo
commit: 35b760d7ff141c8b84d7429e1ea3cdf3d939a276
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 10 08:18:26 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 10 08:18:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b760d7

dev-python/oslo-sphinx: amd64 stable wrt bug #564826

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild
index d314e63..ef58a34 100644
--- a/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild
+++ b/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2015-10-15 Thread Justin Lecher
commit: b23c32e59067d6f143ed0036510fc88027d17e67
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 15 12:21:46 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 15 12:21:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23c32e5

dev-python/oslo-sphinx: Keyword under ALLARCHES policy

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=549232

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

 dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild
index 0c4d983..d314e63 100644
--- a/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild
+++ b/dev-python/oslo-sphinx/oslo-sphinx-3.0.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/

2015-08-09 Thread Tobias Klausmann
commit: 9ce9917d7f346220a9d1758f7714697188aa3dc2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Aug  9 15:29:53 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Aug  9 15:29:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce9917d

dev-python/oslo-sphinx: add ~alpha keyword

Gentoo-Bug: 549232

Package-Manager: portage-2.2.20

 dev-python/oslo-sphinx/oslo-sphinx-2.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-2.2.0-r1.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-2.2.0-r1.ebuild
index 030d3c6..b29a64f 100644
--- a/dev-python/oslo-sphinx/oslo-sphinx-2.2.0-r1.ebuild
+++ b/dev-python/oslo-sphinx/oslo-sphinx-2.2.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~alpha amd64 x86"
 IUSE=""
 
 # NOTE: dev-python/hacking is unecessary as there are no tests