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/pytest-metadata/
Date: Sun, 27 Mar 2022 09:31:57
Message-Id: 1648373505.740e9287d6b7c375186bd33ae7b70dbe0f8188e8.mgorny@gentoo
1 commit: 740e9287d6b7c375186bd33ae7b70dbe0f8188e8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 08:24:09 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 09:31:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740e9287
7
8 dev-python/pytest-metadata: Bump to 2.0.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-metadata/Manifest | 1 +
13 .../pytest-metadata/pytest-metadata-2.0.1.ebuild | 32 ++++++++++++++++++++++
14 2 files changed, 33 insertions(+)
15
16 diff --git a/dev-python/pytest-metadata/Manifest b/dev-python/pytest-metadata/Manifest
17 index df6c414cfa9d..6569333c4a72 100644
18 --- a/dev-python/pytest-metadata/Manifest
19 +++ b/dev-python/pytest-metadata/Manifest
20 @@ -1,2 +1,3 @@
21 DIST pytest-metadata-1.11.0.tar.gz 14135 BLAKE2B 1de1c47b1d7775040075de479722fd07cb187f14cd37c5fe73458fb54ce01653295288fd11add8066170b8dc39f80c8749e739deb01ac8d579ef5e6f4339478d SHA512 09867df6158ba66f55a0a812b3731b4372f874b6bdc91301ed0c4d4c38f6fe9a4f936006d4e27f8c68d4a2d6b0fe5fedee3c6269bc6867eb1c7d73a42bda0361
22 DIST pytest-metadata-2.0.0.gh.tar.gz 20152 BLAKE2B 8ce06c327a3242a049c9af2476536a85e99d56925ba4ac98d7e07f72900f8b50c59950f25f4ccbc9c6c17eb2310ad381862f24d26410bbd68a6c2868cdf83547 SHA512 b22cf7925d3f38242670efde5e5482c7f971af78edf7bcccc765602dd4d688502c9b3b5b2a9723b37334bb8ad2218eb2318a82b8b2d6576ab8d69fa1ca321245
23 +DIST pytest-metadata-2.0.1.gh.tar.gz 19945 BLAKE2B 931ede3b58471e3092eb26af38f380810140539c7c50b5e3e9a63bdddedd9577b1f23aafb24ce80de55078f772b0dae8715368559f79a3f31f33e15870134f45 SHA512 03981b4fbcd812cf5896d6db2b74cbc1e6c84cc13613f916248767cacfc7650580f668a5ea8892be85c87fa08101a8a2f440ee6e0cc1342d4fa9919d41153a6b
24
25 diff --git a/dev-python/pytest-metadata/pytest-metadata-2.0.1.ebuild b/dev-python/pytest-metadata/pytest-metadata-2.0.1.ebuild
26 new file mode 100644
27 index 000000000000..c3d5cc6860f6
28 --- /dev/null
29 +++ b/dev-python/pytest-metadata/pytest-metadata-2.0.1.ebuild
30 @@ -0,0 +1,32 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=poetry
37 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="A plugin for pytest that provides access to test session metadata"
42 +HOMEPAGE="https://github.com/pytest-dev/pytest-metadata/"
43 +SRC_URI="
44 + https://github.com/pytest-dev/pytest-metadata/archive/v${PV}.tar.gz
45 + -> ${P}.gh.tar.gz
46 +"
47 +
48 +LICENSE="MPL-2.0"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~x86"
51 +
52 +RDEPEND="
53 + <dev-python/pytest-8[${PYTHON_USEDEP}]
54 + >=dev-python/pytest-7.1.1[${PYTHON_USEDEP}]
55 +"
56 +BDEPEND="
57 + >=dev-python/setuptools_scm-6.2.3[${PYTHON_USEDEP}]
58 +"
59 +
60 +distutils_enable_tests pytest
61 +
62 +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}