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 00F421381F3 for ; Thu, 16 Apr 2020 09:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05DDBE09F0; Thu, 16 Apr 2020 09:59:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D802AE09F0 for ; Thu, 16 Apr 2020 09:59:15 +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 188AF34F066 for ; Thu, 16 Apr 2020 09:59:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5987F1F1 for ; Thu, 16 Apr 2020 09:59:11 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1587029619.056beb91d868cc138facdf0994c028266b3589f7.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-instafail/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-instafail/Manifest dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild dev-python/pytest-instafail/pytest-instafail-0.4.1_p0.ebuild X-VCS-Directories: dev-python/pytest-instafail/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 056beb91d868cc138facdf0994c028266b3589f7 X-VCS-Branch: master Date: Thu, 16 Apr 2020 09:59:11 +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: 2fb254ce-3a1d-4fa5-b591-86f55cc6db41 X-Archives-Hash: c7f6fd88127003a603ab946d84f75bbe commit: 056beb91d868cc138facdf0994c028266b3589f7 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 16 09:33:39 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 16 09:33:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=056beb91 dev-python/pytest-instafail: version bump 0.4.1_post0 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-instafail/Manifest | 2 +- ...test-instafail-0.4.1.ebuild => pytest-instafail-0.4.1_p0.ebuild} | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-instafail/Manifest b/dev-python/pytest-instafail/Manifest index 002fbd8..f617288 100644 --- a/dev-python/pytest-instafail/Manifest +++ b/dev-python/pytest-instafail/Manifest @@ -1 +1 @@ -DIST pytest-instafail-0.4.1.tar.gz 5237 BLAKE2B 697aca533e3654204d5c7cdee245c7c2f7811b7941f195923983be8a30d76b0a132d1eff984c86070a9c4a5463adb6143d1f8915a105c2c75d59e8ca92149e86 SHA512 f043a1a58a2fc92c740e916008fe3e8bb66d3086f2c518f34ef8d63362169cd1b4f4a5f39b70382329cda837e0fd6c02cbb7504292d0aed95994d473c6430488 +DIST pytest-instafail-0.4.1_p0.tar.gz 5301 BLAKE2B 542ae74fa6f381e58252f7a00bf4e1a5208679a6c56d0c9e2e39b46daec34459c2fe2b4ec8c2e6a94d517a769df0019752b1f87257e70a00683e3bb72f3f2d93 SHA512 1e2d7a1dd13ab11d5f6a5e8876aa8a48a6ff9012707d63023d709bfb1aa9a9ee3c088fc9b507d4b75d41e7ab1474154937575b2fa3a6f1bfb286fc3865f70382 diff --git a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild b/dev-python/pytest-instafail/pytest-instafail-0.4.1_p0.ebuild similarity index 83% rename from dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild rename to dev-python/pytest-instafail/pytest-instafail-0.4.1_p0.ebuild index c65e6b1..1c0e9dd 100644 --- a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild +++ b/dev-python/pytest-instafail/pytest-instafail-0.4.1_p0.ebuild @@ -9,12 +9,14 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 +MY_PV=${PV/_p/.post} + DESCRIPTION="Plugin for pytest that shows failures and errors instantly" HOMEPAGE=" https://github.com/pytest-dev/pytest-instafail https://pypi.org/project/pytest-instafail " -SRC_URI="https://github.com/pytest-dev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/pytest-dev/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -32,4 +34,6 @@ DEPEND=" ) " +S="${WORKDIR}/${PN}-${MY_PV}" + distutils_enable_tests pytest 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 92FEA138351 for ; Thu, 16 Apr 2020 09:57:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 531F1E09C0; Thu, 16 Apr 2020 09:57:38 +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 EDEE6E09C0 for ; Thu, 16 Apr 2020 09:57:37 +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 EC75B34EE47 for ; Thu, 16 Apr 2020 09:57:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97F351C8 for ; Thu, 16 Apr 2020 09:57:35 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1587029619.056beb91d868cc138facdf0994c028266b3589f7.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-instafail/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-instafail/Manifest dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild dev-python/pytest-instafail/pytest-instafail-0.4.1_p0.ebuild X-VCS-Directories: dev-python/pytest-instafail/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 056beb91d868cc138facdf0994c028266b3589f7 X-VCS-Branch: dev Date: Thu, 16 Apr 2020 09:57:35 +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: c192bf4a-ce34-439e-9d2e-bbff599333da X-Archives-Hash: 2f1b51dcf6c057dd474665c64a26dd4a Message-ID: <20200416095735.cDUn9t6o1HzqHnmI4WkR8jpt-zR4K-am0kyVMvyoZcA@z> commit: 056beb91d868cc138facdf0994c028266b3589f7 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 16 09:33:39 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 16 09:33:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=056beb91 dev-python/pytest-instafail: version bump 0.4.1_post0 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-instafail/Manifest | 2 +- ...test-instafail-0.4.1.ebuild => pytest-instafail-0.4.1_p0.ebuild} | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-instafail/Manifest b/dev-python/pytest-instafail/Manifest index 002fbd8..f617288 100644 --- a/dev-python/pytest-instafail/Manifest +++ b/dev-python/pytest-instafail/Manifest @@ -1 +1 @@ -DIST pytest-instafail-0.4.1.tar.gz 5237 BLAKE2B 697aca533e3654204d5c7cdee245c7c2f7811b7941f195923983be8a30d76b0a132d1eff984c86070a9c4a5463adb6143d1f8915a105c2c75d59e8ca92149e86 SHA512 f043a1a58a2fc92c740e916008fe3e8bb66d3086f2c518f34ef8d63362169cd1b4f4a5f39b70382329cda837e0fd6c02cbb7504292d0aed95994d473c6430488 +DIST pytest-instafail-0.4.1_p0.tar.gz 5301 BLAKE2B 542ae74fa6f381e58252f7a00bf4e1a5208679a6c56d0c9e2e39b46daec34459c2fe2b4ec8c2e6a94d517a769df0019752b1f87257e70a00683e3bb72f3f2d93 SHA512 1e2d7a1dd13ab11d5f6a5e8876aa8a48a6ff9012707d63023d709bfb1aa9a9ee3c088fc9b507d4b75d41e7ab1474154937575b2fa3a6f1bfb286fc3865f70382 diff --git a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild b/dev-python/pytest-instafail/pytest-instafail-0.4.1_p0.ebuild similarity index 83% rename from dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild rename to dev-python/pytest-instafail/pytest-instafail-0.4.1_p0.ebuild index c65e6b1..1c0e9dd 100644 --- a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild +++ b/dev-python/pytest-instafail/pytest-instafail-0.4.1_p0.ebuild @@ -9,12 +9,14 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 +MY_PV=${PV/_p/.post} + DESCRIPTION="Plugin for pytest that shows failures and errors instantly" HOMEPAGE=" https://github.com/pytest-dev/pytest-instafail https://pypi.org/project/pytest-instafail " -SRC_URI="https://github.com/pytest-dev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/pytest-dev/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -32,4 +34,6 @@ DEPEND=" ) " +S="${WORKDIR}/${PN}-${MY_PV}" + distutils_enable_tests pytest