public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/
Date: Wed,  8 Jun 2022 05:35:01 +0000 (UTC)	[thread overview]
Message-ID: <1654666496.1d65a112e8dd2322e109698f4acefbd3907781f0.mgorny@gentoo> (raw)

commit:     1d65a112e8dd2322e109698f4acefbd3907781f0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  8 05:15:15 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">chrisjsewell/sphinx-pytest</remote-id>
+		<remote-id type="pypi">sphinx_pytest</remote-id>
+	</upstream>
+</pkgmetadata>

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


             reply	other threads:[~2022-06-08  5:35 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08  5:35 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-08  7:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/ Jakov Smolić
2022-06-08  7:44 Jakov Smolić
2022-06-08  8:13 Jakov Smolić
2022-06-08 12:21 Jakov Smolić
2022-06-10  5:29 Jakov Smolić
2022-06-17 13:07 Jakov Smolić
2022-06-24  5:16 Michał Górny
2022-06-28 15:44 Arthur Zamarin
2022-06-29 18:11 Arthur Zamarin
2022-06-30 17:57 Arthur Zamarin
2022-07-03 18:15 Arthur Zamarin
2022-07-06 22:01 James Le Cuirot
2022-07-10 18:04 Arthur Zamarin
2022-07-10 18:48 Arthur Zamarin
2022-07-10 18:51 Arthur Zamarin
2022-07-10 19:40 Arthur Zamarin
2022-07-10 20:02 Arthur Zamarin
2022-07-10 22:28 Sam James
2022-07-10 23:08 Sam James
2022-07-11 16:32 Arthur Zamarin
2022-09-22 12:15 Michał Górny
2022-10-07  7:03 Michał Górny
2022-10-22 15:49 Arthur Zamarin
2022-10-22 15:53 Michał Górny
2023-03-19 17:36 Arthur Zamarin
2023-06-06  5:43 Michał Górny
2023-07-09 16:51 Arthur Zamarin
2023-07-10  1:48 Michał Górny
2023-09-21  5:28 Michał Górny
2023-10-23 18:50 Sam James
2023-10-24  5:58 Michał Górny
2023-12-08 17:04 WANG Xuerui
2024-05-25  9:28 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1654666496.1d65a112e8dd2322e109698f4acefbd3907781f0.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox