Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixture/
Date: Tue, 28 Jan 2020 15:32:07
Message-Id: 1580225511.daded882bc32153f94cb77fee5739f304acb29e2.juippis@gentoo
1 commit: daded882bc32153f94cb77fee5739f304acb29e2
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Jan 27 20:46:24 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 15:31:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daded882
7
8 dev-python/pytest-lazy-fixture: Fixtures in pytest.mark.parametrize
9
10 Dep of spyder-4.0.1[test]
11
12 Package-Manager: Portage-2.3.85, Repoman-2.3.20
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
14 Closes: https://github.com/gentoo/gentoo/pull/14479
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 dev-python/pytest-lazy-fixture/Manifest | 1 +
18 dev-python/pytest-lazy-fixture/metadata.xml | 12 +++++++++++
19 .../pytest-lazy-fixture-0.6.2.ebuild | 24 ++++++++++++++++++++++
20 3 files changed, 37 insertions(+)
21
22 diff --git a/dev-python/pytest-lazy-fixture/Manifest b/dev-python/pytest-lazy-fixture/Manifest
23 new file mode 100644
24 index 00000000000..a64ac487fbc
25 --- /dev/null
26 +++ b/dev-python/pytest-lazy-fixture/Manifest
27 @@ -0,0 +1 @@
28 +DIST pytest-lazy-fixture-0.6.2.tar.gz 7737 BLAKE2B 5257a19314a1c9bd159222a170e96db12e5f7b99d2bf83fd2db94acda9726f10997a81239763d8b0d5f2b9f2be6b74acf350d996cff09cf413d3a8ac76e2d90c SHA512 d8d159e936937f4b9364e9be7fcb8228497849a1ef342878ecc8471cd3b06782d2c6029365fd1e02f1ff89eb048ccae625b8697dc5048b4dd8fa61d839ca3f36
29
30 diff --git a/dev-python/pytest-lazy-fixture/metadata.xml b/dev-python/pytest-lazy-fixture/metadata.xml
31 new file mode 100644
32 index 00000000000..443a7275aaa
33 --- /dev/null
34 +++ b/dev-python/pytest-lazy-fixture/metadata.xml
35 @@ -0,0 +1,12 @@
36 +<?xml version='1.0' encoding='UTF-8'?>
37 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
38 +<pkgmetadata>
39 + <maintainer type="person">
40 + <email>andrewammerlaan@××××××.net</email>
41 + <name>Andrew Ammerlaan</name>
42 + </maintainer>
43 + <maintainer type="project">
44 + <email>proxy-maint@g.o</email>
45 + <name>Proxy Maintainers</name>
46 + </maintainer>
47 +</pkgmetadata>
48
49 diff --git a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.2.ebuild b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.2.ebuild
50 new file mode 100644
51 index 00000000000..de6b1f46fd9
52 --- /dev/null
53 +++ b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.2.ebuild
54 @@ -0,0 +1,24 @@
55 +# Copyright 1999-2020 Gentoo Authors
56 +# Distributed under the terms of the GNU General Public License v2
57 +
58 +EAPI=7
59 +
60 +PYTHON_COMPAT=( python3_{6,7} )
61 +
62 +DISTUTILS_USE_SETUPTOOLS=rdepend
63 +
64 +inherit distutils-r1
65 +
66 +DESCRIPTION="It helps to use fixtures in pytest.mark.parametrize"
67 +HOMEPAGE="https://github.com/tvorog/pytest-lazy-fixture"
68 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
69 +
70 +LICENSE="MIT"
71 +SLOT="0"
72 +KEYWORDS="~amd64 ~x86"
73 +
74 +RDEPEND="
75 + dev-python/flake8[${PYTHON_USEDEP}]
76 + dev-python/tox[${PYTHON_USEDEP}]"
77 +
78 +distutils_enable_tests pytest