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 3F661158091 for ; Wed, 8 Jun 2022 05:35:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F7D5E08E0; Wed, 8 Jun 2022 05:35:38 +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 63F62E08E0 for ; Wed, 8 Jun 2022 05:35:38 +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 50B25340FBE for ; Wed, 8 Jun 2022 05:35:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EFB0510 for ; Wed, 8 Jun 2022 05:35:01 +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: <1654666496.1d65a112e8dd2322e109698f4acefbd3907781f0.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.0.3.ebuild X-VCS-Directories: dev-python/sphinx-pytest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1d65a112e8dd2322e109698f4acefbd3907781f0 X-VCS-Branch: master Date: Wed, 8 Jun 2022 05:35:01 +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: ed733836-165c-46e7-a919-0aa68f0043c8 X-Archives-Hash: 36bb7104ffb0ba8c230ca2069d3f4d2f commit: 1d65a112e8dd2322e109698f4acefbd3907781f0 Author: Michał Górny gentoo org> AuthorDate: Wed Jun 8 05:15:15 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 8 05:34:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d65a112 dev-python/sphinx-pytest: New package, v0.0.3 New dep for dev-python/myst_parser. Signed-off-by: Michał Górny gentoo.org> dev-python/sphinx-pytest/Manifest | 1 + dev-python/sphinx-pytest/metadata.xml | 13 ++++++++++ .../sphinx-pytest/sphinx-pytest-0.0.3.ebuild | 30 ++++++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-python/sphinx-pytest/Manifest b/dev-python/sphinx-pytest/Manifest new file mode 100644 index 000000000000..5811268458d8 --- /dev/null +++ b/dev-python/sphinx-pytest/Manifest @@ -0,0 +1 @@ +DIST sphinx-pytest-0.0.3.gh.tar.gz 5898 BLAKE2B 08fe98b3add1d76454c30a11f4d82bd04123e44fa5c28d420401014e5aef11354541781c0ba43a5d95c0c6fd35b12742ecf630005faae68125f5c6686c19ef59 SHA512 f1ee23fd5f320b5b4ac48638d509963638322374136d98516a17075e0d5b05cfa64107541c80daad424dfcd9e769a95dd5aa8d7f86d8ded214c9a3cdf901cf1f diff --git a/dev-python/sphinx-pytest/metadata.xml b/dev-python/sphinx-pytest/metadata.xml new file mode 100644 index 000000000000..d0dabef2414d --- /dev/null +++ b/dev-python/sphinx-pytest/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + chrisjsewell/sphinx-pytest + sphinx_pytest + + diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild new file mode 100644 index 000000000000..df38b8ee1c92 --- /dev/null +++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( pypy3 python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Helpful pytest fixtures for Sphinx extensions" +HOMEPAGE=" + https://github.com/chrisjsewell/sphinx-pytest/ + https://pypi.org/project/sphinx_pytest/ +" +SRC_URI=" + https://github.com/chrisjsewell/sphinx-pytest/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest