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 3E46C139337 for ; Tue, 27 Jul 2021 09:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49EE1E0898; Tue, 27 Jul 2021 09:06:30 +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 2C13EE0898 for ; Tue, 27 Jul 2021 09:06:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 65354342A8E for ; Tue, 27 Jul 2021 09:06:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93C22827 for ; Tue, 27 Jul 2021 09:06:26 +0000 (UTC) From: "Nicola Smaniotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicola Smaniotto" Message-ID: <1627376784.cec27494a0a693e9bace8f86484adf6618723792.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/srt/srt-3.4.1.ebuild X-VCS-Directories: dev-python/srt/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: cec27494a0a693e9bace8f86484adf6618723792 X-VCS-Branch: dev Date: Tue, 27 Jul 2021 09:06:26 +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: e07ef0c4-2ceb-4ad1-bf6e-18d5a187a180 X-Archives-Hash: 7b0c25a71e89503f5b18f31088b606a7 commit: cec27494a0a693e9bace8f86484adf6618723792 Author: Nicola Smaniotto gmail com> AuthorDate: Tue Jul 27 09:05:17 2021 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Tue Jul 27 09:06:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cec27494 dev-python/srt: add 3.4.1 tests Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/srt/srt-3.4.1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-python/srt/srt-3.4.1.ebuild b/dev-python/srt/srt-3.4.1.ebuild index 5b60b2ff6..b6159b07a 100644 --- a/dev-python/srt/srt-3.4.1.ebuild +++ b/dev-python/srt/srt-3.4.1.ebuild @@ -15,6 +15,14 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64" +distutils_enable_tests pytest + +DEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + ) + " + src_prepare() { default