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: Fri, 24 Jun 2022 05:16:37
Message-Id: 1656047786.f4e54f7b63d7cfb42f85626cea9b7e1e7fe55ee5.mgorny@gentoo
1 commit: f4e54f7b63d7cfb42f85626cea9b7e1e7fe55ee5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 04:23:12 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 05:16:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e54f7b
7
8 dev-python/sphinx-pytest: Bump to 0.0.4
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinx-pytest/Manifest | 1 +
13 .../sphinx-pytest/sphinx-pytest-0.0.4.ebuild | 30 ++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-python/sphinx-pytest/Manifest b/dev-python/sphinx-pytest/Manifest
17 index 5811268458d8..b3a82425fd6e 100644
18 --- a/dev-python/sphinx-pytest/Manifest
19 +++ b/dev-python/sphinx-pytest/Manifest
20 @@ -1 +1,2 @@
21 DIST sphinx-pytest-0.0.3.gh.tar.gz 5898 BLAKE2B 08fe98b3add1d76454c30a11f4d82bd04123e44fa5c28d420401014e5aef11354541781c0ba43a5d95c0c6fd35b12742ecf630005faae68125f5c6686c19ef59 SHA512 f1ee23fd5f320b5b4ac48638d509963638322374136d98516a17075e0d5b05cfa64107541c80daad424dfcd9e769a95dd5aa8d7f86d8ded214c9a3cdf901cf1f
22 +DIST sphinx-pytest-0.0.4.gh.tar.gz 6196 BLAKE2B 24b8be165a58b15a845f076b33fb7a2525afefa7fd8bf836ac679280d271716ff02bf3adfa9b485507bc3f8a6cb91b0458a0b5bdb62bf8920c09eb20468e8949 SHA512 25bf3fafddf02aed8b2478dc2beafa251027652d03f31bbac67eb98913e359f9497a9018561aff0fdaf568ece4bcfa15705dcfa2fd3734f4db6c613b24d6a568
23
24 diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
25 new file mode 100644
26 index 000000000000..5dda95b0b5eb
27 --- /dev/null
28 +++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
29 @@ -0,0 +1,30 @@
30 +# Copyright 2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=flit
36 +PYTHON_COMPAT=( pypy3 python3_{8..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Helpful pytest fixtures for Sphinx extensions"
41 +HOMEPAGE="
42 + https://github.com/chrisjsewell/sphinx-pytest/
43 + https://pypi.org/project/sphinx_pytest/
44 +"
45 +SRC_URI="
46 + https://github.com/chrisjsewell/sphinx-pytest/archive/v${PV}.tar.gz
47 + -> ${P}.gh.tar.gz
48 +"
49 +
50 +LICENSE="MIT"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv"
53 +
54 +RDEPEND="
55 + dev-python/pytest[${PYTHON_USEDEP}]
56 + dev-python/sphinx[${PYTHON_USEDEP}]
57 +"
58 +
59 +distutils_enable_tests pytest