[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2023-07-05 Thread Anna Vyalkova
commit: 41f9407f354e2fcae068cae229052dca02c33135
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Jul  5 13:35:31 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Wed Jul  5 13:57:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41f9407f

dev-python/sphinx-click: update upstream metadata

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/sphinx-click/metadata.xml | 22 --
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/dev-python/sphinx-click/metadata.xml 
b/dev-python/sphinx-click/metadata.xml
index e1c7001b5..a68e36a02 100644
--- a/dev-python/sphinx-click/metadata.xml
+++ b/dev-python/sphinx-click/metadata.xml
@@ -1,15 +1,17 @@
-
+
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-lssndrbarbi...@gmail.com
-Alessandro Barbieri
-  
-  
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
 sphinx-click is a Sphinx plugin that allows you to automatically extract 
documentation from a click-based application and include it in your docs.
   
-  
-click-contrib/sphinx-click
-sphinx-click
-  
+   
+   click-contrib/sphinx-click
+   sphinx-click
+   
https://github.com/click-contrib/sphinx-click/issues
+   https://sphinx-click.readthedocs.io/en/latest
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2023-03-17 Thread Anna Vyalkova
commit: dbabad5006a8f5c1414008a5a551e06a1f39742e
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Mar 17 13:28:05 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Mar 17 13:28:05 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbabad50

dev-python/sphinx-click: Use pypi.eclass

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

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

diff --git a/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild 
b/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
index 537fc67bd..1e90f2cf0 100644
--- a/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
@@ -3,16 +3,16 @@
 
 EAPI=8
 
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Sphinx plugin to automatically document click-based applications"
 HOMEPAGE="
https://github.com/click-contrib/sphinx-click
https://pypi.org/project/sphinx-click/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 KEYWORDS="~amd64"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2022-06-27 Thread Alessandro Barbieri
commit: b15823e319e9238abb183661e7af571b00d10192
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Jun 28 04:16:08 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue Jun 28 04:34:28 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b15823e3

dev-python/sphinx-click: add 4.2.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sphinx-click/Manifest  |  1 +
 dev-python/sphinx-click/sphinx-click-4.2.0.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
index 105169e7c..5a5a6771e 100644
--- a/dev-python/sphinx-click/Manifest
+++ b/dev-python/sphinx-click/Manifest
@@ -1 +1,2 @@
 DIST sphinx-click-4.1.0.tar.gz 21146 BLAKE2B 
0510bdcfa051e1272796ef049b4fe40e936526937b99bec5c20b714507d285a5524bd341f41042a74c1b6715fbda7a892e14aee08a397df61ff47f39b2ebc52a
 SHA512 
a57efbcfe8ab4f82298917937b573480401a51ce81889eb37b56f6eac0b2d6123a94a877f5bc460c4998c55040072453a48400f9c94d902a7cab6cd622d13d62
+DIST sphinx-click-4.2.0.tar.gz 21265 BLAKE2B 
3f0cd707d6eb26bb63d81cd86324b715eecbb85d038a94104599034563be024d4d4cab5ed488b1d1fb55d4f7c6abb599f48c96f8ea582be0c3d4a37169e7638d
 SHA512 
9b9fee96b17242a1a2cfc097a490134e47d250231481d13c438abfdd17b149adf2bde9c3591a94e4e17f02dc800c2b48002eb74994b43fec0d50ddb1083e

diff --git a/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild 
b/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
new file mode 100644
index 0..cf32023f4
--- /dev/null
+++ b/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx plugin to automatically document click-based applications"
+HOMEPAGE="
+   https://github.com/click-contrib/sphinx-click
+   https://pypi.org/project/sphinx-click/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
+   >=dev-python/click-7.0[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+"
+BDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs --no-autodoc



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2022-06-14 Thread Alessandro Barbieri
commit: bea3c2922e84ca68369139f8cf83a6e0653dffb4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jun 13 22:32:06 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue Jun 14 08:00:25 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bea3c292

dev-python/sphinx-click: drop 4.0.3

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sphinx-click/Manifest  |  1 -
 dev-python/sphinx-click/sphinx-click-4.0.3.ebuild | 29 ---
 2 files changed, 30 deletions(-)

diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
index 07249a48f..105169e7c 100644
--- a/dev-python/sphinx-click/Manifest
+++ b/dev-python/sphinx-click/Manifest
@@ -1,2 +1 @@
-DIST sphinx-click-4.0.3.tar.gz 21251 BLAKE2B 
dc6c5fa888168661c067206b063517f12ccaa6dec634b8c0f3743cd19264223043b196a4d3b2417fe5c28b350838386905ccbe0478a7e7cad792d95cc63d6472
 SHA512 
e5d6f82c49cd50309026b9697ea41827a216cf27001d1a38a9fc3f7fa6d0dacbbb7793853b27304e2cb5b584bb4eed491476595d543bcce9ddfbd21832cacb16
 DIST sphinx-click-4.1.0.tar.gz 21146 BLAKE2B 
0510bdcfa051e1272796ef049b4fe40e936526937b99bec5c20b714507d285a5524bd341f41042a74c1b6715fbda7a892e14aee08a397df61ff47f39b2ebc52a
 SHA512 
a57efbcfe8ab4f82298917937b573480401a51ce81889eb37b56f6eac0b2d6123a94a877f5bc460c4998c55040072453a48400f9c94d902a7cab6cd622d13d62

diff --git a/dev-python/sphinx-click/sphinx-click-4.0.3.ebuild 
b/dev-python/sphinx-click/sphinx-click-4.0.3.ebuild
deleted file mode 100644
index ed3df918f..0
--- a/dev-python/sphinx-click/sphinx-click-4.0.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx plugin to automatically document click-based applications"
-HOMEPAGE="
-   https://github.com/click-contrib/sphinx-click
-   https://pypi.org/project/sphinx-click/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
-   >=dev-python/click-7.0[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-"
-BDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs --no-autodoc



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2022-06-14 Thread Alessandro Barbieri
commit: 8de75ca6909ac8ea99637fac4bf93c50d1c814e7
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jun 13 22:31:24 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue Jun 14 08:00:24 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8de75ca6

dev-python/sphinx-click: add 4.1.0, drop 4.0.2

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sphinx-click/Manifest| 2 +-
 .../{sphinx-click-4.0.2.ebuild => sphinx-click-4.1.0.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
index a6df43691..07249a48f 100644
--- a/dev-python/sphinx-click/Manifest
+++ b/dev-python/sphinx-click/Manifest
@@ -1,2 +1,2 @@
-DIST sphinx-click-4.0.2.tar.gz 21218 BLAKE2B 
6590e5604bd6c07249f9a7aeb5c43660e913e24d889dad046012e53dc682f981d80df0c6955c7a930c98986378731fb16037ed5e9cd50b45c4a4299d183eadb6
 SHA512 
f44a3ada5e2a73fed1d4b92d6868b6875cc3c1790b427c8db71e4c8e50e86eec8ef00a46762a34ff539f5061cc3e258494523ba25e9035beaa92c41560ab554a
 DIST sphinx-click-4.0.3.tar.gz 21251 BLAKE2B 
dc6c5fa888168661c067206b063517f12ccaa6dec634b8c0f3743cd19264223043b196a4d3b2417fe5c28b350838386905ccbe0478a7e7cad792d95cc63d6472
 SHA512 
e5d6f82c49cd50309026b9697ea41827a216cf27001d1a38a9fc3f7fa6d0dacbbb7793853b27304e2cb5b584bb4eed491476595d543bcce9ddfbd21832cacb16
+DIST sphinx-click-4.1.0.tar.gz 21146 BLAKE2B 
0510bdcfa051e1272796ef049b4fe40e936526937b99bec5c20b714507d285a5524bd341f41042a74c1b6715fbda7a892e14aee08a397df61ff47f39b2ebc52a
 SHA512 
a57efbcfe8ab4f82298917937b573480401a51ce81889eb37b56f6eac0b2d6123a94a877f5bc460c4998c55040072453a48400f9c94d902a7cab6cd622d13d62

diff --git a/dev-python/sphinx-click/sphinx-click-4.0.2.ebuild 
b/dev-python/sphinx-click/sphinx-click-4.1.0.ebuild
similarity index 94%
rename from dev-python/sphinx-click/sphinx-click-4.0.2.ebuild
rename to dev-python/sphinx-click/sphinx-click-4.1.0.ebuild
index ed3df918f..cf32023f4 100644
--- a/dev-python/sphinx-click/sphinx-click-4.0.2.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-4.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2022-04-20 Thread Alessandro Barbieri
commit: 00d150dba1764ef8766ff17fed5a7f225800fc0e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Apr 20 22:18:58 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Apr 20 22:37:05 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00d150db

dev-python/sphinx-click: add 4.0.3, drop 3.1.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sphinx-click/Manifest| 2 +-
 .../{sphinx-click-3.1.0.ebuild => sphinx-click-4.0.3.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
index d68daafa5..a6df43691 100644
--- a/dev-python/sphinx-click/Manifest
+++ b/dev-python/sphinx-click/Manifest
@@ -1,2 +1,2 @@
-DIST sphinx-click-3.1.0.tar.gz 20265 BLAKE2B 
ca38720636c8c3009db4b4345534883b63e647bd1e2fe1a5d79a4e80c2221a0e9543518d4f1ae9663571259cd14aff8b89f302f05a335b2c824ec24622e04853
 SHA512 
fe44d9e104216a7edadc2cdd467fd704deeacf580908b2d6e597104dabbf5d1006ee08019aa1252895d2929c42f34fc8ae540530a7bf20023cedcce8267c9a8b
 DIST sphinx-click-4.0.2.tar.gz 21218 BLAKE2B 
6590e5604bd6c07249f9a7aeb5c43660e913e24d889dad046012e53dc682f981d80df0c6955c7a930c98986378731fb16037ed5e9cd50b45c4a4299d183eadb6
 SHA512 
f44a3ada5e2a73fed1d4b92d6868b6875cc3c1790b427c8db71e4c8e50e86eec8ef00a46762a34ff539f5061cc3e258494523ba25e9035beaa92c41560ab554a
+DIST sphinx-click-4.0.3.tar.gz 21251 BLAKE2B 
dc6c5fa888168661c067206b063517f12ccaa6dec634b8c0f3743cd19264223043b196a4d3b2417fe5c28b350838386905ccbe0478a7e7cad792d95cc63d6472
 SHA512 
e5d6f82c49cd50309026b9697ea41827a216cf27001d1a38a9fc3f7fa6d0dacbbb7793853b27304e2cb5b584bb4eed491476595d543bcce9ddfbd21832cacb16

diff --git a/dev-python/sphinx-click/sphinx-click-3.1.0.ebuild 
b/dev-python/sphinx-click/sphinx-click-4.0.3.ebuild
similarity index 94%
rename from dev-python/sphinx-click/sphinx-click-3.1.0.ebuild
rename to dev-python/sphinx-click/sphinx-click-4.0.3.ebuild
index 8d3e2f229..ed3df918f 100644
--- a/dev-python/sphinx-click/sphinx-click-3.1.0.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-4.0.3.ebuild
@@ -20,7 +20,7 @@ SLOT="0"
 
 RDEPEND="
>=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
-   >=dev-python/click-5[${PYTHON_USEDEP}]
+   >=dev-python/click-7.0[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
 "
 BDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2022-04-15 Thread Alessandro Barbieri
commit: ba6a91b0dcacd3439ea74f08cb55af5bf1d55047
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Apr 15 23:38:44 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Apr 16 00:29:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba6a91b0

dev-python/sphinx-click: add 4.0.2, drop 3.0.2

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sphinx-click/Manifest   | 2 +-
 .../{sphinx-click-3.0.2.ebuild => sphinx-click-4.0.2.ebuild}   | 7 +++
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
index fa88c6f6e..d68daafa5 100644
--- a/dev-python/sphinx-click/Manifest
+++ b/dev-python/sphinx-click/Manifest
@@ -1,2 +1,2 @@
-DIST sphinx-click-3.0.2.tar.gz 19764 BLAKE2B 
7190958afaa8edab311e6728c5b2ea37e04d9402882c8bb0ceac935fc1bc93b5c087cbe6847396f9331b9b6b4d7fcb2a439d725661bd8d4cebdde6851f38f78a
 SHA512 
dcf60ca31dcc7c1f45157ed88a5d723d8b531f01b617fb0cc4ada8f09c709b23b55a86bcf8bbe66bf4c2f5ef77329123d271724887022a43b86747087e87ed7c
 DIST sphinx-click-3.1.0.tar.gz 20265 BLAKE2B 
ca38720636c8c3009db4b4345534883b63e647bd1e2fe1a5d79a4e80c2221a0e9543518d4f1ae9663571259cd14aff8b89f302f05a335b2c824ec24622e04853
 SHA512 
fe44d9e104216a7edadc2cdd467fd704deeacf580908b2d6e597104dabbf5d1006ee08019aa1252895d2929c42f34fc8ae540530a7bf20023cedcce8267c9a8b
+DIST sphinx-click-4.0.2.tar.gz 21218 BLAKE2B 
6590e5604bd6c07249f9a7aeb5c43660e913e24d889dad046012e53dc682f981d80df0c6955c7a930c98986378731fb16037ed5e9cd50b45c4a4299d183eadb6
 SHA512 
f44a3ada5e2a73fed1d4b92d6868b6875cc3c1790b427c8db71e4c8e50e86eec8ef00a46762a34ff539f5061cc3e258494523ba25e9035beaa92c41560ab554a

diff --git a/dev-python/sphinx-click/sphinx-click-3.0.2.ebuild 
b/dev-python/sphinx-click/sphinx-click-4.0.2.ebuild
similarity index 85%
rename from dev-python/sphinx-click/sphinx-click-3.0.2.ebuild
rename to dev-python/sphinx-click/sphinx-click-4.0.2.ebuild
index d2a0b6b24..ed3df918f 100644
--- a/dev-python/sphinx-click/sphinx-click-3.0.2.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-4.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,16 +15,15 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 SLOT="0"
 
 RDEPEND="
>=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
-   >=dev-python/click-7[${PYTHON_USEDEP}]
+   >=dev-python/click-7.0[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
 "
 BDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest
-
 distutils_enable_sphinx docs --no-autodoc



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2022-03-13 Thread Alessandro Barbieri
commit: 2bd9ed24fc95ace786d364ed7ce83322e5a58dde
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:13:02 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2bd9ed24

dev-python/sphinx-click: add 3.1.0, drop 3.0.1

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sphinx-click/Manifest |  2 +-
 ...hinx-click-3.0.1.ebuild => sphinx-click-3.1.0.ebuild} | 16 
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
index 7ce229c2b..fa88c6f6e 100644
--- a/dev-python/sphinx-click/Manifest
+++ b/dev-python/sphinx-click/Manifest
@@ -1,2 +1,2 @@
-DIST sphinx-click-3.0.1.tar.gz 17193 BLAKE2B 
4110e7b69975d90729b48eaa8587771ee8b082574774f1fbc22278c0e3c8993f16c7682aafa273198b14c1d698faed39216d4ff3563e5a6b56e0646a987bf58e
 SHA512 
ef3627e53e762e19f0b11824f32369aece053cfa861b49cd08e8d8e34d392883fff7df79a1eb23b256d401a803c93eed4bad91daf54eb2ad4c93655911c2e8e4
 DIST sphinx-click-3.0.2.tar.gz 19764 BLAKE2B 
7190958afaa8edab311e6728c5b2ea37e04d9402882c8bb0ceac935fc1bc93b5c087cbe6847396f9331b9b6b4d7fcb2a439d725661bd8d4cebdde6851f38f78a
 SHA512 
dcf60ca31dcc7c1f45157ed88a5d723d8b531f01b617fb0cc4ada8f09c709b23b55a86bcf8bbe66bf4c2f5ef77329123d271724887022a43b86747087e87ed7c
+DIST sphinx-click-3.1.0.tar.gz 20265 BLAKE2B 
ca38720636c8c3009db4b4345534883b63e647bd1e2fe1a5d79a4e80c2221a0e9543518d4f1ae9663571259cd14aff8b89f302f05a335b2c824ec24622e04853
 SHA512 
fe44d9e104216a7edadc2cdd467fd704deeacf580908b2d6e597104dabbf5d1006ee08019aa1252895d2929c42f34fc8ae540530a7bf20023cedcce8267c9a8b

diff --git a/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild 
b/dev-python/sphinx-click/sphinx-click-3.1.0.ebuild
similarity index 61%
rename from dev-python/sphinx-click/sphinx-click-3.0.1.ebuild
rename to dev-python/sphinx-click/sphinx-click-3.1.0.ebuild
index e19efe79f..8d3e2f229 100644
--- a/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-3.1.0.ebuild
@@ -1,29 +1,29 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="Sphinx plugin to automatically document click-based applications"
 HOMEPAGE="
https://github.com/click-contrib/sphinx-click
-   https://pypi.org/project/sphinx-click
+   https://pypi.org/project/sphinx-click/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 SLOT="0"
 
 RDEPEND="
>=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
-   >=dev-python/click-6[${PYTHON_USEDEP}]
-   =dev-python/click-5[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
 "
-DEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+BDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs --no-autodoc



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2021-12-15 Thread Andrew Ammerlaan
commit: bfe18a20944350f50608edf5cf7a54a10dc729cc
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Dec 15 10:27:20 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Dec 15 10:35:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfe18a20

dev-python/sphinx-click: fix typo

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

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

diff --git a/dev-python/sphinx-click/sphinx-click-3.0.2.ebuild 
b/dev-python/sphinx-click/sphinx-click-3.0.2.ebuild
index 3719e56f9..edcfda288 100644
--- a/dev-python/sphinx-click/sphinx-click-3.0.2.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-3.0.2.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
>=dev-python/click-7[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
 "
-iBDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+BDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2021-06-15 Thread Alessandro Barbieri
commit: 0643a9328cc79d0941e0db099355ba6968a67f13
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Jun 15 17:32:18 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue Jun 15 23:28:25 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0643a932

dev-python/sphinx-click: add 3.0.1

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sphinx-click/Manifest  |  1 +
 dev-python/sphinx-click/sphinx-click-3.0.1.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
index a07d48bd0..54f479211 100644
--- a/dev-python/sphinx-click/Manifest
+++ b/dev-python/sphinx-click/Manifest
@@ -1 +1,2 @@
 DIST sphinx-click-3.0.0.tar.gz 19802 BLAKE2B 
103b4d4374baac92baef327ed4a10e60b8ecbc1fecb828082ab2e9be766ba13bc4e1479d4e07eda456ba545be1626658cf599e48c3782f7257e646b819426b61
 SHA512 
a5d4aa443f149fbc875e773ac721a48e19f35c96ddff47fc5763639babe1dd7d87a92ce4b7139b0b2e6b252792de32f52e9bcbbf509c7af0fdbd12cb480fe0dc
+DIST sphinx-click-3.0.1.tar.gz 17193 BLAKE2B 
4110e7b69975d90729b48eaa8587771ee8b082574774f1fbc22278c0e3c8993f16c7682aafa273198b14c1d698faed39216d4ff3563e5a6b56e0646a987bf58e
 SHA512 
ef3627e53e762e19f0b11824f32369aece053cfa861b49cd08e8d8e34d392883fff7df79a1eb23b256d401a803c93eed4bad91daf54eb2ad4c93655911c2e8e4

diff --git a/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild 
b/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild
new file mode 100644
index 0..e19efe79f
--- /dev/null
+++ b/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild
@@ -0,0 +1,29 @@
+# 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="Sphinx plugin to automatically document click-based applications"
+HOMEPAGE="
+   https://github.com/click-contrib/sphinx-click
+   https://pypi.org/project/sphinx-click
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
+   >=dev-python/click-6[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2021-06-14 Thread Alessandro Barbieri
commit: 107a83f576f97f4f242e34cb23dd63824f172460
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jun 14 22:50:01 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Jun 14 23:09:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=107a83f5

dev-python/sphinx-click: drop 2.7.1

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sphinx-click/Manifest  |  1 -
 dev-python/sphinx-click/sphinx-click-2.7.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
index e8a4301b4..a07d48bd0 100644
--- a/dev-python/sphinx-click/Manifest
+++ b/dev-python/sphinx-click/Manifest
@@ -1,2 +1 @@
-DIST sphinx-click-2.7.1.tar.gz 17608 BLAKE2B 
4fe15f3e8ad413f36a9aa6125f973fdb8d150a0996a373bc877ccec1c40132d81235abaf28a1ab90e647cbdb6a9571d782078e1de19c98e76818c6a957490bec
 SHA512 
55749ab1f48569225558eda243c77991623418a2185fbda266d75d3a52f4551fb619b3024bb368d8332e55c0755da7a9da5b5da97158c9d8eefec3a2007f201e
 DIST sphinx-click-3.0.0.tar.gz 19802 BLAKE2B 
103b4d4374baac92baef327ed4a10e60b8ecbc1fecb828082ab2e9be766ba13bc4e1479d4e07eda456ba545be1626658cf599e48c3782f7257e646b819426b61
 SHA512 
a5d4aa443f149fbc875e773ac721a48e19f35c96ddff47fc5763639babe1dd7d87a92ce4b7139b0b2e6b252792de32f52e9bcbbf509c7af0fdbd12cb480fe0dc

diff --git a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild 
b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
deleted file mode 100644
index 657e38a6e..0
--- a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
+++ /dev/null
@@ -1,31 +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} )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx plugin to automatically document click-based applications"
-HOMEPAGE="
-   https://github.com/click-contrib/sphinx-click
-   https://pypi.org/project/sphinx-click
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/sphinx-1.5[${PYTHON_USEDEP}]
-   =dev-python/click-6[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2021-06-13 Thread Alessandro Barbieri
commit: 0694cc3604a020540af1b3a815490a54ca940562
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jun 14 00:07:11 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Jun 14 02:27:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0694cc36

dev-python/sphinx-click: add 3.0.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sphinx-click/Manifest  |  1 +
 dev-python/sphinx-click/sphinx-click-3.0.0.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
index 1434393d4..e8a4301b4 100644
--- a/dev-python/sphinx-click/Manifest
+++ b/dev-python/sphinx-click/Manifest
@@ -1 +1,2 @@
 DIST sphinx-click-2.7.1.tar.gz 17608 BLAKE2B 
4fe15f3e8ad413f36a9aa6125f973fdb8d150a0996a373bc877ccec1c40132d81235abaf28a1ab90e647cbdb6a9571d782078e1de19c98e76818c6a957490bec
 SHA512 
55749ab1f48569225558eda243c77991623418a2185fbda266d75d3a52f4551fb619b3024bb368d8332e55c0755da7a9da5b5da97158c9d8eefec3a2007f201e
+DIST sphinx-click-3.0.0.tar.gz 19802 BLAKE2B 
103b4d4374baac92baef327ed4a10e60b8ecbc1fecb828082ab2e9be766ba13bc4e1479d4e07eda456ba545be1626658cf599e48c3782f7257e646b819426b61
 SHA512 
a5d4aa443f149fbc875e773ac721a48e19f35c96ddff47fc5763639babe1dd7d87a92ce4b7139b0b2e6b252792de32f52e9bcbbf509c7af0fdbd12cb480fe0dc

diff --git a/dev-python/sphinx-click/sphinx-click-3.0.0.ebuild 
b/dev-python/sphinx-click/sphinx-click-3.0.0.ebuild
new file mode 100644
index 0..e19efe79f
--- /dev/null
+++ b/dev-python/sphinx-click/sphinx-click-3.0.0.ebuild
@@ -0,0 +1,29 @@
+# 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="Sphinx plugin to automatically document click-based applications"
+HOMEPAGE="
+   https://github.com/click-contrib/sphinx-click
+   https://pypi.org/project/sphinx-click
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
+   >=dev-python/click-6[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2021-05-07 Thread Alessandro Barbieri
commit: d3d080f240d4199c887e15189f7e80f0e9505775
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri May  7 11:29:53 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri May  7 11:31:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3d080f2

dev-python/sphinx-click: fix doc build

Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild 
b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
index 1c5114fa7..657e38a6e 100644
--- a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
@@ -23,9 +23,9 @@ RDEPEND="
=dev-python/click-6[${PYTHON_USEDEP}]


[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2021-05-06 Thread Anna Vyalkova
commit: 81bc5932e1b4139238ac39c60ce942acd73a4db8
Author: Anna Vyalkova  sysrq  in>
AuthorDate: Fri May  7 00:40:49 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri May  7 00:40:49 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81bc5932

dev-python/sphinx-click: fix deps and typos

Signed-off-by: Anna Vyalkova  sysrq.in>

 dev-python/sphinx-click/sphinx-click-2.7.1.ebuild | 13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild 
b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
index 199523156..1c5114fa7 100644
--- a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
@@ -15,22 +15,17 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-#KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
 RDEPEND="
-   ${PYTHON_DEPS}
>=dev-python/sphinx-1.5[${PYTHON_USEDEP}]
=dev-python/click-6[${PYTHON_USEDEP}]


[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2021-05-06 Thread Alessandro Barbieri
commit: f8572eba2e39803f8f70bca56d6a970b3930f5ae
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  6 23:07:15 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  6 23:07:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8572eba

dev-python/sphinx-click: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sphinx-click/Manifest  |  1 +
 dev-python/sphinx-click/metadata.xml  | 16 ++
 dev-python/sphinx-click/sphinx-click-2.7.1.ebuild | 36 +++
 3 files changed, 53 insertions(+)

diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
new file mode 100644
index 0..1434393d4
--- /dev/null
+++ b/dev-python/sphinx-click/Manifest
@@ -0,0 +1 @@
+DIST sphinx-click-2.7.1.tar.gz 17608 BLAKE2B 
4fe15f3e8ad413f36a9aa6125f973fdb8d150a0996a373bc877ccec1c40132d81235abaf28a1ab90e647cbdb6a9571d782078e1de19c98e76818c6a957490bec
 SHA512 
55749ab1f48569225558eda243c77991623418a2185fbda266d75d3a52f4551fb619b3024bb368d8332e55c0755da7a9da5b5da97158c9d8eefec3a2007f201e

diff --git a/dev-python/sphinx-click/metadata.xml 
b/dev-python/sphinx-click/metadata.xml
new file mode 100644
index 0..7a441fb5c
--- /dev/null
+++ b/dev-python/sphinx-click/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+sphinx-click is a Sphinx plugin that allows you to automatically extract 
documentation from a click-based application and include it in your docs.
+  
+  
+click-contrib/sphinx-click
+sphinx-click
+  
+

diff --git a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild 
b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
new file mode 100644
index 0..199523156
--- /dev/null
+++ b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx plugin to automatically document click-based applications"
+HOMEPAGE="
+   https://github.com/click-contrib/sphinx-click
+   https://pypi.org/project/sphinx-click
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+#KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/sphinx-1.5[${PYTHON_USEDEP}]
+   =dev-python/click-6[${PYTHON_USEDEP}]
+