public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixture/
Date: Tue, 28 Jan 2020 15:32:02 +0000 (UTC)	[thread overview]
Message-ID: <1580225511.daded882bc32153f94cb77fee5739f304acb29e2.juippis@gentoo> (raw)

commit:     daded882bc32153f94cb77fee5739f304acb29e2
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Jan 27 20:46:24 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 15:31:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daded882

dev-python/pytest-lazy-fixture: Fixtures in pytest.mark.parametrize

Dep of spyder-4.0.1[test]

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/14479
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/pytest-lazy-fixture/Manifest            |  1 +
 dev-python/pytest-lazy-fixture/metadata.xml        | 12 +++++++++++
 .../pytest-lazy-fixture-0.6.2.ebuild               | 24 ++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/pytest-lazy-fixture/Manifest b/dev-python/pytest-lazy-fixture/Manifest
new file mode 100644
index 00000000000..a64ac487fbc
--- /dev/null
+++ b/dev-python/pytest-lazy-fixture/Manifest
@@ -0,0 +1 @@
+DIST pytest-lazy-fixture-0.6.2.tar.gz 7737 BLAKE2B 5257a19314a1c9bd159222a170e96db12e5f7b99d2bf83fd2db94acda9726f10997a81239763d8b0d5f2b9f2be6b74acf350d996cff09cf413d3a8ac76e2d90c SHA512 d8d159e936937f4b9364e9be7fcb8228497849a1ef342878ecc8471cd3b06782d2c6029365fd1e02f1ff89eb048ccae625b8697dc5048b4dd8fa61d839ca3f36

diff --git a/dev-python/pytest-lazy-fixture/metadata.xml b/dev-python/pytest-lazy-fixture/metadata.xml
new file mode 100644
index 00000000000..443a7275aaa
--- /dev/null
+++ b/dev-python/pytest-lazy-fixture/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>andrewammerlaan@riseup.net</email>
+    <name>Andrew Ammerlaan</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+</pkgmetadata>

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
new file mode 100644
index 00000000000..de6b1f46fd9
--- /dev/null
+++ b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="It helps to use fixtures in pytest.mark.parametrize"
+HOMEPAGE="https://github.com/tvorog/pytest-lazy-fixture"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/flake8[${PYTHON_USEDEP}]
+	dev-python/tox[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest


             reply	other threads:[~2020-01-28 15:32 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-28 15:32 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-04 16:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixture/ Joonas Niilola
2020-05-04 16:25 Joonas Niilola
2020-09-21 16:06 Michał Górny
2020-09-21 17:48 Michał Górny
2021-04-09 11:49 Joonas Niilola
2021-07-08  6:55 Michał Górny
2021-07-08  6:55 Michał Górny
2021-07-08  6:55 Michał Górny
2021-11-01 22:16 Michał Górny
2021-11-02 18:23 Sam James
2021-11-03 10:01 Yixun Lan
2021-11-04 17:07 Sam James
2021-11-04 17:09 Sam James
2021-11-17  6:57 Arthur Zamarin
2021-11-17  7:53 Sam James
2021-12-09 21:44 Arthur Zamarin
2021-12-09 21:53 Arthur Zamarin
2021-12-09 22:33 Arthur Zamarin
2021-12-31 16:53 Matt Turner
2022-01-10  6:49 Joshua Kinard
2022-04-26  3:07 Sam James
2022-05-17 12:20 Andrew Ammerlaan
2023-03-17 15:23 Michał Górny
2023-04-09 20:40 Andrew Ammerlaan
2023-05-26 21:12 Arthur Zamarin
2024-01-29 14:53 Michał Górny
2024-02-04 17:10 WANG Xuerui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1580225511.daded882bc32153f94cb77fee5739f304acb29e2.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox