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

2024-06-15 Thread Michał Górny
commit: 30329dccce5de5b812220df4ddd0ecf998183f87
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 15 19:12:40 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 15 19:15:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30329dcc

dev-python/sphinx-panels: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
index c6e527dcf0ba..4bb91bba37be 100644
--- a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
+++ b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 



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

2023-12-18 Thread Michał Górny
commit: 59769e03dfe3d886e7ca02af1e37629b60d130ee
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 18 19:14:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 18 21:27:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59769e03

dev-python/sphinx-panels: Unpin sphinx dependency

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
index b9a75044b5ab..ad0f2761cb85 100644
--- a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
+++ b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
@@ -39,3 +39,9 @@ PATCHES=(
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+
+src_prepare() {
+   # unpin deps
+   sed -i -e 's:,<[0-9.]*::' setup.py || die
+   distutils-r1_src_prepare
+}



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

2023-08-11 Thread Michał Górny
commit: 38fa9ef0ddd88b36afcef424d7b992d49279e1fc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:28:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:28:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38fa9ef0

dev-python/sphinx-panels: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-panels/Manifest  |  1 -
 .../sphinx-panels/sphinx-panels-0.6.0.ebuild   | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/sphinx-panels/Manifest 
b/dev-python/sphinx-panels/Manifest
index d86ffd4897fc..96b24e304117 100644
--- a/dev-python/sphinx-panels/Manifest
+++ b/dev-python/sphinx-panels/Manifest
@@ -1,2 +1 @@
 DIST sphinx-panels-0.6.0.gh.tar.gz 400548 BLAKE2B 
685b241ffe839face392950ccaa5c00d5613ee4076a4f8d62fdff32158f2d02c444375b7f656a89d4712f8bf895b937ff9fe650cab98670f03b0c4d75e545f97
 SHA512 
74064538ff8cd1c7c44b5daeda272217618ed33394694883046972b4262d503e1426e7573d8b49040d4b426651377b89fd4ad2a085f1e62827e7ef51e6912e5f
-DIST sphinx-panels-0.6.0.tar.gz 400548 BLAKE2B 
685b241ffe839face392950ccaa5c00d5613ee4076a4f8d62fdff32158f2d02c444375b7f656a89d4712f8bf895b937ff9fe650cab98670f03b0c4d75e545f97
 SHA512 
74064538ff8cd1c7c44b5daeda272217618ed33394694883046972b4262d503e1426e7573d8b49040d4b426651377b89fd4ad2a085f1e62827e7ef51e6912e5f

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
deleted file mode 100644
index 3f41e613ffaa..
--- a/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A sphinx extension for creating panels in a grid layout"
-HOMEPAGE="https://github.com/executablebooks/sphinx-panels;
-SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-BDEPEND="test? ( dev-python/pytest-regressions[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme



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

2023-08-11 Thread Sam James
commit: 7e6639308d84247ddab42606c778643d827838bd
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e663930

dev-python/sphinx-panels: Stabilize 0.6.0-r1 ALLARCHES, #912143

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
index 20998bfad1ce..c076a2d8c2e1 100644
--- a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
+++ b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



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

2023-07-09 Thread Andrew Ammerlaan
commit: 200ec109b7b562c32842a43f05a87acd13e044b5
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jul  9 15:29:45 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jul  9 15:30:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200ec109

dev-python/sphinx-panels: update EAPI 7 -> 8, pep517, py3.12

Closes: https://bugs.gentoo.org/909967
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/sphinx-panels/Manifest  |  1 +
 dev-python/sphinx-panels/metadata.xml  |  1 +
 .../sphinx-panels/sphinx-panels-0.6.0-r1.ebuild| 26 ++
 3 files changed, 28 insertions(+)

diff --git a/dev-python/sphinx-panels/Manifest 
b/dev-python/sphinx-panels/Manifest
index 42606f8a782d..d86ffd4897fc 100644
--- a/dev-python/sphinx-panels/Manifest
+++ b/dev-python/sphinx-panels/Manifest
@@ -1 +1,2 @@
+DIST sphinx-panels-0.6.0.gh.tar.gz 400548 BLAKE2B 
685b241ffe839face392950ccaa5c00d5613ee4076a4f8d62fdff32158f2d02c444375b7f656a89d4712f8bf895b937ff9fe650cab98670f03b0c4d75e545f97
 SHA512 
74064538ff8cd1c7c44b5daeda272217618ed33394694883046972b4262d503e1426e7573d8b49040d4b426651377b89fd4ad2a085f1e62827e7ef51e6912e5f
 DIST sphinx-panels-0.6.0.tar.gz 400548 BLAKE2B 
685b241ffe839face392950ccaa5c00d5613ee4076a4f8d62fdff32158f2d02c444375b7f656a89d4712f8bf895b937ff9fe650cab98670f03b0c4d75e545f97
 SHA512 
74064538ff8cd1c7c44b5daeda272217618ed33394694883046972b4262d503e1426e7573d8b49040d4b426651377b89fd4ad2a085f1e62827e7ef51e6912e5f

diff --git a/dev-python/sphinx-panels/metadata.xml 
b/dev-python/sphinx-panels/metadata.xml
index 737d697e677b..75a31066e3b2 100644
--- a/dev-python/sphinx-panels/metadata.xml
+++ b/dev-python/sphinx-panels/metadata.xml
@@ -12,5 +12,6 @@


sphinx-panels
+   executablebooks/sphinx-panels

 

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
new file mode 100644
index ..20998bfad1ce
--- /dev/null
+++ b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="A sphinx extension for creating panels in a grid layout"
+HOMEPAGE="https://github.com/executablebooks/sphinx-panels;
+SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz
 -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? ( dev-python/pytest-regressions[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/sphinx-rtd-theme



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

2022-06-04 Thread Michał Górny
commit: 4a527f50685935840e04d6eeeda5f74ecf01e112
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  5 05:49:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  5 05:49:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a527f50

dev-python/sphinx-panels: Add python@ as co-maint.

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-panels/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/sphinx-panels/metadata.xml 
b/dev-python/sphinx-panels/metadata.xml
index 86198918786e..737d697e677b 100644
--- a/dev-python/sphinx-panels/metadata.xml
+++ b/dev-python/sphinx-panels/metadata.xml
@@ -5,6 +5,10 @@
andrewammerl...@gentoo.org
Andrew Ammerlaan

+   
+   pyt...@gentoo.org
+   Python
+   


sphinx-panels



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

2022-05-17 Thread Andrew Ammerlaan
commit: a504a4cc10f43160f3fe906dab9320c2101b1fd1
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue May 17 11:55:30 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue May 17 12:19:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a504a4cc

dev-python/sphinx-panels: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
index 57a2b467cd5b..78513e157a8b 100644
--- a/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
+++ b/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2021-07-27 Thread Andrew Ammerlaan
commit: 2d2089797b4164e1e2bdfa3930f7557f6ab3b2e7
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Jul 27 10:19:20 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Jul 27 10:19:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d208979

dev-python/sphinx-panels: enable py3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
index 644f9878ebc..57a2b467cd5 100644
--- a/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
+++ b/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2021-07-12 Thread Michał Górny
commit: 29ee0c552571b16798ed48b35a06431e788a9539
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 12 22:42:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 12 22:42:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ee0c55

dev-python/sphinx-panels: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-panels/Manifest  |  1 -
 .../sphinx-panels/sphinx-panels-0.5.2.ebuild   | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/sphinx-panels/Manifest 
b/dev-python/sphinx-panels/Manifest
index a1ec7508ccc..42606f8a782 100644
--- a/dev-python/sphinx-panels/Manifest
+++ b/dev-python/sphinx-panels/Manifest
@@ -1,2 +1 @@
-DIST sphinx-panels-0.5.2.tar.gz 400415 BLAKE2B 
af103b3a10032590def4b41c650e9023fe94ec6e2fe764a09237cad4d928b1ff429a7a385770f2d07724897413f001ae4037c6e8638b3a9c1d63362c361fd999
 SHA512 
6d4eb566623543d0553790136e420e3f3a23e06f38b64642e2bb535a5401a954719135a9af89b3655190aebcd35024cecd40b887e7b2bb1394a2a575447316c0
 DIST sphinx-panels-0.6.0.tar.gz 400548 BLAKE2B 
685b241ffe839face392950ccaa5c00d5613ee4076a4f8d62fdff32158f2d02c444375b7f656a89d4712f8bf895b937ff9fe650cab98670f03b0c4d75e545f97
 SHA512 
74064538ff8cd1c7c44b5daeda272217618ed33394694883046972b4262d503e1426e7573d8b49040d4b426651377b89fd4ad2a085f1e62827e7ef51e6912e5f

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.5.2.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.5.2.ebuild
deleted file mode 100644
index b61ecf063b9..000
--- a/dev-python/sphinx-panels/sphinx-panels-0.5.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A sphinx extension for creating panels in a grid layout"
-HOMEPAGE="https://github.com/executablebooks/sphinx-panels;
-SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-BDEPEND="test? ( dev-python/pytest-regressions[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx_rtd_theme



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

2021-06-03 Thread Michał Górny
commit: 31c59c563c8badce61527e6958fa089ee240a81a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  3 21:48:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  3 22:01:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c59c56

dev-python/sphinx-panels: Bump to 0.6.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-panels/Manifest  |  1 +
 .../sphinx-panels/sphinx-panels-0.6.0.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/sphinx-panels/Manifest 
b/dev-python/sphinx-panels/Manifest
index 94dd6b5569a..a1ec7508ccc 100644
--- a/dev-python/sphinx-panels/Manifest
+++ b/dev-python/sphinx-panels/Manifest
@@ -1 +1,2 @@
 DIST sphinx-panels-0.5.2.tar.gz 400415 BLAKE2B 
af103b3a10032590def4b41c650e9023fe94ec6e2fe764a09237cad4d928b1ff429a7a385770f2d07724897413f001ae4037c6e8638b3a9c1d63362c361fd999
 SHA512 
6d4eb566623543d0553790136e420e3f3a23e06f38b64642e2bb535a5401a954719135a9af89b3655190aebcd35024cecd40b887e7b2bb1394a2a575447316c0
+DIST sphinx-panels-0.6.0.tar.gz 400548 BLAKE2B 
685b241ffe839face392950ccaa5c00d5613ee4076a4f8d62fdff32158f2d02c444375b7f656a89d4712f8bf895b937ff9fe650cab98670f03b0c4d75e545f97
 SHA512 
74064538ff8cd1c7c44b5daeda272217618ed33394694883046972b4262d503e1426e7573d8b49040d4b426651377b89fd4ad2a085f1e62827e7ef51e6912e5f

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
new file mode 100644
index 000..3476ddafa38
--- /dev/null
+++ b/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A sphinx extension for creating panels in a grid layout"
+HOMEPAGE="https://github.com/executablebooks/sphinx-panels;
+SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? ( dev-python/pytest-regressions[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme



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

2021-01-18 Thread Michał Górny
commit: b5d237fc4ab35d99499da76b3cf0f90aed923b21
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 18 19:09:01 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 18 19:09:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d237fc

dev-python/sphinx-panels: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-panels/Manifest  |  1 -
 .../sphinx-panels/sphinx-panels-0.4.1.ebuild   | 24 --
 2 files changed, 25 deletions(-)

diff --git a/dev-python/sphinx-panels/Manifest 
b/dev-python/sphinx-panels/Manifest
index be1b8c623ff..94dd6b5569a 100644
--- a/dev-python/sphinx-panels/Manifest
+++ b/dev-python/sphinx-panels/Manifest
@@ -1,2 +1 @@
-DIST sphinx-panels-0.4.1.tar.gz 393088 BLAKE2B 
3ba183710d211ddc623791dfa1994e08a65a2a3b4c3cda44bba7c13da255dd32c571a3637961bb901dadddfd7d06e7304eb7c489bcdcce8a05452efa151830f3
 SHA512 
a86377197682fe456d4d1d94571dfcb41bd09b086b79b3fd06a2d170aa97392130315f95534c04160e202cf8674bcd4005893dd306b2a1210647708863d22517
 DIST sphinx-panels-0.5.2.tar.gz 400415 BLAKE2B 
af103b3a10032590def4b41c650e9023fe94ec6e2fe764a09237cad4d928b1ff429a7a385770f2d07724897413f001ae4037c6e8638b3a9c1d63362c361fd999
 SHA512 
6d4eb566623543d0553790136e420e3f3a23e06f38b64642e2bb535a5401a954719135a9af89b3655190aebcd35024cecd40b887e7b2bb1394a2a575447316c0

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.4.1.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.4.1.ebuild
deleted file mode 100644
index cb526641b69..000
--- a/dev-python/sphinx-panels/sphinx-panels-0.4.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A sphinx extension for creating panels in a grid layout"
-HOMEPAGE="https://github.com/executablebooks/sphinx-panels;
-SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx_rtd_theme



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

2021-01-18 Thread Sam James
commit: 9b0240037632cade32f99f0998a71220227c1d92
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 18 17:43:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 18 17:43:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b024003

dev-python/sphinx-panels: Stabilize 0.5.2 ALLARCHES, #765982

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.5.2.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.5.2.ebuild
index 783a15c3599..b61ecf063b9 100644
--- a/dev-python/sphinx-panels/sphinx-panels-0.5.2.ebuild
+++ b/dev-python/sphinx-panels/sphinx-panels-0.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



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

2021-01-18 Thread Michał Górny
commit: d01727f2cb39b5720ad9eb3a5f115dca20d0f5ad
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 18 12:02:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 18 12:02:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01727f2

dev-python/sphinx-panels: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/sphinx-panels/metadata.xml 
b/dev-python/sphinx-panels/metadata.xml
index 4072be559b5..dee113881a3 100644
--- a/dev-python/sphinx-panels/metadata.xml
+++ b/dev-python/sphinx-panels/metadata.xml
@@ -9,6 +9,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   

sphinx-panels




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

2020-12-16 Thread Matt Turner
commit: fdaa2c987c0edc46a59d527d3b492e5cdd21ad2d
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Dec 16 20:37:12 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 17 00:18:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdaa2c98

dev-python/sphinx-panels: version bump 0.5.2

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/sphinx-panels/Manifest  |  1 +
 .../sphinx-panels/sphinx-panels-0.5.2.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/sphinx-panels/Manifest 
b/dev-python/sphinx-panels/Manifest
index 33ef93edc04..be1b8c623ff 100644
--- a/dev-python/sphinx-panels/Manifest
+++ b/dev-python/sphinx-panels/Manifest
@@ -1 +1,2 @@
 DIST sphinx-panels-0.4.1.tar.gz 393088 BLAKE2B 
3ba183710d211ddc623791dfa1994e08a65a2a3b4c3cda44bba7c13da255dd32c571a3637961bb901dadddfd7d06e7304eb7c489bcdcce8a05452efa151830f3
 SHA512 
a86377197682fe456d4d1d94571dfcb41bd09b086b79b3fd06a2d170aa97392130315f95534c04160e202cf8674bcd4005893dd306b2a1210647708863d22517
+DIST sphinx-panels-0.5.2.tar.gz 400415 BLAKE2B 
af103b3a10032590def4b41c650e9023fe94ec6e2fe764a09237cad4d928b1ff429a7a385770f2d07724897413f001ae4037c6e8638b3a9c1d63362c361fd999
 SHA512 
6d4eb566623543d0553790136e420e3f3a23e06f38b64642e2bb535a5401a954719135a9af89b3655190aebcd35024cecd40b887e7b2bb1394a2a575447316c0

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.5.2.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.5.2.ebuild
new file mode 100644
index 000..783a15c3599
--- /dev/null
+++ b/dev-python/sphinx-panels/sphinx-panels-0.5.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A sphinx extension for creating panels in a grid layout"
+HOMEPAGE="https://github.com/executablebooks/sphinx-panels;
+SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? ( dev-python/pytest-regressions[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme



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

2020-10-20 Thread Joonas Niilola
commit: 3f29bc8a8069caff10041069069f58e1190fb5f3
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Oct 21 05:47:06 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct 21 05:47:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f29bc8a

dev-python/sphinx-panels: stabilize 0.4.1 on amd64

Closes: https://bugs.gentoo.org/750464
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.4.1.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.4.1.ebuild
index 6f93cfe117d..cb526641b69 100644
--- a/dev-python/sphinx-panels/sphinx-panels-0.4.1.ebuild
+++ b/dev-python/sphinx-panels/sphinx-panels-0.4.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



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

2020-10-20 Thread Joonas Niilola
commit: cc39a72b54184b7277834476dc7f620fa990f3ca
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Oct 21 05:46:42 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct 21 05:47:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc39a72b

dev-python/sphinx-panels: stabilize 0.4.1 on x86

Bug: https://bugs.gentoo.org/750464
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.4.1.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.4.1.ebuild
index 10cc2d0a18c..6f93cfe117d 100644
--- a/dev-python/sphinx-panels/sphinx-panels-0.4.1.ebuild
+++ b/dev-python/sphinx-panels/sphinx-panels-0.4.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



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

2020-09-15 Thread Joonas Niilola
commit: 2999bcd4d00d68ecd9afa6444bf30d51d7a52e85
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Aug 17 16:51:08 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 15 08:09:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2999bcd4

dev-python/sphinx-panels: A sphinx extension for creating panels

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/sphinx-panels/Manifest  |  1 +
 dev-python/sphinx-panels/metadata.xml  | 12 +++
 .../sphinx-panels/sphinx-panels-0.4.1.ebuild   | 24 ++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/sphinx-panels/Manifest 
b/dev-python/sphinx-panels/Manifest
new file mode 100644
index 000..33ef93edc04
--- /dev/null
+++ b/dev-python/sphinx-panels/Manifest
@@ -0,0 +1 @@
+DIST sphinx-panels-0.4.1.tar.gz 393088 BLAKE2B 
3ba183710d211ddc623791dfa1994e08a65a2a3b4c3cda44bba7c13da255dd32c571a3637961bb901dadddfd7d06e7304eb7c489bcdcce8a05452efa151830f3
 SHA512 
a86377197682fe456d4d1d94571dfcb41bd09b086b79b3fd06a2d170aa97392130315f95534c04160e202cf8674bcd4005893dd306b2a1210647708863d22517

diff --git a/dev-python/sphinx-panels/metadata.xml 
b/dev-python/sphinx-panels/metadata.xml
new file mode 100644
index 000..d22e99d7357
--- /dev/null
+++ b/dev-python/sphinx-panels/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   andrewammerl...@riseup.net
+   Andrew Ammerlaan
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.4.1.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.4.1.ebuild
new file mode 100644
index 000..10cc2d0a18c
--- /dev/null
+++ b/dev-python/sphinx-panels/sphinx-panels-0.4.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A sphinx extension for creating panels in a grid layout"
+HOMEPAGE="https://github.com/executablebooks/sphinx-panels;
+SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme