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 7A1B715800D for ; Sun, 9 Jul 2023 15:43:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D4EBE0964; Sun, 9 Jul 2023 15:43:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D115E0964 for ; Sun, 9 Jul 2023 15:43:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68121340EAD for ; Sun, 9 Jul 2023 15:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB725AD1 for ; Sun, 9 Jul 2023 15:43:29 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1688916600.200ec109b7b562c32842a43f05a87acd13e044b5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-panels/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-panels/Manifest dev-python/sphinx-panels/metadata.xml dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild X-VCS-Directories: dev-python/sphinx-panels/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 200ec109b7b562c32842a43f05a87acd13e044b5 X-VCS-Branch: master Date: Sun, 9 Jul 2023 15:43:29 +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: 1d3af851-da6f-4dfc-a97e-36880e95c247 X-Archives-Hash: 70b39e3147093ed00510f3d94b6428db commit: 200ec109b7b562c32842a43f05a87acd13e044b5 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Jul 9 15:29:45 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jul 9 15:30:00 2023 +0000 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 000000000000..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