public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxext-opengraph/
@ 2023-12-06  7:58 Henri Gasc
  0 siblings, 0 replies; 9+ messages in thread
From: Henri Gasc @ 2023-12-06  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2b3b553d77712ae961ebe713dec1ca3d6444fadf
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon Dec  4 13:15:37 2023 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Dec  6 07:57:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b3b553d

dev-python/sphinxext-opengraph: new package, add 0.9.0

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/sphinxext-opengraph/Manifest            |  1 +
 dev-python/sphinxext-opengraph/metadata.xml        | 13 ++++++
 .../sphinxext-opengraph-0.9.0.ebuild               | 46 ++++++++++++++++++++++
 3 files changed, 60 insertions(+)

diff --git a/dev-python/sphinxext-opengraph/Manifest b/dev-python/sphinxext-opengraph/Manifest
new file mode 100644
index 0000000000..aa4711c3ba
--- /dev/null
+++ b/dev-python/sphinxext-opengraph/Manifest
@@ -0,0 +1 @@
+DIST sphinxext-opengraph-0.9.0.tar.gz 1034489 BLAKE2B 86e268d30ddf679f97d646b23130d13c527ab89105359dfce901198a9103303b1e740bb9767dcf26eb3ed89329550aa328e68a07d49c7658b93934ac8b799e1a SHA512 f7c06b71336169258c20c3c2ce445ab95a3827de1adc51b73f918058c7373aec137aae658193998f8b7876e47662b4a3a48d56e17d28f88a14a05cc10775a3b8

diff --git a/dev-python/sphinxext-opengraph/metadata.xml b/dev-python/sphinxext-opengraph/metadata.xml
new file mode 100644
index 0000000000..1507e30a81
--- /dev/null
+++ b/dev-python/sphinxext-opengraph/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gasc@eurecom.fr</email>
+		<name>Gasc Henri</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">sphinxext-opengraph</remote-id>
+		<remote-id type="github">wpilibsuite/sphinxext-opengraph</remote-id>
+		<doc>https://sphinxext-opengraph.readthedocs.io</doc>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.0.ebuild b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.0.ebuild
new file mode 100644
index 0000000000..7c1022d5ae
--- /dev/null
+++ b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+hash="e261d13676a53f1909ff38edd41a5d83df84dace2625b2fe9e8a679d4ef3"
+
+DESCRIPTION="Sphinx extension to generate unique OpenGraph metadata"
+HOMEPAGE="https://github.com/wpilibsuite/sphinxext-opengraph"
+SRC_URI="https://files.pythonhosted.org/packages/e7/b0/${hash}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+RDEPEND="
+	>=dev-python/sphinx-4.0[${PYTHON_USEDEP}]
+	dev-python/matplotlib[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	doc? (
+		media-fonts/roboto
+		dev-python/furo[${PYTHON_USEDEP}]
+		dev-python/myst-parser[${PYTHON_USEDEP}]
+		dev-python/sphinx-design[${PYTHON_USEDEP}]
+	)
+	test? ( dev-python/beautifulsoup4[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+
+python_compile_all() {
+	use doc && emake -C docs man
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+	use doc && doman "${S}/docs/build/man/${PN}.1"
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxext-opengraph/
@ 2024-01-10 14:49 Henri Gasc
  0 siblings, 0 replies; 9+ messages in thread
From: Henri Gasc @ 2024-01-10 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     192b38fdaae9bb088d67e0adf4c41142514c44ff
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Jan 10 14:48:11 2024 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Jan 10 14:48:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=192b38fd

dev-python/sphinxext-opengraph: add 0.9.1, drop 0.9.0

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/sphinxext-opengraph/Manifest                             | 2 +-
 ...xext-opengraph-0.9.0.ebuild => sphinxext-opengraph-0.9.1.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/sphinxext-opengraph/Manifest b/dev-python/sphinxext-opengraph/Manifest
index aa4711c3ba..aae23a22aa 100644
--- a/dev-python/sphinxext-opengraph/Manifest
+++ b/dev-python/sphinxext-opengraph/Manifest
@@ -1 +1 @@
-DIST sphinxext-opengraph-0.9.0.tar.gz 1034489 BLAKE2B 86e268d30ddf679f97d646b23130d13c527ab89105359dfce901198a9103303b1e740bb9767dcf26eb3ed89329550aa328e68a07d49c7658b93934ac8b799e1a SHA512 f7c06b71336169258c20c3c2ce445ab95a3827de1adc51b73f918058c7373aec137aae658193998f8b7876e47662b4a3a48d56e17d28f88a14a05cc10775a3b8
+DIST sphinxext-opengraph-0.9.1.tar.gz 1034511 BLAKE2B 3967c98a53f0e2a55be659741efe29ecc167413de570ba58d54cbe5f14679f1f5ba9613e4579372fb38ff602a7ef4744a6d00793bec5ca0eda800cf6f1e1ba4e SHA512 0f23e5269baccd675d67588597175adf0322942bf0c8ca76b4f22bd14b4574f1f4d2328e476293253bc9b92aec7b9311c17ac301b762ec3d4c2a6c3cd072cb91

diff --git a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.0.ebuild b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
similarity index 84%
rename from dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.0.ebuild
rename to dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
index 7c1022d5ae..2485f75de4 100644
--- a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.0.ebuild
+++ b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,11 +9,11 @@ PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
-hash="e261d13676a53f1909ff38edd41a5d83df84dace2625b2fe9e8a679d4ef3"
+hash="4302fe33c88dbfb572e2c1cad26735164c23f16fb8dba94ddb1867d0ef06"
 
 DESCRIPTION="Sphinx extension to generate unique OpenGraph metadata"
 HOMEPAGE="https://github.com/wpilibsuite/sphinxext-opengraph"
-SRC_URI="https://files.pythonhosted.org/packages/e7/b0/${hash}/${P}.tar.gz"
+SRC_URI="https://files.pythonhosted.org/packages/1c/5b/${hash}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxext-opengraph/
@ 2024-01-13 11:06 Henri Gasc
  0 siblings, 0 replies; 9+ messages in thread
From: Henri Gasc @ 2024-01-13 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c76c5fb23f9db4a5cbba747e7c71f07d6af8fdb3
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sat Jan 13 11:06:11 2024 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sat Jan 13 11:06:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c76c5fb2

dev-python/sphinxext-opengraph: update SRC_URI

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
index 2485f75de4..e3594a6a22 100644
--- a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
+++ b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
@@ -7,13 +7,10 @@ DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{10..12} )
 
-inherit distutils-r1
-
-hash="4302fe33c88dbfb572e2c1cad26735164c23f16fb8dba94ddb1867d0ef06"
+inherit distutils-r1 pypi
 
 DESCRIPTION="Sphinx extension to generate unique OpenGraph metadata"
 HOMEPAGE="https://github.com/wpilibsuite/sphinxext-opengraph"
-SRC_URI="https://files.pythonhosted.org/packages/1c/5b/${hash}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxext-opengraph/
@ 2024-10-10 16:04 Henri Gasc
  0 siblings, 0 replies; 9+ messages in thread
From: Henri Gasc @ 2024-10-10 16:04 UTC (permalink / raw
  To: gentoo-commits

commit:     693d27250ce9cd03ddabeb7ff23b6c46f6bf6333
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Thu Oct 10 14:46:55 2024 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Thu Oct 10 16:04:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=693d2725

dev-python/sphinxext-opengraph: new package, add 0.9.1

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/sphinxext-opengraph/Manifest            |  1 +
 dev-python/sphinxext-opengraph/metadata.xml        | 12 ++++++++
 .../sphinxext-opengraph-0.9.1.ebuild               | 33 ++++++++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/dev-python/sphinxext-opengraph/Manifest b/dev-python/sphinxext-opengraph/Manifest
new file mode 100644
index 000000000..aae23a22a
--- /dev/null
+++ b/dev-python/sphinxext-opengraph/Manifest
@@ -0,0 +1 @@
+DIST sphinxext-opengraph-0.9.1.tar.gz 1034511 BLAKE2B 3967c98a53f0e2a55be659741efe29ecc167413de570ba58d54cbe5f14679f1f5ba9613e4579372fb38ff602a7ef4744a6d00793bec5ca0eda800cf6f1e1ba4e SHA512 0f23e5269baccd675d67588597175adf0322942bf0c8ca76b4f22bd14b4574f1f4d2328e476293253bc9b92aec7b9311c17ac301b762ec3d4c2a6c3cd072cb91

diff --git a/dev-python/sphinxext-opengraph/metadata.xml b/dev-python/sphinxext-opengraph/metadata.xml
new file mode 100644
index 000000000..34024efe5
--- /dev/null
+++ b/dev-python/sphinxext-opengraph/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gasc@eurecom.fr</email>
+		<name>Gasc Henri</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">sphinxext-opengraph</remote-id>
+		<remote-id type="github">wpilibsuite/sphinxext-opengraph</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
new file mode 100644
index 000000000..2372c1b24
--- /dev/null
+++ b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DOCS_AUTODOC=0
+DOCS_BUILDER="sphinx"
+DOCS_DIR="docs/source"
+
+PYPI_NO_NORMALIZE=1
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 docs pypi
+
+DESCRIPTION="Sphinx extension to generate unique OpenGraph metadata"
+HOMEPAGE="https://github.com/wpilibsuite/sphinxext-opengraph https://pypi.org/project/sphinxext-opengraph/"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	doc? (
+		dev-python/myst-parser[${PYTHON_USEDEP}]
+		dev-python/furo[${PYTHON_USEDEP}]
+		dev-python/sphinx-design[${PYTHON_USEDEP}]
+		dev-python/matplotlib[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxext-opengraph/
@ 2024-10-11 15:12 Henri Gasc
  0 siblings, 0 replies; 9+ messages in thread
From: Henri Gasc @ 2024-10-11 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ded4e0ad81b82fe56dc7588d14d244a5b795b535
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Fri Oct 11 15:12:22 2024 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Fri Oct 11 15:12:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ded4e0ad

dev-python/sphinxext-opengraph: Change dep to allow test and doc

Closes: https://bugs.gentoo.org/941280
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 .../sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild   | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
index 2372c1b24..5b2dd5dbe 100644
--- a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
+++ b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
@@ -21,13 +21,13 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-BDEPEND="
-	doc? (
-		dev-python/myst-parser[${PYTHON_USEDEP}]
-		dev-python/furo[${PYTHON_USEDEP}]
-		dev-python/sphinx-design[${PYTHON_USEDEP}]
-		dev-python/matplotlib[${PYTHON_USEDEP}]
-	)
+RDEPEND="
+	dev-python/myst-parser[${PYTHON_USEDEP}]
+	dev-python/furo[${PYTHON_USEDEP}]
+	dev-python/sphinx-design[${PYTHON_USEDEP}]
+	dev-python/matplotlib[${PYTHON_USEDEP}]
 "
+BDEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxext-opengraph/
@ 2024-10-12 15:41 Henri Gasc
  0 siblings, 0 replies; 9+ messages in thread
From: Henri Gasc @ 2024-10-12 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     81e90b99dc3c05adb061ef194259bde16709c148
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sat Oct 12 15:41:17 2024 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sat Oct 12 15:41:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81e90b99

dev-python/sphinxext-opengraph: Fix BDEPEND

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
index 5b2dd5dbe..d07943420 100644
--- a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
+++ b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
@@ -27,7 +27,10 @@ RDEPEND="
 	dev-python/sphinx-design[${PYTHON_USEDEP}]
 	dev-python/matplotlib[${PYTHON_USEDEP}]
 "
-BDEPEND="${RDEPEND}"
-DEPEND="${RDEPEND}"
+BDEPEND="
+	doc? (
+		${RDEPEND}
+	)
+"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxext-opengraph/
@ 2025-02-20  1:20 demize
  0 siblings, 0 replies; 9+ messages in thread
From: demize @ 2025-02-20  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     025ead5876eea6990b40c78c383e59fbf07237b7
Author:     demize <demize <AT> unstable <DOT> systems>
AuthorDate: Thu Feb 20 01:03:19 2025 +0000
Commit:     demize <demize <AT> unstable <DOT> systems>
CommitDate: Thu Feb 20 01:19:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=025ead58

dev-python/sphinxext-opengraph: disable py3.10 and pypy3

This follows a change in ::gentoo to dev-python/furo.

Signed-off-by: demize <demize <AT> unstable.systems>

 dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
index d07943420..cc133c260 100644
--- a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
+++ b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ DOCS_DIR="docs/source"
 PYPI_NO_NORMALIZE=1
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1 docs pypi
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxext-opengraph/
@ 2025-05-05 20:02 Henri Gasc
  0 siblings, 0 replies; 9+ messages in thread
From: Henri Gasc @ 2025-05-05 20:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b012ef122454d6c365e4bf1119b000ce0a9a1fc2
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon May  5 17:14:29 2025 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Mon May  5 20:02:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b012ef12

dev-python/sphinxext-opengraph: add 0.10.0, drop 0.9.1

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/sphinxext-opengraph/Manifest                             | 2 +-
 ...ext-opengraph-0.9.1.ebuild => sphinxext-opengraph-0.10.0.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/sphinxext-opengraph/Manifest b/dev-python/sphinxext-opengraph/Manifest
index aae23a22a..ca671bea1 100644
--- a/dev-python/sphinxext-opengraph/Manifest
+++ b/dev-python/sphinxext-opengraph/Manifest
@@ -1 +1 @@
-DIST sphinxext-opengraph-0.9.1.tar.gz 1034511 BLAKE2B 3967c98a53f0e2a55be659741efe29ecc167413de570ba58d54cbe5f14679f1f5ba9613e4579372fb38ff602a7ef4744a6d00793bec5ca0eda800cf6f1e1ba4e SHA512 0f23e5269baccd675d67588597175adf0322942bf0c8ca76b4f22bd14b4574f1f4d2328e476293253bc9b92aec7b9311c17ac301b762ec3d4c2a6c3cd072cb91
+DIST sphinxext_opengraph-0.10.0.tar.gz 1027562 BLAKE2B 258708b70e99f76b7126d8ed07b1b2a738326de37e170f264de5d2b20753241c4f51fed98bf0268d39abda5e537758e9b58a6e74a634cd4b5e24bec1dd3bfce1 SHA512 c4191ca914405e74e439dd5e0bf26d6ceb712f3d0cf734116d1de26aba6a8fc0707586858cc860f67fb3a74238120856b3c7b9e9d55802d23552424b5c45c787

diff --git a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.10.0.ebuild
similarity index 90%
rename from dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
rename to dev-python/sphinxext-opengraph/sphinxext-opengraph-0.10.0.ebuild
index cc133c260..8bee925a4 100644
--- a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild
+++ b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.10.0.ebuild
@@ -5,11 +5,11 @@ EAPI=8
 
 DOCS_AUTODOC=0
 DOCS_BUILDER="sphinx"
-DOCS_DIR="docs/source"
+DOCS_DIR="docs"
 
-PYPI_NO_NORMALIZE=1
+# PYPI_NO_NORMALIZE=1
 
-DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_USE_PEP517=flit
 PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1 docs pypi


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxext-opengraph/
@ 2025-10-08 20:24 Henri Gasc
  0 siblings, 0 replies; 9+ messages in thread
From: Henri Gasc @ 2025-10-08 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     cc566a156f6da9af8afe2ea0b2f6520cba89b377
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Oct  8 19:57:08 2025 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Oct  8 20:24:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc566a15

dev-python/sphinxext-opengraph: add 0.13.0, drop 0.10.0

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/sphinxext-opengraph/Manifest                                 | 2 +-
 ...inxext-opengraph-0.10.0.ebuild => sphinxext-opengraph-0.13.0.ebuild} | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/sphinxext-opengraph/Manifest b/dev-python/sphinxext-opengraph/Manifest
index ca671bea17..402b7e6b96 100644
--- a/dev-python/sphinxext-opengraph/Manifest
+++ b/dev-python/sphinxext-opengraph/Manifest
@@ -1 +1 @@
-DIST sphinxext_opengraph-0.10.0.tar.gz 1027562 BLAKE2B 258708b70e99f76b7126d8ed07b1b2a738326de37e170f264de5d2b20753241c4f51fed98bf0268d39abda5e537758e9b58a6e74a634cd4b5e24bec1dd3bfce1 SHA512 c4191ca914405e74e439dd5e0bf26d6ceb712f3d0cf734116d1de26aba6a8fc0707586858cc860f67fb3a74238120856b3c7b9e9d55802d23552424b5c45c787
+DIST sphinxext_opengraph-0.13.0.tar.gz 1026875 BLAKE2B c33d069d2cbce7c80adf25e94bd024c7c952719e8424190c21a0bf418eda7a67148c6362452d575780aa13db9f957e35c99d9f86de803733e4cc26db1e06a713 SHA512 933cb99cd7d1aeb4d2ea975382ba165e36d46e89da8ad85c217b78b1a5e06f8017968a92c92f68134a5c84e62906533717d05cf2e0207645a22c57298f9d9ebc

diff --git a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.10.0.ebuild b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.13.0.ebuild
similarity index 93%
rename from dev-python/sphinxext-opengraph/sphinxext-opengraph-0.10.0.ebuild
rename to dev-python/sphinxext-opengraph/sphinxext-opengraph-0.13.0.ebuild
index 8bee925a45..1ae0cce31e 100644
--- a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.10.0.ebuild
+++ b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.13.0.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
 BDEPEND="
 	doc? (
 		${RDEPEND}
+		dev-python/accessible-pygments[${PYTHON_USEDEP}]
 	)
 "
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-10-08 20:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-08 20:24 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxext-opengraph/ Henri Gasc
  -- strict thread matches above, loose matches on Subject: below --
2025-05-05 20:02 Henri Gasc
2025-02-20  1:20 demize
2024-10-12 15:41 Henri Gasc
2024-10-11 15:12 Henri Gasc
2024-10-10 16:04 Henri Gasc
2024-01-13 11:06 Henri Gasc
2024-01-10 14:49 Henri Gasc
2023-12-06  7:58 Henri Gasc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox