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-param-files/
Date: Mon, 24 Jan 2022 22:19:55
Message-Id: 1643062575.e3d5ab02906fddaf33ea34909cae4456a0d8c7d9.mgorny@gentoo
1 commit: e3d5ab02906fddaf33ea34909cae4456a0d8c7d9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 22:16:15 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 22:16:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d5ab02
7
8 dev-python/pytest-param-files: Bump to 0.3.4
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-param-files/Manifest | 1 +
13 .../pytest-param-files-0.3.4.ebuild | 24 ++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-python/pytest-param-files/Manifest b/dev-python/pytest-param-files/Manifest
17 index 1654e8c02308..5234361ee133 100644
18 --- a/dev-python/pytest-param-files/Manifest
19 +++ b/dev-python/pytest-param-files/Manifest
20 @@ -1 +1,2 @@
21 DIST pytest-param-files-0.3.3.gh.tar.gz 6858 BLAKE2B 6614b00dcfab63241daee0951bea442afb885942c4ab1ce0b2f6b4c3fe1e0a6048955d79cb1bd703f31ffedaede19b36f40caded98e0c8dc014b64e847110a00 SHA512 d52d0aa44088879ee5cd55f8af56ed649a1a82420bed357be043fdcc0df4899002cae36d95c6864126eaaa97877a21aedabb00dd12a8730d6aee3bcaecdcee62
22 +DIST pytest-param-files-0.3.4.gh.tar.gz 6882 BLAKE2B e2e96bd2cf7b8676f92eeb7821ef76f1f82bb066210170ed4d04a16a7fb3ce346bcd63688ef9d46118c03fd74812fd821fff0414565befb8c558d03d15af2945 SHA512 2df6fe798aab743fdbf892b88ee1d09c554119429167e85bccb87e4ae9d487f8ab5a66c4157827500e8a5d2930277c7490348f6c38f23243e421d5449bde2df5
23
24 diff --git a/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild b/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild
25 new file mode 100644
26 index 000000000000..4bd1d3f4866b
27 --- /dev/null
28 +++ b/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} )
36 +DISTUTILS_USE_PEP517=flit
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Pytest parametrize decorators from external files."
40 +HOMEPAGE="https://pypi.org/project/pytest_param_files/
41 + https://github.com/chrisjsewell/pytest-param-files"
42 +SRC_URI="
43 + https://github.com/chrisjsewell/pytest-param-files/archive/v${PV}.tar.gz
44 + -> ${P}.gh.tar.gz
45 +"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="~amd64"
50 +
51 +RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
52 +
53 +distutils_enable_tests pytest