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 D174415ACFB for ; Sun, 9 Apr 2023 23:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AC1EE0848; Sun, 9 Apr 2023 23:38:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 E0285E0848 for ; Sun, 9 Apr 2023 23:38:45 +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 DEBE2340DD5 for ; Sun, 9 Apr 2023 23:38:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44FDDA15 for ; Sun, 9 Apr 2023 23:38:43 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1681083492.ac46e7983d9a3bf45eddc9f45b4c0d86d4bae63b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xvfb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-xvfb/Manifest dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild X-VCS-Directories: dev-python/pytest-xvfb/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ac46e7983d9a3bf45eddc9f45b4c0d86d4bae63b X-VCS-Branch: master Date: Sun, 9 Apr 2023 23:38:43 +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: 885f8862-1291-4c18-b814-ff913a326614 X-Archives-Hash: 24db4d2c3568fe856d68b2b66be78875 commit: ac46e7983d9a3bf45eddc9f45b4c0d86d4bae63b Author: Ionen Wolkens gentoo org> AuthorDate: Sun Apr 9 22:51:55 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Apr 9 23:38:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac46e798 dev-python/pytest-xvfb: tidy and switch to pypi.eclass wrt subprocess, this is due to pytest.ini being missing in the pypi tarball -- kind of trivial so can just add it rather than stick to github and add the missing .gh. Signed-off-by: Ionen Wolkens gentoo.org> dev-python/pytest-xvfb/Manifest | 2 +- dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/dev-python/pytest-xvfb/Manifest b/dev-python/pytest-xvfb/Manifest index 2132937334bb..20b243acc881 100644 --- a/dev-python/pytest-xvfb/Manifest +++ b/dev-python/pytest-xvfb/Manifest @@ -1 +1 @@ -DIST pytest-xvfb-2.0.0.tar.gz 6855 BLAKE2B 338802ccbf5fc0c9ab3fccd7c172b31867cc86869dfc50dbb30daf396ecd9865e71c6486cc96c2485e2d5b6195dc2eff83a033864f88e1b2c64a3937b6b48c84 SHA512 42c2119b2c529a45b5de9f8ac2781306cfb9f00c1d0e0e9045ed40ccb7260cb6f400683802ab845ce2481dcadfcef007c8417a481e9c04f14ee1bdc68244d391 +DIST pytest-xvfb-2.0.0.tar.gz 6575 BLAKE2B 7ef37f2d4a1a9d7211a248e67d325f0b722a0a046e6e57ae24cac1b68ead6d11988d49810e15fc41d9a05082d9c318f7569a00ac7574e1a8ee00e76c842cf83b SHA512 de5a98290bfe083cadc732c36a1c5af99b0d618853f8da9a1acd0f0f11a170c54025667c0f13bc0f4ac2657b139306e16d0b3faf00bfdde37eb3df7fb14367ae diff --git a/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild b/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild index ed4dc6f4834e..b3c16258b82c 100644 --- a/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild +++ b/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild @@ -3,27 +3,26 @@ EAPI=8 -PYTHON_REQ_USE="tk" -PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_REQ_USE="tk" +inherit distutils-r1 pypi -DESCRIPTION="A pytest plugin to run Xvfb for tests" +DESCRIPTION="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 ~arm ~arm64 ~riscv x86" RDEPEND=" - >=dev-python/pytest-2.8.1[${PYTHON_USEDEP}] - >=dev-python/pyvirtualdisplay-1.3[${PYTHON_USEDEP}] - x11-base/xorg-server[xvfb] -" + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pyvirtualdisplay[${PYTHON_USEDEP}] + x11-base/xorg-server[xvfb]" distutils_enable_tests pytest python_test() { - epytest -p xvfb + epytest -p xvfb --runpytest=subprocess }