commit: d14c148eb746bc9171867e98735f2f9de2ff175e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 1 05:58:37 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 1 06:06:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14c148e
dev-python/pytest-plus: Bump to 0.8.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-plus/Manifest | 1 +
dev-python/pytest-plus/pytest-plus-0.8.0.ebuild | 28 +++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/pytest-plus/Manifest b/dev-python/pytest-plus/Manifest
index 3f7616458d3a..acd110006c59 100644
--- a/dev-python/pytest-plus/Manifest
+++ b/dev-python/pytest-plus/Manifest
@@ -1 +1,2 @@
DIST pytest-plus-0.7.0.tar.gz 13235 BLAKE2B
87e712a21dcb99b459ac263c46c3dfa1586d6f28404424ea3f02e1436d296b617ead445d35080d014d8385dee56ad2cd579fdf9d52352c7d9e32e31ba90eebdf
SHA512
a43b8bd3ea1a7a85e40ea6c180a06a31f5703292758d4c83e1a3f98e0750d75393d9ca8bfb614f1d3a180ee50d18e8162173bfee6b81cf1f7c087aad8e3be3ba
+DIST pytest_plus-0.8.0.tar.gz 15369 BLAKE2B
652f3322ff7594c5663ba904944320b8a53dd912f0b88e35fcd92bcb0d01889ee6ff2a3bbea76ff7ea0fdd07bb48592c0651c22a66679409d3736b911b5723a0
SHA512
cbe4fa85e7c5af54e2dccca0082f6cda2cf62cb68a942d27e3e977ea4e38e088b01ce3751759645df491eb509e4dd338425d2a10715f687612eebc42377e6a2d
diff --git a/dev-python/pytest-plus/pytest-plus-0.8.0.ebuild
b/dev-python/pytest-plus/pytest-plus-0.8.0.ebuild
new file mode 100644
index 000000000000..114b1083f711
--- /dev/null
+++ b/dev-python/pytest-plus/pytest-plus-0.8.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="PyTest Plus Plugin - extends pytest functionality"
+HOMEPAGE="
+ https://github.com/pytest-dev/pytest-plus/
+ https://pypi.org/project/pytest-plus/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+ >=dev-python/pytest-7.4.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest