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 5CF3415806E for ; Tue, 6 Jun 2023 05:43:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 164C5E08BE; Tue, 6 Jun 2023 05:43:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8DBBE08AB for ; Tue, 6 Jun 2023 05:43:57 +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 C8211335CCD for ; Tue, 6 Jun 2023 05:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C75DAA8B for ; Tue, 6 Jun 2023 05:43:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1686030218.1edbbc0b88c1bb70d3cd6c5626659c91b988e321.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-pytest/Manifest dev-python/sphinx-pytest/metadata.xml dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild X-VCS-Directories: dev-python/sphinx-pytest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1edbbc0b88c1bb70d3cd6c5626659c91b988e321 X-VCS-Branch: master Date: Tue, 6 Jun 2023 05:43:53 +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: 77642bd4-cce8-4eb2-b6e3-9e56fdd8a616 X-Archives-Hash: 464b093d1e3e4200360840a9e992cc3f commit: 1edbbc0b88c1bb70d3cd6c5626659c91b988e321 Author: Michał Górny gentoo org> AuthorDate: Tue Jun 6 04:43:59 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 6 05:43:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edbbc0b dev-python/sphinx-pytest: Bump to 0.1.1 Signed-off-by: Michał Górny gentoo.org> dev-python/sphinx-pytest/Manifest | 1 + dev-python/sphinx-pytest/metadata.xml | 2 +- .../sphinx-pytest/sphinx-pytest-0.1.1.ebuild | 30 ++++++++++++++++++++++ 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/dev-python/sphinx-pytest/Manifest b/dev-python/sphinx-pytest/Manifest index e17d72ed9f21..8a19fe48250e 100644 --- a/dev-python/sphinx-pytest/Manifest +++ b/dev-python/sphinx-pytest/Manifest @@ -1 +1,2 @@ DIST sphinx-pytest-0.0.5.gh.tar.gz 6228 BLAKE2B bb619ce79411a611fecf778ac095da0e7557bc419b7395efbc4dc2163699425898005fabadc083b74ac2cab8f207dcf8969f5c551c975d6354063962141c907b SHA512 e1af518cc5535ecacae612f11c7fb1200965a1999d9eb2643ba14b222fc4e93c257ef6600b37b9de4075bf3e5e703db60e7350cd5159fcf4ba21abec28bceb66 +DIST sphinx-pytest-0.1.1.gh.tar.gz 6744 BLAKE2B f196a9fff7a63d1b7664f334c01f38fc44f5611be012092dad077f27bb2ddf03f2ebb7ebcbf7132a9b8c8b17166673945e9b92e88f285c4c95c4c2a696285cbc SHA512 f3210f8b2413171cc37a38fc66b8be0cd32db1a0aebb979dc9057a861711481fde6b86b7c9548166f906d9483762b864759fb4f7ba5069cda4d9fc12c1e2975c diff --git a/dev-python/sphinx-pytest/metadata.xml b/dev-python/sphinx-pytest/metadata.xml index d0dabef2414d..f7907b42a5f7 100644 --- a/dev-python/sphinx-pytest/metadata.xml +++ b/dev-python/sphinx-pytest/metadata.xml @@ -7,7 +7,7 @@ - chrisjsewell/sphinx-pytest + sphinx-extensions2/sphinx-pytest sphinx_pytest diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild b/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild new file mode 100644 index 000000000000..5cf11f8e357d --- /dev/null +++ b/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Helpful pytest fixtures for Sphinx extensions" +HOMEPAGE=" + https://github.com/sphinx-extensions2/sphinx-pytest/ + https://pypi.org/project/sphinx_pytest/ +" +SRC_URI=" + https://github.com/sphinx-extensions2/sphinx-pytest/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest