From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xvfb/
Date: Tue, 15 Sep 2020 08:09:36 +0000 (UTC) [thread overview]
Message-ID: <1600157359.d0e9ec302e67bfdcb4965c2b46eeadf7a8aea401.juippis@gentoo> (raw)
commit: d0e9ec302e67bfdcb4965c2b46eeadf7a8aea401
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Aug 17 16:50:31 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 08:09:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e9ec30
dev-python/pytest-xvfb: A pytest plugin to run Xvfb for tests
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/pytest-xvfb/Manifest | 1 +
dev-python/pytest-xvfb/metadata.xml | 12 ++++++++++
dev-python/pytest-xvfb/pytest-xvfb-2.0.0.ebuild | 30 +++++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-python/pytest-xvfb/Manifest b/dev-python/pytest-xvfb/Manifest
new file mode 100644
index 00000000000..2132937334b
--- /dev/null
+++ b/dev-python/pytest-xvfb/Manifest
@@ -0,0 +1 @@
+DIST pytest-xvfb-2.0.0.tar.gz 6855 BLAKE2B 338802ccbf5fc0c9ab3fccd7c172b31867cc86869dfc50dbb30daf396ecd9865e71c6486cc96c2485e2d5b6195dc2eff83a033864f88e1b2c64a3937b6b48c84 SHA512 42c2119b2c529a45b5de9f8ac2781306cfb9f00c1d0e0e9045ed40ccb7260cb6f400683802ab845ce2481dcadfcef007c8417a481e9c04f14ee1bdc68244d391
diff --git a/dev-python/pytest-xvfb/metadata.xml b/dev-python/pytest-xvfb/metadata.xml
new file mode 100644
index 00000000000..d22e99d7357
--- /dev/null
+++ b/dev-python/pytest-xvfb/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-xvfb/pytest-xvfb-2.0.0.ebuild b/dev-python/pytest-xvfb/pytest-xvfb-2.0.0.ebuild
new file mode 100644
index 00000000000..f6108d71158
--- /dev/null
+++ b/dev-python/pytest-xvfb/pytest-xvfb-2.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A pytest plugin to run Xvfb for tests"
+HOMEPAGE="https://pypi.org/project/pytest-xvfb/"
+SRC_URI="https://github.com/The-Compiler/pytest-xvfb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ >=dev-python/pytest-2.8.1[${PYTHON_USEDEP}]
+ >=dev-python/pyvirtualdisplay-1.3[${PYTHON_USEDEP}]
+ x11-base/xorg-server[xvfb]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ distutils_install_for_testing
+ pytest -vv || die "Tests failed with ${EPYTHON}"
+}
next reply other threads:[~2020-09-15 8:09 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-15 8:09 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-21 16:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xvfb/ Michał Górny
2020-11-18 21:35 Thomas Deutschmann
2020-11-18 23:42 Thomas Deutschmann
2020-11-24 7:20 Agostino Sarubbo
2021-04-09 11:49 Joonas Niilola
2021-05-18 23:20 Sam James
2021-05-19 6:02 Michał Górny
2021-09-14 13:58 Arthur Zamarin
2021-09-14 13:58 Arthur Zamarin
2021-10-19 0:12 Sam James
2022-06-01 10:55 Andrew Ammerlaan
2022-07-02 18:18 Sam James
2022-07-02 19:26 Michał Górny
2022-09-07 7:51 Michał Górny
2022-09-09 22:38 Jakov Smolić
2022-10-29 19:43 Sam James
2023-04-09 20:40 Andrew Ammerlaan
2023-04-09 23:38 Ionen Wolkens
2023-04-09 23:38 Ionen Wolkens
2023-05-29 13:35 Ionen Wolkens
2023-07-05 20:52 Sam James
2023-07-06 12:08 Michał Górny
2023-07-25 0:10 Ionen Wolkens
2023-11-25 16:14 Michał Górny
2023-11-25 16:48 Michał Górny
2024-09-03 12:31 Ionen Wolkens
2025-03-13 6:10 Ionen Wolkens
2025-03-29 7:59 Arthur Zamarin
2025-03-29 9:13 Michał Górny
2025-06-30 15:27 Ionen Wolkens
2025-07-18 9:13 Ionen Wolkens
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=1600157359.d0e9ec302e67bfdcb4965c2b46eeadf7a8aea401.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