Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-salt-factories/
Date: Sat, 31 Oct 2020 01:36:58
Message-Id: 1604108202.960f8f490125d1955fc5637435bab69895d64ffc.chutzpah@gentoo
1 commit: 960f8f490125d1955fc5637435bab69895d64ffc
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Sat Oct 31 00:17:28 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 01:36:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=960f8f49
7
8 dev-python/pytest-salt-factories-0.94.4: bump, add py39
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-3.0.8, Repoman-3.0.2
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/pytest-salt-factories/Manifest | 1 +
15 .../pytest-salt-factories-0.94.4.ebuild | 37 ++++++++++++++++++++++
16 2 files changed, 38 insertions(+)
17
18 diff --git a/dev-python/pytest-salt-factories/Manifest b/dev-python/pytest-salt-factories/Manifest
19 index af8b1dec4dd..ebba53b1328 100644
20 --- a/dev-python/pytest-salt-factories/Manifest
21 +++ b/dev-python/pytest-salt-factories/Manifest
22 @@ -1 +1,2 @@
23 DIST pytest-salt-factories-0.92.0.tar.gz 112049 BLAKE2B 054ec70df87bb1c1ccd4217ddf66b1efa1329d95c72cc40a633b5516afbe5bc80b4210560438e039def40a5c4aec3730a36f83c7911fd3a12a7bd5d33d388986 SHA512 308a446c870528437967eb5b3167861818311683dd9c4f55af8aa1766cde29ab438e5bf0ba922933d893f1a5469af4b827c422e59adb12cb2b422302550dfdd5
24 +DIST pytest-salt-factories-0.94.4.tar.gz 117281 BLAKE2B 9b42dbf4329fe2afd875de55e96604896c6f46d3c3736b644466dd5db6091cf5b9b1d2188c0e0a22b4b15a227dfacc7692ea6499aa7f58ce6adb9b802f00b1f7 SHA512 5c670aa7dd64441b1bd3a188335a35be00d7406bc8d76f9a1213cc3414061c3dfc51a9319008c29c83fb5abec1d7b677aec76ac4b9c00adcd878ef6da599041a
25
26 diff --git a/dev-python/pytest-salt-factories/pytest-salt-factories-0.94.4.ebuild b/dev-python/pytest-salt-factories/pytest-salt-factories-0.94.4.ebuild
27 new file mode 100644
28 index 00000000000..4568ef158e6
29 --- /dev/null
30 +++ b/dev-python/pytest-salt-factories/pytest-salt-factories-0.94.4.ebuild
31 @@ -0,0 +1,37 @@
32 +# Copyright 2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python3_{7..9} )
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="The new generation of the pytest-salt Plugin"
41 +HOMEPAGE="https://github.com/saltstack/pytest-salt-factories"
42 +SRC_URI="https://github.com/saltstack/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE="test"
48 +
49 +RDEPEND="
50 + >=dev-python/pytest-6.1.1[${PYTHON_USEDEP}]
51 + dev-python/attrs[${PYTHON_USEDEP}]
52 + dev-python/pytest-tempdir[${PYTHON_USEDEP}]
53 + dev-python/psutil[${PYTHON_USEDEP}]
54 + dev-python/pyzmq[${PYTHON_USEDEP}]
55 + dev-python/msgpack[${PYTHON_USEDEP}]
56 +"
57 +BDEPEND="${RDEPEND}
58 + test? ( >=app-admin/salt-3000.0[${PYTHON_USEDEP}] )
59 +"
60 +
61 +# pytest just bombs
62 +RESTRICT="test"
63 +
64 +PATCHES=(
65 + "${FILESDIR}/pytest-salt-factories-0.92.0-setup.patch"
66 +)
67 +
68 +distutils_enable_tests pytest