From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F4F0158097 for ; Wed, 7 Sep 2022 07:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6772AE0AD8; Wed, 7 Sep 2022 07:51:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BD70E0AD8 for ; Wed, 7 Sep 2022 07:51:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39515341211 for ; Wed, 7 Sep 2022 07:51:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67DCB56D for ; Wed, 7 Sep 2022 07:51:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1662537008.09740bd9cb0fbe913e05ecb94ff67ec700ab1f6c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqtgraph/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyqtgraph/pyqtgraph-0.12.4.ebuild X-VCS-Directories: dev-python/pyqtgraph/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 09740bd9cb0fbe913e05ecb94ff67ec700ab1f6c X-VCS-Branch: master Date: Wed, 7 Sep 2022 07:51:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d00b26a8-fa18-4ea0-abb4-157b875c597f X-Archives-Hash: 673f3e55c0517e94b4552eef8d5ec2b2 commit: 09740bd9cb0fbe913e05ecb94ff67ec700ab1f6c Author: Michał Górny gentoo org> AuthorDate: Sun Sep 4 08:16:54 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 7 07:50:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09740bd9 dev-python/pyqtgraph: Enable pytest-xvfb explicitly Signed-off-by: Michał Górny gentoo.org> dev-python/pyqtgraph/pyqtgraph-0.12.4.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-python/pyqtgraph/pyqtgraph-0.12.4.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.12.4.ebuild index c7a36040467f..5d15ae1e159f 100644 --- a/dev-python/pyqtgraph/pyqtgraph-0.12.4.ebuild +++ b/dev-python/pyqtgraph/pyqtgraph-0.12.4.ebuild @@ -10,13 +10,18 @@ inherit distutils-r1 multiprocessing TEST_DATA_TAG=test-data-8 DESCRIPTION="A pure-python graphics and GUI library built on PyQt and numpy" -HOMEPAGE="https://www.pyqtgraph.org/ https://pypi.org/project/pyqtgraph/" +HOMEPAGE=" + https://www.pyqtgraph.org/ + https://github.com/pyqtgraph/pyqtgraph/ + https://pypi.org/project/pyqtgraph/ +" SRC_URI=" https://github.com/pyqtgraph/pyqtgraph/archive/${P}.tar.gz test? ( https://github.com/pyqtgraph/test-data/archive/${TEST_DATA_TAG}.tar.gz -> ${PN}-${TEST_DATA_TAG}.tar.gz - )" + ) +" S=${WORKDIR}/${PN}-${P} LICENSE="MIT" @@ -68,7 +73,7 @@ python_test() { 'pyqtgraph/examples/test_examples.py::testExamples[ designerExample.py - PySide2 ]' ) - epytest -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")" + epytest -p xvfb -n "$(makeopts_jobs)" } src_test() {