public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xvfbwrapper/
Date: Tue, 18 Sep 2018 21:23:05 +0000 (UTC)	[thread overview]
Message-ID: <1537305707.a0c3a37e20b6c61a28d07b0b48fb9cf3d23111da.radhermit@gentoo> (raw)

commit:     a0c3a37e20b6c61a28d07b0b48fb9cf3d23111da
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 18 18:29:23 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Sep 18 21:21:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c3a37e

dev-python/xvfbwrapper: version bump to 0.2.9

 dev-python/xvfbwrapper/Manifest                 |  1 +
 dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/xvfbwrapper/Manifest b/dev-python/xvfbwrapper/Manifest
index c228edb0f58..4a4d6305128 100644
--- a/dev-python/xvfbwrapper/Manifest
+++ b/dev-python/xvfbwrapper/Manifest
@@ -1 +1,2 @@
 DIST xvfbwrapper-0.2.8.tar.gz 4660 BLAKE2B 464a9f3d41d3c96a72c0cfc56994c32ccb94ac19267f5a701bd0ee18a17010216fd7ee163d8a532e62fd2256dc296201d4150f4f0d03fd4f20eae703b6bcaac1 SHA512 1b29b7e6bb336a9972e51249bbc96805733e305476cc559f5501cd09a343671c10333b5592e4c4868016d4510b37d6c592165a4683b1543e62c2205b1eeb0980
+DIST xvfbwrapper-0.2.9.tar.gz 5575 BLAKE2B a973e6ca6dd85713e7b350397113d63c15fd284c07d3a0d5c0b8b8dceed65c3a17a3e8222b79ec88fb124175259d51fcd31d09a95183f1cbd091ba11d9bbec3b SHA512 800f3489b2e1bbc884d7651e344ed73783d6c00856f3ab7ccfa6b9058dd6d3bb98d38f11172ba89dff5773d6c5b773bc000786c1f6c6aae5a27179b37017851e

diff --git a/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild b/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild
new file mode 100644
index 00000000000..da1a8cb891c
--- /dev/null
+++ b/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapper for running a display inside X virtual framebuffer"
+HOMEPAGE="https://github.com/cgoldberg/xvfbwrapper https://pypi.org/project/xvfbwrapper/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="x11-base/xorg-server[xvfb]"
+DEPEND="${RDEPEND}
+	test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )
+"
+
+python_test() {
+	"${PYTHON}" -m unittest discover || die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2018-09-18 21:23 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-18 21:23 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-04  3:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/xvfbwrapper/ Michał Górny
2025-03-17 14:12 Michał Górny
2023-06-07  9:27 Sam James
2023-03-04  5:53 Michał Górny
2023-03-04  5:53 Michał Górny
2023-03-04  5:29 Arthur Zamarin
2023-03-04  5:29 Arthur Zamarin
2023-01-31 16:14 Michał Górny
2022-05-16 19:59 Andrew Ammerlaan
2021-05-13 22:10 Michał Górny
2021-01-27  5:01 Sam James
2020-02-06  7:10 Michał Górny
2020-01-16 12:03 Tim Harder
2020-01-16 12:03 Tim Harder
2020-01-16 12:03 Tim Harder
2019-03-04  8:34 Tim Harder
2018-01-06 13:39 Michał Górny
2017-08-05  8:15 Michael Palimaka
2017-07-15 17:25 Tobias Klausmann
2016-03-01 19:05 Patrick Lauer

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=1537305707.a0c3a37e20b6c61a28d07b0b48fb9cf3d23111da.radhermit@gentoo \
    --to=radhermit@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