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: Mon, 31 Oct 2022 15:49:29
Message-Id: 1667231356.1d94d39d822c6f492ef815ea427dee3c9f7657cd.mgorny@gentoo
1 commit: 1d94d39d822c6f492ef815ea427dee3c9f7657cd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 15:26:35 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 15:49:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d94d39d
7
8 dev-python/pytest-metadata: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-metadata/Manifest | 2 --
13 .../pytest-metadata/pytest-metadata-2.0.1.ebuild | 32 ----------------------
14 .../pytest-metadata/pytest-metadata-2.0.2.ebuild | 32 ----------------------
15 3 files changed, 66 deletions(-)
16
17 diff --git a/dev-python/pytest-metadata/Manifest b/dev-python/pytest-metadata/Manifest
18 index ec8958e883a3..d2f1852454ba 100644
19 --- a/dev-python/pytest-metadata/Manifest
20 +++ b/dev-python/pytest-metadata/Manifest
21 @@ -1,3 +1 @@
22 -DIST pytest-metadata-2.0.1.gh.tar.gz 19945 BLAKE2B 931ede3b58471e3092eb26af38f380810140539c7c50b5e3e9a63bdddedd9577b1f23aafb24ce80de55078f772b0dae8715368559f79a3f31f33e15870134f45 SHA512 03981b4fbcd812cf5896d6db2b74cbc1e6c84cc13613f916248767cacfc7650580f668a5ea8892be85c87fa08101a8a2f440ee6e0cc1342d4fa9919d41153a6b
23 -DIST pytest-metadata-2.0.2.gh.tar.gz 19993 BLAKE2B 274ce5532fe96b6e4116d6ed1bf20911342f8b239b00a9b6cc1b553ad2819a619691e34bd93ef82676ffdcd4ba32adebba481c65168ce76eef2099eb7295d65d SHA512 b35c0b1a357a246aa12b65dd67b48b6c4201d75d4a23db9026659407583e97517971ba6af1054cff7812f2c6ae54019b26d1108664d632a45c0514a716b321b2
24 DIST pytest-metadata-2.0.3.gh.tar.gz 20078 BLAKE2B 269f8b10aad3dda94ea3f1e2655d6e0be371211138774e8662395197f483917ec8098c3acb2b792f4dfe08d7ada21fd062754dbd2be49cfadb50823a32858e09 SHA512 423b61ffd038fe94b7d09a7e2cf2ef71782c8b41504831e0f9479b3423bdd24da730464ba5e90ea1c4dda32a9f2ad935448caf48427f08f7e93c9021f1e73625
25
26 diff --git a/dev-python/pytest-metadata/pytest-metadata-2.0.1.ebuild b/dev-python/pytest-metadata/pytest-metadata-2.0.1.ebuild
27 deleted file mode 100644
28 index 3f2c81106531..000000000000
29 --- a/dev-python/pytest-metadata/pytest-metadata-2.0.1.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=poetry
38 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="A plugin for pytest that provides access to test session metadata"
43 -HOMEPAGE="https://github.com/pytest-dev/pytest-metadata/"
44 -SRC_URI="
45 - https://github.com/pytest-dev/pytest-metadata/archive/v${PV}.tar.gz
46 - -> ${P}.gh.tar.gz
47 -"
48 -
49 -LICENSE="MPL-2.0"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~riscv ~x86"
52 -
53 -RDEPEND="
54 - <dev-python/pytest-8[${PYTHON_USEDEP}]
55 - >=dev-python/pytest-7.1.1[${PYTHON_USEDEP}]
56 -"
57 -BDEPEND="
58 - >=dev-python/setuptools_scm-6.2.3[${PYTHON_USEDEP}]
59 -"
60 -
61 -distutils_enable_tests pytest
62 -
63 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
64
65 diff --git a/dev-python/pytest-metadata/pytest-metadata-2.0.2.ebuild b/dev-python/pytest-metadata/pytest-metadata-2.0.2.ebuild
66 deleted file mode 100644
67 index 07cee70b8a98..000000000000
68 --- a/dev-python/pytest-metadata/pytest-metadata-2.0.2.ebuild
69 +++ /dev/null
70 @@ -1,32 +0,0 @@
71 -# Copyright 1999-2022 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=8
75 -
76 -DISTUTILS_USE_PEP517=poetry
77 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
78 -
79 -inherit distutils-r1
80 -
81 -DESCRIPTION="A plugin for pytest that provides access to test session metadata"
82 -HOMEPAGE="https://github.com/pytest-dev/pytest-metadata/"
83 -SRC_URI="
84 - https://github.com/pytest-dev/pytest-metadata/archive/v${PV}.tar.gz
85 - -> ${P}.gh.tar.gz
86 -"
87 -
88 -LICENSE="MPL-2.0"
89 -SLOT="0"
90 -KEYWORDS="~amd64 ~riscv ~x86"
91 -
92 -RDEPEND="
93 - <dev-python/pytest-8[${PYTHON_USEDEP}]
94 - >=dev-python/pytest-7.1.1[${PYTHON_USEDEP}]
95 -"
96 -BDEPEND="
97 - >=dev-python/setuptools_scm-6.2.3[${PYTHON_USEDEP}]
98 -"
99 -
100 -distutils_enable_tests pytest
101 -
102 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}