Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-shell-utilities/
Date: Fri, 25 Feb 2022 12:49:37
Message-Id: 1645793364.706bac2f7c678e1020ceed3fdd185ae771758a35.arthurzam@gentoo
1 commit: 706bac2f7c678e1020ceed3fdd185ae771758a35
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 25 12:48:20 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 12:49:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706bac2f
7
8 dev-python/pytest-shell-utilities: Revert new package
9
10 Reverts: 6e6d1ba4353f6049694c6e44d249eeaff32881cb.
11 Closes: https://bugs.gentoo.org/834027
12 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
13
14 dev-python/pytest-shell-utilities/Manifest | 1 -
15 dev-python/pytest-shell-utilities/metadata.xml | 13 ------
16 .../pytest-shell-utilities-1.0.5.ebuild | 48 ----------------------
17 3 files changed, 62 deletions(-)
18
19 diff --git a/dev-python/pytest-shell-utilities/Manifest b/dev-python/pytest-shell-utilities/Manifest
20 deleted file mode 100644
21 index 78a39cf489f6..000000000000
22 --- a/dev-python/pytest-shell-utilities/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST pytest-shell-utilities-1.0.5.gh.tar.gz 89489 BLAKE2B 9cd7f95c9c1691e19c320378d1c2a4e147cb6fdc35ec6f3c80dc288e70416fce67b60ac86427f1ad322b2c17de3cd762e483d63076fa291b4b7d22d7a29c9e45 SHA512 395107af9eaa13ef39d01858e1674b6dedddc2cf93b9aba61316fd8d847031e1b535cc3bf4f2899dbc7828609b7d45b500aad29bb47668be6e0453ac099e99e4
26
27 diff --git a/dev-python/pytest-shell-utilities/metadata.xml b/dev-python/pytest-shell-utilities/metadata.xml
28 deleted file mode 100644
29 index 8a6326c310a5..000000000000
30 --- a/dev-python/pytest-shell-utilities/metadata.xml
31 +++ /dev/null
32 @@ -1,13 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>python@g.o</email>
38 - <name>Python</name>
39 - </maintainer>
40 - <stabilize-allarches/>
41 - <upstream>
42 - <remote-id type="pypi">pytest-shell-utilities</remote-id>
43 - <remote-id type="github">saltstack/pytest-shell-utilities</remote-id>
44 - </upstream>
45 -</pkgmetadata>
46
47 diff --git a/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.0.5.ebuild b/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.0.5.ebuild
48 deleted file mode 100644
49 index 26d3ba50da9f..000000000000
50 --- a/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.0.5.ebuild
51 +++ /dev/null
52 @@ -1,48 +0,0 @@
53 -# Copyright 2022 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=8
57 -
58 -DISTUTILS_USE_PEP517=setuptools
59 -PYTHON_COMPAT=( python3_{8..10} )
60 -inherit distutils-r1
61 -
62 -DESCRIPTION="Pytest plugin to simplify running shell commands against the system"
63 -HOMEPAGE="
64 - https://pypi.org/project/pytest-shell-utilities/
65 - https://github.com/saltstack/pytest-shell-utilities
66 -"
67 -SRC_URI="
68 - https://github.com/saltstack/pytest-shell-utilities/archive/${PV}.tar.gz
69 - -> ${P}.gh.tar.gz
70 -"
71 -
72 -LICENSE="Apache-2.0"
73 -SLOT="0"
74 -KEYWORDS="~amd64"
75 -
76 -RDEPEND="
77 - dev-python/pytest[${PYTHON_USEDEP}]
78 - dev-python/attrs[${PYTHON_USEDEP}]
79 - dev-python/psutil[${PYTHON_USEDEP}]
80 - dev-python/typing-extensions[${PYTHON_USEDEP}]
81 - dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}]
82 - dev-python/pytest-skip-markers[${PYTHON_USEDEP}]
83 -"
84 -BDEPEND="
85 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
86 - test? (
87 - dev-python/pyfakefs[${PYTHON_USEDEP}]
88 - dev-python/pytest-subtests[${PYTHON_USEDEP}]
89 - !!<dev-python/pytest-salt-factories-0.912.2
90 - )
91 -"
92 -
93 -distutils_enable_tests pytest
94 -
95 -src_prepare() {
96 - sed -e '/setuptools-declarative-requirements/d' -i setup.cfg || die
97 - distutils-r1_src_prepare
98 -}
99 -
100 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}