Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/salt/, app-admin/salt/files/
Date: Fri, 04 Sep 2020 01:45:42
Message-Id: 1599183930.80262791380dcfa0e6bcf53796b8a78116d40bc1.chutzpah@gentoo
1 commit: 80262791380dcfa0e6bcf53796b8a78116d40bc1
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Fri Sep 4 01:28:59 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 01:45:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80262791
7
8 dev-util/salt-3001.1: Version bump
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-3.0.5, Repoman-3.0.1
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 app-admin/salt/Manifest | 1 +
15 app-admin/salt/files/salt-3001.1-tests.patch | 151 +++++++++++++++++++++
16 app-admin/salt/salt-3001.1.ebuild | 195 +++++++++++++++++++++++++++
17 3 files changed, 347 insertions(+)
18
19 diff --git a/app-admin/salt/Manifest b/app-admin/salt/Manifest
20 index 97d1031e86e..4f594f7a094 100644
21 --- a/app-admin/salt/Manifest
22 +++ b/app-admin/salt/Manifest
23 @@ -2,3 +2,4 @@ DIST salt-2019.2.5.tar.gz 14574347 BLAKE2B d456dd493e79640260f3ad3c964fdaaa26dd7
24 DIST salt-3000.2-py38-misc.patch.gz 6250 BLAKE2B 68fff80a042e6bf208ea2d9692da7a7b1e29572f1ec3c850c14743bbf2821d231f933ec4e6d6eaad12acee0b7666888a37a72872b2b082c92d8db9de988fbbec SHA512 6d4a66323a423e630f7cc73b566ed96c452c8fc3d72c25a2dd86033c4774c1c8e8b8701e1d4ee92994d4148c398d704f419023e26d8b40c8fdd63f9d79d9d52f
25 DIST salt-3000.2.tar.gz 15231513 BLAKE2B 2090d0f52f953a42f1685ad190750e9c76ad6e862a3272444fef063a7605f69a6c542f04165a41fb9cdaa126a878cc133d4857faa70edc5eac4bf49bdde937ab SHA512 88e8876ed8cd18e942c2194686cda68f40fa49e69e317ca488bf58e095bcf6cdf8771d93eba7960038941cc5863e13a4eea4dad5256c12da7cd8288a2c61f59d
26 DIST salt-3000.3.tar.gz 15237557 BLAKE2B ab51e07f56f9e02c47da58fad95c9482ea70e0685996a78e34382eadb3a9a3dace63ef65d643a9de284ea00c34785eae631d033f32e00e59eb3639514459af33 SHA512 a4697da9a2f7d484b72145e8b83f6d9032369f87e2e7119a9d51f59b989488285406543f79142fc686c41c144f5878eefba37927137581c892c88f03fc3a8208
27 +DIST salt-3001.1.tar.gz 14556156 BLAKE2B 3088955a07b6ff95588f5b6235e0bae9cea366e957e026bacd228af9f1ed500f88f7fb543833f2398d64fe7e4546f0f29d7c65362464097bf89424174e76c954 SHA512 d59b6c3580d3379192f36e462385c74b53b0b385e63b3db7734003d0a71df8f88593a59eeccd86b1dc15800e46d050094e7a88f2636673770ddc952d0110ca29
28
29 diff --git a/app-admin/salt/files/salt-3001.1-tests.patch b/app-admin/salt/files/salt-3001.1-tests.patch
30 new file mode 100644
31 index 00000000000..ad32b611dfe
32 --- /dev/null
33 +++ b/app-admin/salt/files/salt-3001.1-tests.patch
34 @@ -0,0 +1,151 @@
35 +diff --git a/tests/integration/master/test_event_return.py b/tests/integration/master/test_event_return.py
36 +index 1a97be0e5f..93c57f08ff 100644
37 +--- a/tests/integration/master/test_event_return.py
38 ++++ b/tests/integration/master/test_event_return.py
39 +@@ -18,7 +18,7 @@ import time
40 + import salt.ext.six as six
41 + from salt.utils.nb_popen import NonBlockingPopen
42 + from saltfactories.utils.ports import get_unused_localhost_port
43 +-from saltfactories.utils.processes.helpers import terminate_process
44 ++from saltfactories.utils.processes import terminate_process
45 + from tests.support.cli_scripts import ScriptPathMixin
46 + from tests.support.mixins import AdaptedConfigurationTestCaseMixin
47 + from tests.support.runtests import RUNTIME_VARS
48 +diff --git a/tests/integration/utils/testprogram.py b/tests/integration/utils/testprogram.py
49 +index 74bbc1cd90..be651591d1 100644
50 +--- a/tests/integration/utils/testprogram.py
51 ++++ b/tests/integration/utils/testprogram.py
52 +@@ -30,7 +30,7 @@ import salt.utils.psutil_compat as psutils
53 + import salt.utils.yaml
54 + from salt.ext import six
55 + from salt.ext.six.moves import range
56 +-from saltfactories.utils.processes.helpers import (
57 ++from saltfactories.utils.processes import (
58 + terminate_process,
59 + terminate_process_list,
60 + )
61 +diff --git a/tests/support/case.py b/tests/support/case.py
62 +index 9017027ae3..517cefb64a 100644
63 +--- a/tests/support/case.py
64 ++++ b/tests/support/case.py
65 +@@ -25,7 +25,7 @@ import time
66 + from datetime import datetime, timedelta
67 +
68 + import salt.utils.files
69 +-from saltfactories.utils.processes.helpers import terminate_process
70 ++from saltfactories.utils.processes import terminate_process
71 + from tests.support.cli_scripts import ScriptPathMixin
72 + from tests.support.helpers import RedirectStdStreams, requires_sshd_server
73 + from tests.support.mixins import ( # pylint: disable=unused-import
74 +diff --git a/tests/support/helpers.py b/tests/support/helpers.py
75 +index bae2dceff4..93fbb66742 100644
76 +--- a/tests/support/helpers.py
77 ++++ b/tests/support/helpers.py
78 +@@ -42,7 +42,7 @@ import salt.utils.versions
79 + from salt.ext import six
80 + from salt.ext.six.moves import builtins, range
81 + from saltfactories.utils.ports import get_unused_localhost_port
82 +-from saltfactories.utils.processes.bases import ProcessResult
83 ++from saltfactories.utils.processes import ProcessResult
84 + from tests.support.mock import patch
85 + from tests.support.runtests import RUNTIME_VARS
86 + from tests.support.sminion import create_sminion
87 +@@ -1674,7 +1674,7 @@ class VirtualEnv(object):
88 + kwargs.setdefault("stderr", subprocess.PIPE)
89 + kwargs.setdefault("universal_newlines", True)
90 + proc = subprocess.run(args, check=False, **kwargs)
91 +- ret = ProcessResult(proc.returncode, proc.stdout, proc.stderr, proc.args)
92 ++ ret = ProcessResult(proc.returncode, proc.stdout, proc.stderr, cmdline=proc.args)
93 + log.debug(ret)
94 + if check is True:
95 + proc.check_returncode()
96 +diff --git a/tests/support/paths.py b/tests/support/paths.py
97 +index 1e1e081dc4..981aa54eb7 100644
98 +--- a/tests/support/paths.py
99 ++++ b/tests/support/paths.py
100 +@@ -49,14 +49,12 @@ if TESTS_DIR not in sys.path:
101 + sys.path.insert(1, TESTS_DIR)
102 +
103 + SYS_TMP_DIR = os.path.abspath(
104 +- os.path.realpath(
105 +- # Avoid ${TMPDIR} and gettempdir() on MacOS as they yield a base path too long
106 +- # for unix sockets: ``error: AF_UNIX path too long``
107 +- # Gentoo Portage prefers ebuild tests are rooted in ${TMPDIR}
108 +- os.environ.get("TMPDIR", tempfile.gettempdir())
109 +- if not sys.platform.startswith("darwin")
110 +- else "/tmp"
111 +- )
112 ++ # Avoid ${TMPDIR} and gettempdir() on MacOS as they yield a base path too long
113 ++ # for unix sockets: ``error: AF_UNIX path too long``
114 ++ # Gentoo Portage prefers ebuild tests are rooted in ${TMPDIR}
115 ++ os.environ.get("TMPDIR", tempfile.gettempdir())
116 ++ if not sys.platform.startswith("darwin")
117 ++ else "/tmp"
118 + )
119 + TMP = os.path.join(SYS_TMP_DIR, "salt-tests-tmpdir")
120 + TMP_ROOT_DIR = os.path.join(TMP, "rootdir")
121 +diff --git a/tests/support/processes.py b/tests/support/processes.py
122 +index 4f264862a4..7c93e48368 100644
123 +--- a/tests/support/processes.py
124 ++++ b/tests/support/processes.py
125 +@@ -14,7 +14,7 @@ from __future__ import absolute_import
126 +
127 + import logging
128 +
129 +-from saltfactories.utils.processes.helpers import ( # pylint: disable=unused-import
130 ++from saltfactories.utils.processes import ( # pylint: disable=unused-import
131 + collect_child_processes,
132 + terminate_process,
133 + terminate_process_list,
134 +diff --git a/tests/unit/utils/scheduler/base.py b/tests/unit/utils/scheduler/base.py
135 +index 5d7f161eb5..286e047e40 100644
136 +--- a/tests/unit/utils/scheduler/base.py
137 ++++ b/tests/unit/utils/scheduler/base.py
138 +@@ -14,7 +14,7 @@ import salt.utils.platform
139 + import salt.utils.schedule
140 + from salt.modules.test import ping
141 + from salt.utils.process import SubprocessList
142 +-from saltfactories.utils.processes.helpers import terminate_process
143 ++from saltfactories.utils.processes import terminate_process
144 + from tests.support.mixins import SaltReturnAssertsMixin
145 + from tests.support.mock import MagicMock, patch
146 + from tests.support.runtests import RUNTIME_VARS
147 +diff --git a/tests/unit/utils/test_event.py b/tests/unit/utils/test_event.py
148 +index 9a3b1c428d..dfcf1c5275 100644
149 +--- a/tests/unit/utils/test_event.py
150 ++++ b/tests/unit/utils/test_event.py
151 +@@ -21,7 +21,7 @@ import zmq
152 + import zmq.eventloop.ioloop
153 + from salt.ext.six.moves import range
154 + from salt.ext.tornado.testing import AsyncTestCase
155 +-from saltfactories.utils.processes.helpers import terminate_process
156 ++from saltfactories.utils.processes import terminate_process
157 + from tests.support.events import eventpublisher_process, eventsender_process
158 + from tests.support.helpers import slowTest
159 + from tests.support.runtests import RUNTIME_VARS
160 +diff --git a/tests/unit/utils/test_verify.py b/tests/unit/utils/test_verify.py
161 +index 5662cf621b..0339c353dc 100644
162 +--- a/tests/unit/utils/test_verify.py
163 ++++ b/tests/unit/utils/test_verify.py
164 +@@ -343,7 +343,7 @@ class TestCleanPath(TestCase):
165 + def test_clean_path_valid(self):
166 + path_a = os.path.join(self.tmpdir, "foo")
167 + path_b = os.path.join(self.tmpdir, "foo", "bar")
168 +- assert clean_path(path_a, path_b) == path_b
169 ++ assert clean_path(path_a, path_b) == os.path.realpath(path_b)
170 +
171 + def test_clean_path_invalid(self):
172 + path_a = os.path.join(self.tmpdir, "foo")
173 +@@ -398,10 +398,10 @@ class TestCleanPathLink(TestCase):
174 + test_path = os.path.join(self.from_path, "test")
175 + expect_path = os.path.join(self.to_path, "test")
176 + ret = clean_path(self.from_path, test_path)
177 +- assert ret == expect_path, "{} is not {}".format(ret, expect_path)
178 ++ assert ret == os.path.realpath(expect_path), "{} is not {}".format(ret, expect_path)
179 +
180 + def test_clean_path_symlinked_tgt(self):
181 + test_path = os.path.join(self.to_path, "test")
182 + expect_path = os.path.join(self.to_path, "test")
183 + ret = clean_path(self.from_path, test_path)
184 +- assert ret == expect_path, "{} is not {}".format(ret, expect_path)
185 ++ assert ret == os.path.realpath(expect_path), "{} is not {}".format(ret, expect_path)
186
187 diff --git a/app-admin/salt/salt-3001.1.ebuild b/app-admin/salt/salt-3001.1.ebuild
188 new file mode 100644
189 index 00000000000..8f4eea2bcf2
190 --- /dev/null
191 +++ b/app-admin/salt/salt-3001.1.ebuild
192 @@ -0,0 +1,195 @@
193 +# Copyright 1999-2020 Gentoo Authors
194 +# Distributed under the terms of the GNU General Public License v2
195 +
196 +EAPI=7
197 +PYTHON_COMPAT=( python3_{7..8} )
198 +DISTUTILS_USE_SETUPTOOLS=bdepend
199 +inherit systemd distutils-r1
200 +
201 +DESCRIPTION="Salt is a remote execution and configuration manager"
202 +HOMEPAGE="https://www.saltstack.com/resources/community/
203 + https://github.com/saltstack"
204 +
205 +if [[ ${PV} == 9999* ]]; then
206 + inherit git-r3
207 + EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
208 + EGIT_BRANCH="develop"
209 + SRC_URI=""
210 +else
211 + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
212 + KEYWORDS="~amd64 ~x86"
213 +fi
214 +
215 +LICENSE="Apache-2.0"
216 +SLOT="0"
217 +IUSE="cheetah cherrypy ldap libcloud libvirt genshi gnupg keyring mako
218 + mongodb neutron nova openssl portage profile redis selinux test raet
219 + +zeromq vim-syntax"
220 +
221 +RDEPEND="
222 + sys-apps/pciutils
223 + dev-python/distro[${PYTHON_USEDEP}]
224 + dev-python/jinja[${PYTHON_USEDEP}]
225 + dev-python/libnacl[${PYTHON_USEDEP}]
226 + >=dev-python/msgpack-0.5[${PYTHON_USEDEP}]
227 + <dev-python/msgpack-1.0[${PYTHON_USEDEP}]
228 + >=dev-python/pycryptodome-3.9.7[${PYTHON_USEDEP}]
229 + dev-python/pyyaml[${PYTHON_USEDEP}]
230 + dev-python/markupsafe[${PYTHON_USEDEP}]
231 + >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
232 + dev-python/setuptools[${PYTHON_USEDEP}]
233 + dev-python/toml[${PYTHON_USEDEP}]
234 + dev-python/watchdog[${PYTHON_USEDEP}]
235 + libcloud? ( >=dev-python/libcloud-0.14.0[${PYTHON_USEDEP}] )
236 + mako? ( dev-python/mako[${PYTHON_USEDEP}] )
237 + ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
238 + libvirt? (
239 + $(python_gen_cond_dep 'dev-python/libvirt-python[${PYTHON_USEDEP}]' python3_7)
240 + )
241 + openssl? (
242 + dev-libs/openssl:0=[-bindist]
243 + dev-python/pyopenssl[${PYTHON_USEDEP}]
244 + )
245 + raet? (
246 + >=dev-python/libnacl-1.0.0[${PYTHON_USEDEP}]
247 + >=dev-python/ioflo-1.1.7[${PYTHON_USEDEP}]
248 + >=dev-python/raet-0.6.0[${PYTHON_USEDEP}]
249 + )
250 + cherrypy? ( >=dev-python/cherrypy-3.2.2[${PYTHON_USEDEP}] )
251 + cheetah? ( dev-python/cheetah3[${PYTHON_USEDEP}] )
252 + mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
253 + portage? ( sys-apps/portage[${PYTHON_USEDEP}] )
254 + keyring? ( dev-python/keyring[${PYTHON_USEDEP}] )
255 + redis? ( dev-python/redis-py[${PYTHON_USEDEP}] )
256 + selinux? ( sec-policy/selinux-salt )
257 + nova? (
258 + $(python_gen_cond_dep '>=dev-python/python-novaclient-2.17.0[${PYTHON_USEDEP}]' python3_7)
259 + )
260 + neutron? (
261 + $(python_gen_cond_dep '>=dev-python/python-neutronclient-2.3.6[${PYTHON_USEDEP}]' python3_7)
262 + )
263 + gnupg? ( dev-python/python-gnupg[${PYTHON_USEDEP}] )
264 + profile? ( dev-python/yappi[${PYTHON_USEDEP}] )
265 + vim-syntax? ( app-vim/salt-vim )
266 + zeromq? ( >=dev-python/pyzmq-2.2.0[${PYTHON_USEDEP}] )
267 +"
268 +BDEPEND="
269 + test? (
270 + ${RDEPEND}
271 + >=dev-python/boto-2.32.1[${PYTHON_USEDEP}]
272 + >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
273 + >=dev-python/libcloud-0.14.0[${PYTHON_USEDEP}]
274 + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
275 + >=dev-python/moto-0.3.6[${PYTHON_USEDEP}]
276 + dev-python/pip[${PYTHON_USEDEP}]
277 + dev-python/psutil[${PYTHON_USEDEP}]
278 + dev-python/pytest[${PYTHON_USEDEP}]
279 + dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}]
280 + >=dev-python/pytest-salt-2020.1.27[${PYTHON_USEDEP}]
281 + dev-python/pytest-salt-factories[${PYTHON_USEDEP}]
282 + dev-python/pytest-tempdir[${PYTHON_USEDEP}]
283 + >=dev-python/SaltTesting-2016.5.11[${PYTHON_USEDEP}]
284 + >=dev-python/virtualenv-20.0.20[${PYTHON_USEDEP}]
285 + !x86? ( >=dev-python/boto3-1.3.15[${PYTHON_USEDEP}] )
286 + )"
287 +
288 +DOCS=( README.rst AUTHORS )
289 +
290 +REQUIRED_USE="|| ( raet zeromq )
291 + test? ( cheetah genshi )"
292 +RESTRICT="!test? ( test ) x86? ( test )"
293 +
294 +PATCHES=(
295 + #"${FILESDIR}/salt-2017.7.0-dont-realpath-tmpdir.patch"
296 + "${FILESDIR}/salt-2019.2.0-skip-tests-that-oom-machine.patch"
297 + "${FILESDIR}/salt-3001.1-tests.patch"
298 + #"${FILESDIR}/salt-3000.2-tests.patch"
299 +
300 + # https://github.com/saltstack/salt/pull/55410
301 + #"${FILESDIR}/salt-3000.2-py38.patch"
302 +
303 + # https://github.com/saltstack/salt/pull/55900
304 + #"${FILESDIR}/salt-3000.2-py38-abc.patch"
305 +
306 + # misc py38 fixups
307 + #"${WORKDIR}/salt-3000.2-py38-misc.patch"
308 + #"${FILESDIR}/salt-3000.2-py38-logwarn.patch"
309 +)
310 +
311 +python_prepare() {
312 + # remove tests with external dependencies that may not be available
313 + rm tests/unit/{test_zypp_plugins.py,utils/test_extend.py} || die
314 + rm tests/unit/modules/test_{file,boto_{vpc,secgroup,elb}}.py || die
315 + rm tests/unit/states/test_boto_vpc.py || die
316 + rm tests/support/gitfs.py tests/unit/runners/test_git_pillar.py || die
317 +
318 + # tests that require network access
319 + rm tests/unit/{states,modules}/test_zcbuildout.py || die
320 +
321 + # make sure pkg_resources doesn't bomb because pycrypto isn't installed
322 + find . -name '*.txt' -print0 | xargs -0 sed -e '/pycrypto>/ d' -i || die
323 +
324 + einfo "Fixing collections.abc warnings for ${EPYTHON}"
325 + local abc
326 + abc="$("${EPYTHON}" -c 'import collections.abc; print("|".join((c for c in dir(collections.abc) if not c.startswith("_"))))')" || die
327 + find -name '*.py' -type f -print0 | xargs -0 sed -r -e "s:collections\\.(${abc}):collections.abc.\\1:g" -i || die
328 +
329 + # allow the use of the renamed msgpack
330 + sed -i '/^msgpack/d' requirements/base.txt || die
331 +}
332 +
333 +python_install_all() {
334 + local svc
335 + USE_SETUPTOOLS=1 distutils-r1_python_install_all
336 +
337 + for svc in minion master syndic api; do
338 + newinitd "${FILESDIR}"/${svc}-initd-4 salt-${svc}
339 + newconfd "${FILESDIR}"/${svc}-confd-1 salt-${svc}
340 + systemd_dounit "${FILESDIR}"/salt-${svc}.service
341 + done
342 +
343 + insinto /etc/${PN}
344 + doins -r conf/*
345 +}
346 +
347 +python_test() {
348 + local tempdir
349 + # testsuite likes lots of files
350 + ulimit -n 3072 || die
351 +
352 + # ${T} is too long a path for the tests to work
353 + tempdir="$(mktemp -du --tmpdir=/tmp salt-XXX)"
354 + mkdir "${T}/$(basename "${tempdir}")"
355 +
356 + (
357 + cleanup() { rm -f "${tempdir}" || die; }
358 +
359 + trap cleanup EXIT
360 +
361 + addwrite "${tempdir}"
362 + ln -s "$(realpath --relative-to=/tmp "${T}/$(basename "${tempdir}")")" "${tempdir}" || die
363 +
364 + USE_SETUPTOOLS=1 SHELL="/bin/bash" \
365 + TMPDIR="${tempdir}" \
366 + ${EPYTHON} tests/runtests.py \
367 + --unit-tests --no-report --verbose \
368 + || die "testing failed with ${EPYTHON}"
369 + )
370 +}
371 +
372 +pkg_postinst() {
373 + if use python_targets_python3_8; then
374 + if use nova; then
375 + ewarn "Salt's nova functionality will not work with python3.8 since"
376 + ewarn "dev-python/python-novaclient does not support it yet"
377 + fi
378 + if use neutron; then
379 + ewarn "Salt's neutron functionality will not work with python3.8 since"
380 + ewarn "dev-python/python-neutronclient does not support it yet"
381 + fi
382 + if use libvirt; then
383 + ewarn "Salt's libvirt functionality will not work with python3.8 since"
384 + ewarn "dev-python/libvirt-python does not support it yet"
385 + fi
386 + fi
387 +}