Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/
Date: Wed, 08 Jun 2022 05:35:39
Message-Id: 1654666496.1d65a112e8dd2322e109698f4acefbd3907781f0.mgorny@gentoo
1 commit: 1d65a112e8dd2322e109698f4acefbd3907781f0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 8 05:15:15 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 8 05:34:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d65a112
7
8 dev-python/sphinx-pytest: New package, v0.0.3
9
10 New dep for dev-python/myst_parser.
11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/sphinx-pytest/Manifest | 1 +
15 dev-python/sphinx-pytest/metadata.xml | 13 ++++++++++
16 .../sphinx-pytest/sphinx-pytest-0.0.3.ebuild | 30 ++++++++++++++++++++++
17 3 files changed, 44 insertions(+)
18
19 diff --git a/dev-python/sphinx-pytest/Manifest b/dev-python/sphinx-pytest/Manifest
20 new file mode 100644
21 index 000000000000..5811268458d8
22 --- /dev/null
23 +++ b/dev-python/sphinx-pytest/Manifest
24 @@ -0,0 +1 @@
25 +DIST sphinx-pytest-0.0.3.gh.tar.gz 5898 BLAKE2B 08fe98b3add1d76454c30a11f4d82bd04123e44fa5c28d420401014e5aef11354541781c0ba43a5d95c0c6fd35b12742ecf630005faae68125f5c6686c19ef59 SHA512 f1ee23fd5f320b5b4ac48638d509963638322374136d98516a17075e0d5b05cfa64107541c80daad424dfcd9e769a95dd5aa8d7f86d8ded214c9a3cdf901cf1f
26
27 diff --git a/dev-python/sphinx-pytest/metadata.xml b/dev-python/sphinx-pytest/metadata.xml
28 new file mode 100644
29 index 000000000000..d0dabef2414d
30 --- /dev/null
31 +++ b/dev-python/sphinx-pytest/metadata.xml
32 @@ -0,0 +1,13 @@
33 +<?xml version="1.0" encoding="UTF-8"?>
34 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
35 +<pkgmetadata>
36 + <maintainer type="project">
37 + <email>python@g.o</email>
38 + <name>Python</name>
39 + </maintainer>
40 + <stabilize-allarches/>
41 + <upstream>
42 + <remote-id type="github">chrisjsewell/sphinx-pytest</remote-id>
43 + <remote-id type="pypi">sphinx_pytest</remote-id>
44 + </upstream>
45 +</pkgmetadata>
46
47 diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
48 new file mode 100644
49 index 000000000000..df38b8ee1c92
50 --- /dev/null
51 +++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
52 @@ -0,0 +1,30 @@
53 +# Copyright 2022 Gentoo Authors
54 +# Distributed under the terms of the GNU General Public License v2
55 +
56 +EAPI=8
57 +
58 +DISTUTILS_USE_PEP517=flit
59 +PYTHON_COMPAT=( pypy3 python3_{8..11} )
60 +
61 +inherit distutils-r1
62 +
63 +DESCRIPTION="Helpful pytest fixtures for Sphinx extensions"
64 +HOMEPAGE="
65 + https://github.com/chrisjsewell/sphinx-pytest/
66 + https://pypi.org/project/sphinx_pytest/
67 +"
68 +SRC_URI="
69 + https://github.com/chrisjsewell/sphinx-pytest/archive/v${PV}.tar.gz
70 + -> ${P}.gh.tar.gz
71 +"
72 +
73 +LICENSE="MIT"
74 +SLOT="0"
75 +KEYWORDS="~amd64"
76 +
77 +RDEPEND="
78 + dev-python/pytest[${PYTHON_USEDEP}]
79 + dev-python/sphinx[${PYTHON_USEDEP}]
80 +"
81 +
82 +distutils_enable_tests pytest