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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00A5613933E for ; Sat, 10 Jul 2021 21:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0F5DE0CED; Sat, 10 Jul 2021 21:30:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8035E0CED for ; Sat, 10 Jul 2021 21:30:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FC92342B0F for ; Sat, 10 Jul 2021 21:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33C927CE for ; Sat, 10 Jul 2021 21:30:54 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1625952632.219086cb170df88a592359b93ca7e87cc8a26042.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-subtesthack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2-r1.ebuild X-VCS-Directories: dev-python/pytest-subtesthack/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 219086cb170df88a592359b93ca7e87cc8a26042 X-VCS-Branch: master Date: Sat, 10 Jul 2021 21:30:54 +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: a968c58a-436f-4ff2-8042-8ffab9208156 X-Archives-Hash: 143e69f25dc4ca276aa8a9c54522ffd4 commit: 219086cb170df88a592359b93ca7e87cc8a26042 Author: John Helmert III gentoo org> AuthorDate: Sat Jul 10 21:23:22 2021 +0000 Commit: John Helmert III gentoo org> CommitDate: Sat Jul 10 21:30:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219086cb dev-python/pytest-subtesthack: update EAPI 7 -> 8 Signed-off-by: John Helmert III gentoo.org> .../pytest-subtesthack-0.1.2-r1.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2-r1.ebuild b/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2-r1.ebuild new file mode 100644 index 00000000000..605571f3975 --- /dev/null +++ b/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="A hack for test fixtures, needed for hypothesis inside py.test" +HOMEPAGE="https://github.com/untitaker/pytest-subtesthack/" +# pypi tarball misses tests +SRC_URI="https://github.com/untitaker/pytest-subtesthack/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" +DEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + )" + +distutils_enable_tests --install pytest