[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2024-05-25 Thread Michał Górny
commit: 9e3fca98ab61c8b51e4d341d35c3b610da6258d0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 25 09:15:32 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 25 09:28:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3fca98

dev-python/sphinx-pytest: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
index df9d9d28057a..ae39111fbe5d 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 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} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2023-12-08 Thread WANG Xuerui
commit: c1fd6eb60ace27b9735eddcb0a7809af4d4a5880
Author: WANG Xuerui  gentoo  org>
AuthorDate: Fri Dec  8 09:39:41 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Fri Dec  8 17:03:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fd6eb6

dev-python/sphinx-pytest: keyword 0.2.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
index 13af7d2d51d2..df9d9d28057a 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2023-10-23 Thread Michał Górny
commit: 55d9d2d8236650b8a9cf6c84cc2e7b50381116c8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 24 05:53:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 24 05:53:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d9d2d8

dev-python/sphinx-pytest: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-pytest/Manifest  |  1 -
 .../sphinx-pytest/sphinx-pytest-0.1.1.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/sphinx-pytest/Manifest 
b/dev-python/sphinx-pytest/Manifest
index 4cef5880778a..e42b71406198 100644
--- a/dev-python/sphinx-pytest/Manifest
+++ b/dev-python/sphinx-pytest/Manifest
@@ -1,2 +1 @@
-DIST sphinx-pytest-0.1.1.gh.tar.gz 6744 BLAKE2B 
f196a9fff7a63d1b7664f334c01f38fc44f5611be012092dad077f27bb2ddf03f2ebb7ebcbf7132a9b8c8b17166673945e9b92e88f285c4c95c4c2a696285cbc
 SHA512 
f3210f8b2413171cc37a38fc66b8be0cd32db1a0aebb979dc9057a861711481fde6b86b7c9548166f906d9483762b864759fb4f7ba5069cda4d9fc12c1e2975c
 DIST sphinx-pytest-0.2.0.gh.tar.gz 6935 BLAKE2B 
a18755669865512ee5ecec46abebf654705efb64165306126144af9df056a829efc5c818abad2477e86edb3da2cb1bf4aadc4e8807cf3c289e29fffa249bbfbf
 SHA512 
dfcbe36c74bf01ff45895893faa11a643b667d277e5f5011978c5cd1404f79d614c6603cf8756ef3e5fec278ea01c6e289cb825725e4e218f75a7bcb12e11bbb

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild
deleted file mode 100644
index 13af7d2d51d2..
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2023-10-23 Thread Sam James
commit: 8e8a316d6a26eb08743edf50148c7b95e6a6d02e
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 23 18:49:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 23 18:49:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8a316d

dev-python/sphinx-pytest: Stabilize 0.2.0 ALLARCHES, #916166

Signed-off-by: Sam James  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
index 5cf11f8e357d..13af7d2d51d2 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2023-09-20 Thread Michał Górny
commit: fcb4fd69be482330c6cb2686443eff06a53ccfb8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 21 05:21:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 21 05:28:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb4fd69

dev-python/sphinx-pytest: Bump to 0.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-pytest/Manifest  |  1 +
 .../sphinx-pytest/sphinx-pytest-0.2.0.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/sphinx-pytest/Manifest 
b/dev-python/sphinx-pytest/Manifest
index c4353293bdc7..4cef5880778a 100644
--- a/dev-python/sphinx-pytest/Manifest
+++ b/dev-python/sphinx-pytest/Manifest
@@ -1 +1,2 @@
 DIST sphinx-pytest-0.1.1.gh.tar.gz 6744 BLAKE2B 
f196a9fff7a63d1b7664f334c01f38fc44f5611be012092dad077f27bb2ddf03f2ebb7ebcbf7132a9b8c8b17166673945e9b92e88f285c4c95c4c2a696285cbc
 SHA512 
f3210f8b2413171cc37a38fc66b8be0cd32db1a0aebb979dc9057a861711481fde6b86b7c9548166f906d9483762b864759fb4f7ba5069cda4d9fc12c1e2975c
+DIST sphinx-pytest-0.2.0.gh.tar.gz 6935 BLAKE2B 
a18755669865512ee5ecec46abebf654705efb64165306126144af9df056a829efc5c818abad2477e86edb3da2cb1bf4aadc4e8807cf3c289e29fffa249bbfbf
 SHA512 
