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-skip-markers/
Date: Sat, 25 Jun 2022 11:18:55
Message-Id: 1656155918.fdfa521efb78e3d9f6154846dc0d2e58d15a74ce.mgorny@gentoo
1 commit: fdfa521efb78e3d9f6154846dc0d2e58d15a74ce
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 09:40:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 11:18:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfa521e
7
8 dev-python/pytest-skip-markers: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-skip-markers/Manifest | 1 -
13 .../pytest-skip-markers-1.2.0.ebuild | 53 ----------------------
14 .../pytest-skip-markers-1.3.0.ebuild | 53 ----------------------
15 3 files changed, 107 deletions(-)
16
17 diff --git a/dev-python/pytest-skip-markers/Manifest b/dev-python/pytest-skip-markers/Manifest
18 index 2bc92351b980..e7796822f22a 100644
19 --- a/dev-python/pytest-skip-markers/Manifest
20 +++ b/dev-python/pytest-skip-markers/Manifest
21 @@ -1,2 +1 @@
22 -DIST pytest-skip-markers-1.2.0.tar.gz 79343 BLAKE2B 7f24b454fe19210d9ecadf10317a5a32830d722b64adbaf0fa6fad70a4c0cb598fa93b782a2b0f71bd23c4f91f2007d21383b488d725f61519d064e98ddd48f8 SHA512 76c1d0f0af7f7a56fa95d33bd5cb078792df3f054714d2ca1baa6d861e9404e2ec734a88a0768985388b1226c399ee6b54fe082ef7fcce6fc190fcae6201a416
23 DIST pytest-skip-markers-1.3.0.tar.gz 79882 BLAKE2B 2c44711e6194aebf0a0299f8a50e6162a088023c2fff6bdb7c142060695a6977b1d4a5cc574199d8f11a5a94e413d7444f81d9e954327e8317ed1bcf3725a60f SHA512 bea602032a7796be7c2dad62ba750e987b77f04349c96f6f8e1f15f5d2b58c3ba1e549a775ce7e541f6041091a578def59900a726872c8aa8b31c585e3f0c3e0
24
25 diff --git a/dev-python/pytest-skip-markers/pytest-skip-markers-1.2.0.ebuild b/dev-python/pytest-skip-markers/pytest-skip-markers-1.2.0.ebuild
26 deleted file mode 100644
27 index 0fdd92751034..000000000000
28 --- a/dev-python/pytest-skip-markers/pytest-skip-markers-1.2.0.ebuild
29 +++ /dev/null
30 @@ -1,53 +0,0 @@
31 -# Copyright 2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -DISTUTILS_USE_PEP517=setuptools
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A Pytest plugin which implements a few useful skip markers"
41 -HOMEPAGE="
42 - https://pytest-skip-markers.readthedocs.io/en/latest/
43 - https://github.com/saltstack/pytest-skip-markers
44 -"
45 -SRC_URI="https://github.com/saltstack/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm ~arm64 x86"
50 -
51 -RDEPEND="
52 - >=dev-python/pytest-6.0.0[${PYTHON_USEDEP}]
53 - dev-python/attrs[${PYTHON_USEDEP}]
54 - dev-python/pytest-tempdir[${PYTHON_USEDEP}]
55 - dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}]
56 - dev-python/pytest-system-statistics[${PYTHON_USEDEP}]
57 - dev-python/pytest-shell-utilities[${PYTHON_USEDEP}]
58 - dev-python/psutil[${PYTHON_USEDEP}]
59 - dev-python/pyzmq[${PYTHON_USEDEP}]
60 - dev-python/msgpack[${PYTHON_USEDEP}]
61 - dev-python/virtualenv[${PYTHON_USEDEP}]
62 -"
63 -BDEPEND="
64 - dev-python/wheel[${PYTHON_USEDEP}]
65 - dev-python/setuptools-declarative-requirements[${PYTHON_USEDEP}]
66 - test? (
67 - ${RDEPEND}
68 - dev-python/pyfakefs[${PYTHON_USEDEP}]
69 - dev-python/pytest-subtests[${PYTHON_USEDEP}]
70 - )
71 -"
72 -
73 -distutils_enable_tests pytest
74 -
75 -python_prepare_all() {
76 - sed -e "s/use_scm_version=True/version='${PV}'/" -i setup.py || die
77 - sed -e "/setuptools_scm/ d" -i setup.cfg || die
78 - sed -e "s/tool.setuptools_scm/tool.disabled/" -i pyproject.toml || die
79 -
80 - printf '__version__ = "${PV}"\n' > src/pytestskipmarkers/version.py || die
81 -
82 - distutils-r1_python_prepare_all
83 -}
84
85 diff --git a/dev-python/pytest-skip-markers/pytest-skip-markers-1.3.0.ebuild b/dev-python/pytest-skip-markers/pytest-skip-markers-1.3.0.ebuild
86 deleted file mode 100644
87 index b04007948c06..000000000000
88 --- a/dev-python/pytest-skip-markers/pytest-skip-markers-1.3.0.ebuild
89 +++ /dev/null
90 @@ -1,53 +0,0 @@
91 -# Copyright 2022 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=8
95 -
96 -DISTUTILS_USE_PEP517=setuptools
97 -PYTHON_COMPAT=( python3_{8..10} )
98 -inherit distutils-r1
99 -
100 -DESCRIPTION="A Pytest plugin which implements a few useful skip markers"
101 -HOMEPAGE="
102 - https://pytest-skip-markers.readthedocs.io/en/latest/
103 - https://github.com/saltstack/pytest-skip-markers
104 -"
105 -SRC_URI="https://github.com/saltstack/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
106 -
107 -LICENSE="Apache-2.0"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~arm ~arm64 x86"
110 -
111 -RDEPEND="
112 - >=dev-python/pytest-6.0.0[${PYTHON_USEDEP}]
113 - dev-python/attrs[${PYTHON_USEDEP}]
114 - dev-python/pytest-tempdir[${PYTHON_USEDEP}]
115 - dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}]
116 - dev-python/pytest-system-statistics[${PYTHON_USEDEP}]
117 - dev-python/pytest-shell-utilities[${PYTHON_USEDEP}]
118 - dev-python/psutil[${PYTHON_USEDEP}]
119 - dev-python/pyzmq[${PYTHON_USEDEP}]
120 - dev-python/msgpack[${PYTHON_USEDEP}]
121 - dev-python/virtualenv[${PYTHON_USEDEP}]
122 -"
123 -BDEPEND="
124 - dev-python/wheel[${PYTHON_USEDEP}]
125 - dev-python/setuptools-declarative-requirements[${PYTHON_USEDEP}]
126 - test? (
127 - ${RDEPEND}
128 - dev-python/pyfakefs[${PYTHON_USEDEP}]
129 - dev-python/pytest-subtests[${PYTHON_USEDEP}]
130 - )
131 -"
132 -
133 -distutils_enable_tests pytest
134 -
135 -python_prepare_all() {
136 - sed -e "s/use_scm_version=True/version='${PV}'/" -i setup.py || die
137 - sed -e "/setuptools_scm/ d" -i setup.cfg || die
138 - sed -e "s/tool.setuptools_scm/tool.disabled/" -i pyproject.toml || die
139 -
140 - printf '__version__ = "${PV}"\n' > src/pytestskipmarkers/version.py || die
141 -
142 - distutils-r1_python_prepare_all
143 -}