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 194BD158094 for ; Fri, 24 Jun 2022 15:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1109BE077F; Fri, 24 Jun 2022 15:46:03 +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 D7187E077C for ; Fri, 24 Jun 2022 15:46:02 +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 ADE1C341785 for ; Fri, 24 Jun 2022 15:46:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B3F3448 for ; Fri, 24 Jun 2022 15:46:00 +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: <1656085552.b83b2b403b3473b0482dd9b642c15ff8ee9947af.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-datadir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild X-VCS-Directories: dev-python/pytest-datadir/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b83b2b403b3473b0482dd9b642c15ff8ee9947af X-VCS-Branch: master Date: Fri, 24 Jun 2022 15:46:00 +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: 52a4c6d0-3c93-47eb-964b-e8879c74cc65 X-Archives-Hash: b2a4ed5a405156281d6e204de38829af commit: b83b2b403b3473b0482dd9b642c15ff8ee9947af Author: Michał Górny gentoo org> AuthorDate: Fri Jun 24 15:05:04 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 24 15:45:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83b2b40 dev-python/pytest-datadir: Enable pypy3 Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild index 9c4d8231dbed..29016d5497a1 100644 --- a/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild +++ b/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild @@ -4,18 +4,24 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + inherit distutils-r1 DESCRIPTION="Pytest plugin for manipulating test data directories and files" -HOMEPAGE="https://github.com/gabrielcnr/pytest-datadir" +HOMEPAGE=" + https://github.com/gabrielcnr/pytest-datadir/ + https://pypi.org/project/pytest-datadir/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}] +" distutils_enable_tests pytest