summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-10-14 08:11:10 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-10-14 08:22:02 +0300
commit37dd5ecfaae867350ccc22d12a28e13d00c17f0b (patch)
tree212494fe62f60acbdca16fa125fa1bb080dcd24b
parentdev-python/trimesh: Bump to 3.15.5 (diff)
downloadgentoo-37dd5ecfaae867350ccc22d12a28e13d00c17f0b.tar.gz
gentoo-37dd5ecfaae867350ccc22d12a28e13d00c17f0b.tar.bz2
gentoo-37dd5ecfaae867350ccc22d12a28e13d00c17f0b.zip
dev-python/SaltTesting: treeclean
Closes: https://bugs.gentoo.org/747997 Closes: https://bugs.gentoo.org/832242 Closes: https://bugs.gentoo.org/869503 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/SaltTesting/Manifest1
-rw-r--r--dev-python/SaltTesting/SaltTesting-2018.9.21.ebuild33
-rw-r--r--dev-python/SaltTesting/files/SaltTesting-2018.9.21-python37.patch21
-rw-r--r--dev-python/SaltTesting/metadata.xml11
-rw-r--r--profiles/package.mask6
5 files changed, 0 insertions, 72 deletions
diff --git a/dev-python/SaltTesting/Manifest b/dev-python/SaltTesting/Manifest
deleted file mode 100644
index 7a2a295f735b..000000000000
--- a/dev-python/SaltTesting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST SaltTesting-2018.9.21.tar.gz 459708 BLAKE2B c0c6d853ab335432464140b6db8939ae87b58f50c0ea63a547a09ab3e1899b52053e3f9ea90b183268b807db5d7f323f09f9b6d4186e1b4214d6984486f37139 SHA512 9ce79aaa0fd90fd75fa2a64112563751837d441518426cbdb5df93721fd186e9fe33609341a75bc173781cd9a97b477809a4c2e2d4fdd29a5331f0d096983db8
diff --git a/dev-python/SaltTesting/SaltTesting-2018.9.21.ebuild b/dev-python/SaltTesting/SaltTesting-2018.9.21.ebuild
deleted file mode 100644
index 78e0db8dbe62..000000000000
--- a/dev-python/SaltTesting/SaltTesting-2018.9.21.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
-HOMEPAGE="https://saltstack.com/community/"
-
-if [[ ${PV} == *9999* ]]; then
- EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git"
- EGIT_BRANCH="develop"
- inherit git-r3
-else
- SRC_URI="https://github.com/saltstack/salt-testing/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/salt-testing-${PV}"
- KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND="
- dev-python/psutil[${PYTHON_USEDEP}]
- >=dev-python/requests-2.4.2[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-PATCHES=(
- "${FILESDIR}/SaltTesting-2018.9.21-python37.patch"
-)
diff --git a/dev-python/SaltTesting/files/SaltTesting-2018.9.21-python37.patch b/dev-python/SaltTesting/files/SaltTesting-2018.9.21-python37.patch
deleted file mode 100644
index b12d4231bbd8..000000000000
--- a/dev-python/SaltTesting/files/SaltTesting-2018.9.21-python37.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/salttesting/case.py b/salttesting/case.py
-index 4918915..19e47cc 100644
---- a/salttesting/case.py
-+++ b/salttesting/case.py
-@@ -140,14 +140,14 @@ class ShellTestCase(TestCase, AdaptedConfigurationTestCaseMixIn):
- )
- return self.run_script('salt-ssh', arg_str, with_retcode=with_retcode, catch_stderr=catch_stderr, raw=True)
-
-- def run_run(self, arg_str, with_retcode=False, catch_stderr=False, async=False, timeout=60, config_dir=None):
-+ def run_run(self, arg_str, with_retcode=False, catch_stderr=False, async_flag=False, timeout=60, config_dir=None):
- '''
- Execute salt-run
- '''
- arg_str = '-c {0}{async_flag} -t {timeout} {1}'.format(config_dir or self.get_config_dir(),
- arg_str,
- timeout=timeout,
-- async_flag=' --async' if async else '')
-+ async_flag=' --async' if async_flag else '')
- return self.run_script('salt-run', arg_str, with_retcode=with_retcode, catch_stderr=catch_stderr)
-
- def run_run_plus(self, fun, *arg, **kwargs):
diff --git a/dev-python/SaltTesting/metadata.xml b/dev-python/SaltTesting/metadata.xml
deleted file mode 100644
index 2894eec2d1ff..000000000000
--- a/dev-python/SaltTesting/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>chutzpah@gentoo.org</email>
- <name>Patrick McLean</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">SaltTesting</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 1e3b649f8cc4..901cda15f04c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -291,12 +291,6 @@ net-nds/nsscache
# Removal: 2022-10-10. Bug #869512.
dev-python/python-etcd
-# Arthur Zamarin <arthurzam@gentoo.org> (2022-09-10)
-# Upstream repository archived. Python 3.8 only, with issues for
-# newer targets. No reverse dependencies in tree.
-# Removal: 2022-10-10. Bugs #869503, #747997, #832242.
-dev-python/SaltTesting
-
# Matthias Schwarzott <zzam@gentoo.org> (2022-09-08)
# Breaks kernel builds with BTF enabled.
# Bug #868762.