dfcbe36c74bf01ff45895893faa11a643b667d277e5f5011978c5cd1404f79d614c6603cf8756ef3e5fec278ea01c6e289cb825725e4e218f75a7bcb12e11bbb

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild
new file mode 100644
index ..5cf11f8e357d
--- /dev/null
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2023-07-09 Thread Michał Górny
commit: 582fe90b66f4a9d14eccc77494c682ff559bfd2b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 10 01:47:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 10 01:47:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582fe90b

dev-python/sphinx-pytest: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-pytest/Manifest  |  1 -
 .../sphinx-pytest/sphinx-pytest-0.0.5.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/sphinx-pytest/Manifest 
b/dev-python/sphinx-pytest/Manifest
index 8a19fe48250e..c4353293bdc7 100644
--- a/dev-python/sphinx-pytest/Manifest
+++ b/dev-python/sphinx-pytest/Manifest
@@ -1,2 +1 @@
-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/sphinx-pytest-0.0.5.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild
deleted file mode 100644
index 9fee05c1455e..
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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_{9..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="~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



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2023-07-09 Thread Arthur Zamarin
commit: 52b1c15fd54b95cf94107a50cc5602461a85c75e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul  9 16:50:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  9 16:50:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b1c15f

dev-python/sphinx-pytest: Stabilize 0.1.1 ALLARCHES, #910137

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild
index 5cf11f8e357d..13af7d2d51d2 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2023-06-05 Thread Michał Górny
commit: 1edbbc0b88c1bb70d3cd6c5626659c91b988e321
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:43:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:38 2023 +
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 ..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2023-03-19 Thread Arthur Zamarin
commit: 1359ed4cae773cbe4c453d954b7190a4bc16673a
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Fri Mar 17 02:07:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Mar 19 17:35:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1359ed4c

dev-python/sphinx-pytest: Keyword 0.0.5 mips, #882425

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild
index d013331c49c2..9fee05c1455e 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-10-22 Thread Michał Górny
commit: bdd2c71707efcbdcf0f4c1f66fdaaefaf8046c6c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 22 15:51:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 22 15:53:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd2c717

dev-python/sphinx-pytest: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-pytest/Manifest  |  2 --
 .../sphinx-pytest/sphinx-pytest-0.0.3.ebuild   | 30 --
 .../sphinx-pytest/sphinx-pytest-0.0.4.ebuild   | 30 --
 3 files changed, 62 deletions(-)

diff --git a/dev-python/sphinx-pytest/Manifest 
b/dev-python/sphinx-pytest/Manifest
index c0b125e21dc2..e17d72ed9f21 100644
--- a/dev-python/sphinx-pytest/Manifest
+++ b/dev-python/sphinx-pytest/Manifest
@@ -1,3 +1 @@
-DIST sphinx-pytest-0.0.3.gh.tar.gz 5898 BLAKE2B 
08fe98b3add1d76454c30a11f4d82bd04123e44fa5c28d420401014e5aef11354541781c0ba43a5d95c0c6fd35b12742ecf630005faae68125f5c6686c19ef59
 SHA512 
f1ee23fd5f320b5b4ac48638d509963638322374136d98516a17075e0d5b05cfa64107541c80daad424dfcd9e769a95dd5aa8d7f86d8ded214c9a3cdf901cf1f
-DIST sphinx-pytest-0.0.4.gh.tar.gz 6196 BLAKE2B 
24b8be165a58b15a845f076b33fb7a2525afefa7fd8bf836ac679280d271716ff02bf3adfa9b485507bc3f8a6cb91b0458a0b5bdb62bf8920c09eb20468e8949
 SHA512 
25bf3fafddf02aed8b2478dc2beafa251027652d03f31bbac67eb98913e359f9497a9018561aff0fdaf568ece4bcfa15705dcfa2fd3734f4db6c613b24d6a568
 DIST sphinx-pytest-0.0.5.gh.tar.gz 6228 BLAKE2B 
bb619ce79411a611fecf778ac095da0e7557bc419b7395efbc4dc2163699425898005fabadc083b74ac2cab8f207dcf8969f5c551c975d6354063962141c907b
 SHA512 
e1af518cc5535ecacae612f11c7fb1200965a1999d9eb2643ba14b222fc4e93c257ef6600b37b9de4075bf3e5e703db60e7350cd5159fcf4ba21abec28bceb66

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
deleted file mode 100644
index 5dda95b0b5eb..
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv"
-
-RDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
deleted file mode 100644
index f4af682173f2..
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-10-22 Thread Arthur Zamarin
commit: 7a7cb486b17e535078b29d3808465b5d7bff69bd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 22 15:49:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 22 15:49:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7cb486

dev-python/sphinx-pytest: Stabilize 0.0.5 ALLARCHES, #877989

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild
index cb89aff27694..114310e4cd1b 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-10-07 Thread Michał Górny
commit: c26291ebe4473c490dc760666f2678608600aacc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  7 07:00:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  7 07:03:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26291eb

dev-python/sphinx-pytest: Keyword 0.0.5 alpha, #873553

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild
index 729dc3cc684d..cb89aff27694 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-09-22 Thread Michał Górny
commit: f3ab9bf3c29baae0d47d526f89befcac08a0a001
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 12:04:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 12:15:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ab9bf3

dev-python/sphinx-pytest: Bump to 0.0.5

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-pytest/Manifest  |  1 +
 .../sphinx-pytest/sphinx-pytest-0.0.5.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/sphinx-pytest/Manifest 
b/dev-python/sphinx-pytest/Manifest
index b3a82425fd6e..c0b125e21dc2 100644
--- a/dev-python/sphinx-pytest/Manifest
+++ b/dev-python/sphinx-pytest/Manifest
@@ -1,2 +1,3 @@
 DIST sphinx-pytest-0.0.3.gh.tar.gz 5898 BLAKE2B 
08fe98b3add1d76454c30a11f4d82bd04123e44fa5c28d420401014e5aef11354541781c0ba43a5d95c0c6fd35b12742ecf630005faae68125f5c6686c19ef59
 SHA512 
f1ee23fd5f320b5b4ac48638d509963638322374136d98516a17075e0d5b05cfa64107541c80daad424dfcd9e769a95dd5aa8d7f86d8ded214c9a3cdf901cf1f
 DIST sphinx-pytest-0.0.4.gh.tar.gz 6196 BLAKE2B 
24b8be165a58b15a845f076b33fb7a2525afefa7fd8bf836ac679280d271716ff02bf3adfa9b485507bc3f8a6cb91b0458a0b5bdb62bf8920c09eb20468e8949
 SHA512 
25bf3fafddf02aed8b2478dc2beafa251027652d03f31bbac67eb98913e359f9497a9018561aff0fdaf568ece4bcfa15705dcfa2fd3734f4db6c613b24d6a568
+DIST sphinx-pytest-0.0.5.gh.tar.gz 6228 BLAKE2B 
bb619ce79411a611fecf778ac095da0e7557bc419b7395efbc4dc2163699425898005fabadc083b74ac2cab8f207dcf8969f5c551c975d6354063962141c907b
 SHA512 
e1af518cc5535ecacae612f11c7fb1200965a1999d9eb2643ba14b222fc4e93c257ef6600b37b9de4075bf3e5e703db60e7350cd5159fcf4ba21abec28bceb66

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.ebuild
new file mode 100644
index ..729dc3cc684d
--- /dev/null
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.5.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 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-07-11 Thread Arthur Zamarin
commit: 6bc4c6f205324bba9c1c3958ee3afb9f05d3a564
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jul 11 16:32:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jul 11 16:32:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc4c6f2

dev-python/sphinx-pytest: Stabilize 0.0.4 hppa, #857330

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
index e742b2e7d9ff..f4af682173f2 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-07-10 Thread Sam James
commit: 93e6f0d54fdb6be74a7237ed24d15d89b7c58129
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 10 23:07:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 10 23:07:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e6f0d5

dev-python/sphinx-pytest: Stabilize 0.0.4 amd64, #857330

Signed-off-by: Sam James  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
index 942e5a8d5d8f..e742b2e7d9ff 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-07-10 Thread Sam James
commit: 56440f3ee5797afd971b9c71afc0bb1f2f698581
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 10 22:27:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 10 22:27:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56440f3e

dev-python/sphinx-pytest: Stabilize 0.0.4 x86, #857330

Signed-off-by: Sam James  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
index 6a7842582f3e..942e5a8d5d8f 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-07-10 Thread Arthur Zamarin
commit: 9fbd758cf4736f9db2bf84ec4a9920f891233012
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 10 20:02:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 10 20:02:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fbd758c

dev-python/sphinx-pytest: Stabilize 0.0.4 arm, #857330

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
index b779bd29b098..6a7842582f3e 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-07-10 Thread Arthur Zamarin
commit: f555650944807e85c7204961a5e11d207c650ba3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 10 19:40:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 10 19:40:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5556509

dev-python/sphinx-pytest: Stabilize 0.0.4 sparc, #857330

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
index 3cc61dffb938..b779bd29b098 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-07-10 Thread Arthur Zamarin
commit: 0fb7244b84f52b5106e0a15e0e4fdd053a7faa3e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 10 18:51:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 10 18:51:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb7244b

dev-python/sphinx-pytest: Stabilize 0.0.4 ppc, #857330

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
index 188e8b1e6c91..3cc61dffb938 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-07-10 Thread Arthur Zamarin
commit: 23306c43ff3d3e68494e05bb4381d789343c4580
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 10 18:48:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 10 18:48:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23306c43

dev-python/sphinx-pytest: Stabilize 0.0.4 ppc64, #857330

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
index 9346d95e339a..188e8b1e6c91 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-07-10 Thread Arthur Zamarin
commit: e0e02316a4b4f2ff124369c5daccd450cdf47234
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 10 18:04:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 10 18:04:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e02316

dev-python/sphinx-pytest: Stabilize 0.0.4 arm64, #857330

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
index 729dc3cc684d..9346d95e339a 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-07-06 Thread James Le Cuirot
commit: c67ffb4443768da9b53db930c0668b86f28f6e55
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Jul  6 21:59:08 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Jul  6 21:59:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67ffb44

dev-python/sphinx-pytest: Keyword 0.0.4 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
index 98cfde68494e..729dc3cc684d 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-07-03 Thread Arthur Zamarin
commit: 305c89b06af6631a168de8cbc542c5bf8a5c054d
Author: matoro  users  noreply  github  com>
AuthorDate: Sun Jul  3 04:32:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  3 18:15:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305c89b0

dev-python/sphinx-pytest: Keyword 0.0.4 sparc, #850565

Signed-off-by: matoro  users.noreply.github.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
index 4f37938a9e08..98cfde68494e 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-06-30 Thread Arthur Zamarin
commit: 622d45c5731dcc2117d079f8e2fcd46711478bdd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 30 17:56:57 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 30 17:56:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622d45c5

dev-python/sphinx-pytest: Keyword 0.0.4 s390, #855161

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
index e2068a78d3ce..4f37938a9e08 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-06-29 Thread Arthur Zamarin
commit: ec2486336013bab3f195353368abfe279f200513
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jun 29 18:11:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jun 29 18:11:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec248633

dev-python/sphinx-pytest: Keyword 0.0.4 x86, #855161

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
index 1d77e086683c..e2068a78d3ce 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-06-28 Thread Arthur Zamarin
commit: c4bf69abbf705c5e1de91d3b8d910da864d57ee8
Author: matoro  users  noreply  github  com>
AuthorDate: Tue Jun 28 02:00:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun 28 15:42:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4bf69ab

dev-python/sphinx-pytest: Keyword 0.0.4 ia64, #850565

Signed-off-by: matoro  users.noreply.github.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
index 5dda95b0b5eb..1d77e086683c 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-06-23 Thread Michał Górny
commit: f4e54f7b63d7cfb42f85626cea9b7e1e7fe55ee5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 24 04:23:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 24 05:16:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e54f7b

dev-python/sphinx-pytest: Bump to 0.0.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinx-pytest/Manifest  |  1 +
 .../sphinx-pytest/sphinx-pytest-0.0.4.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/sphinx-pytest/Manifest 
b/dev-python/sphinx-pytest/Manifest
index 5811268458d8..b3a82425fd6e 100644
--- a/dev-python/sphinx-pytest/Manifest
+++ b/dev-python/sphinx-pytest/Manifest
@@ -1 +1,2 @@
 DIST sphinx-pytest-0.0.3.gh.tar.gz 5898 BLAKE2B 
08fe98b3add1d76454c30a11f4d82bd04123e44fa5c28d420401014e5aef11354541781c0ba43a5d95c0c6fd35b12742ecf630005faae68125f5c6686c19ef59
 SHA512 
f1ee23fd5f320b5b4ac48638d509963638322374136d98516a17075e0d5b05cfa64107541c80daad424dfcd9e769a95dd5aa8d7f86d8ded214c9a3cdf901cf1f
+DIST sphinx-pytest-0.0.4.gh.tar.gz 6196 BLAKE2B 
24b8be165a58b15a845f076b33fb7a2525afefa7fd8bf836ac679280d271716ff02bf3adfa9b485507bc3f8a6cb91b0458a0b5bdb62bf8920c09eb20468e8949
 SHA512 
25bf3fafddf02aed8b2478dc2beafa251027652d03f31bbac67eb98913e359f9497a9018561aff0fdaf568ece4bcfa15705dcfa2fd3734f4db6c613b24d6a568

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.ebuild
new file mode 100644
index ..5dda95b0b5eb
--- /dev/null
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.4.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 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv"
+
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-06-17 Thread Jakov Smolić
commit: aaf029775da061d46be732f826e9bc27ed00aea5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Jun 17 13:07:56 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Jun 17 13:07:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf02977

dev-python/sphinx-pytest: Keyword 0.0.3 hppa, #850565

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
index 9572fe274e57..5dda95b0b5eb 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-06-09 Thread Jakov Smolić
commit: 38e46b23d4330ea507ccf7f8c7c1d8da5d70143a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Jun 10 05:28:43 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Jun 10 05:28:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e46b23

dev-python/sphinx-pytest: Keyword 0.0.3 ppc, #850565

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
index 9314318cb059..9572fe274e57 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-06-08 Thread Jakov Smolić
commit: 75b3f90973e10d6826e9b0cd5b7e410c9329ff37
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 12:21:28 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 12:21:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b3f909

dev-python/sphinx-pytest: Keyword 0.0.3 ppc64, #850565

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
index f1de6dd9dadc..9314318cb059 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-06-08 Thread Jakov Smolić
commit: 090d7739a2a37727316fc9cfbe356ad1e662002f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 08:13:04 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 08:13:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090d7739

dev-python/sphinx-pytest: Keyword 0.0.3 riscv, #850565

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
index 8a8f94a52cd6..f1de6dd9dadc 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-06-08 Thread Jakov Smolić
commit: 57232ff29e083046c79dbe6c74dc6f46ee1e50d5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 07:44:56 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 07:44:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57232ff2

dev-python/sphinx-pytest: Keyword 0.0.3 arm64, #850565

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
index 821c45fd7611..8a8f94a52cd6 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-06-08 Thread Jakov Smolić
commit: 791463d33363bbae89930ba949260c24733ba5ee
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  8 07:24:55 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  8 07:24:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791463d3

dev-python/sphinx-pytest: Keyword 0.0.3 arm, #850565

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
index df38b8ee1c92..821c45fd7611 100644
--- a/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.0.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-pytest/

2022-06-07 Thread Michał Górny
commit: 1d65a112e8dd2322e109698f4acefbd3907781f0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  8 05:15:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  8 05:34:56 2022 +
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 ..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 ..d0dabef2414d
--- /dev/null
+++ b/dev-python/sphinx-pytest/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@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 ..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