From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 185C5158046 for ; Thu, 10 Oct 2024 16:04:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61BDE2BC06C; Thu, 10 Oct 2024 16:04:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 381DE2BC06C for ; Thu, 10 Oct 2024 16:04:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 156343430D9 for ; Thu, 10 Oct 2024 16:04:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35BD02215 for ; Thu, 10 Oct 2024 16:04:27 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1728576258.693d27250ce9cd03ddabeb7ff23b6c46f6bf6333.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxext-opengraph/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinxext-opengraph/Manifest dev-python/sphinxext-opengraph/metadata.xml dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild X-VCS-Directories: dev-python/sphinxext-opengraph/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 693d27250ce9cd03ddabeb7ff23b6c46f6bf6333 X-VCS-Branch: dev Date: Thu, 10 Oct 2024 16:04:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af6073a2-eae1-4bb6-9573-cdf7e5d80db1 X-Archives-Hash: eb464021a625f49285934b2ddcfa2e37 commit: 693d27250ce9cd03ddabeb7ff23b6c46f6bf6333 Author: Henri Gasc eurecom fr> AuthorDate: Thu Oct 10 14:46:55 2024 +0000 Commit: Henri Gasc eurecom 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 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 @@ + + + + + gasc@eurecom.fr + Gasc Henri + + + sphinxext-opengraph + wpilibsuite/sphinxext-opengraph + + 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