From b012ef122454d6c365e4bf1119b000ce0a9a1fc2 Mon Sep 17 00:00:00 2001 From: Henri Gasc Date: Mon, 5 May 2025 19:14:29 +0200 Subject: [PATCH] dev-python/sphinxext-opengraph: add 0.10.0, drop 0.9.1 Signed-off-by: Henri Gasc --- dev-python/sphinxext-opengraph/Manifest | 2 +- ...graph-0.9.1.ebuild => sphinxext-opengraph-0.10.0.ebuild} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename dev-python/sphinxext-opengraph/{sphinxext-opengraph-0.9.1.ebuild => sphinxext-opengraph-0.10.0.ebuild} (90%) diff --git a/dev-python/sphinxext-opengraph/Manifest b/dev-python/sphinxext-opengraph/Manifest index aae23a22aa..ca671bea17 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 cc133c2606..8bee925a45 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