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 056511580D3 for ; Tue, 21 Nov 2023 15:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA5452BC04A; Tue, 21 Nov 2023 15:05:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 498AF2BC045 for ; Tue, 21 Nov 2023 15:05:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91944335DA0 for ; Tue, 21 Nov 2023 15:05:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24F7813B4 for ; Tue, 21 Nov 2023 15:05:39 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1700576322.c8e64ab459d21f174d6506940005f9fbddf583ce.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/pass-audit/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/pass-audit/Manifest app-admin/pass-audit/pass-audit-1.2.ebuild X-VCS-Directories: app-admin/pass-audit/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c8e64ab459d21f174d6506940005f9fbddf583ce X-VCS-Branch: master Date: Tue, 21 Nov 2023 15:05:39 +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: 4474910b-d804-4662-ad5f-09a22703e534 X-Archives-Hash: a35b6d95bbf01d4790d75a45249ea9fc commit: c8e64ab459d21f174d6506940005f9fbddf583ce Author: David Roman gmail com> AuthorDate: Tue Nov 21 14:16:18 2023 +0000 Commit: David Roman gmail com> CommitDate: Tue Nov 21 14:18:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8e64ab4 app-admin/pass-audit: update Manifest First I made the package using pypi file, then I saw Github tarball contains tests so I switched to GH but then I saw the tests was not working and switched back to pypi. In the process I forgot to update Manifest file. Hence the mismatch. Closes: https://bugs.gentoo.org/917671 Signed-off-by: David Roman gmail.com> app-admin/pass-audit/Manifest | 2 +- app-admin/pass-audit/pass-audit-1.2.ebuild | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app-admin/pass-audit/Manifest b/app-admin/pass-audit/Manifest index 9a4c8722b8..425a78a8ee 100644 --- a/app-admin/pass-audit/Manifest +++ b/app-admin/pass-audit/Manifest @@ -1 +1 @@ -DIST pass-audit-1.2.tar.gz 56581 BLAKE2B f57a38c8343b27c05c6e8e371b421c7d5bc7381f51f3b4daf97227ffe437a930922f6deff8126f32e705e5e965774c6aeef6676dbc67594f1bead46326b4c478 SHA512 3036340b31612a52826c13ea558def3a3ca49164eb9b3c516f4923d99126cbe5e85150bca9f8ca26d70375bf92e1b06d606f39a3679de60770ab14f6f24a8267 +DIST pass-audit-1.2.tar.gz 25832 BLAKE2B e12807d893f8702bf72f1e570821f54e10c1b4ca63bc5c9e8973d475e85b68ca8c28410d2ed4efa9af9366a5ae9e6f7ecafef1909a03e42553431c6e4d956341 SHA512 d417dd0357b8657fe353bff461f24d45bb18dd305f2d1894b637ebf3042a3aaf0e0625de0fd575f850bd1b1cf7a6921ce4ab9e783e8cf0574d30d6b5a503871f diff --git a/app-admin/pass-audit/pass-audit-1.2.ebuild b/app-admin/pass-audit/pass-audit-1.2.ebuild index 416b89cf16..74a90916b5 100644 --- a/app-admin/pass-audit/pass-audit-1.2.ebuild +++ b/app-admin/pass-audit/pass-audit-1.2.ebuild @@ -15,12 +15,11 @@ HOMEPAGE="https://github.com/roddhjav/pass-audit" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -# No test on PYPI +# Tests seems broken RESTRICT="test" DEPEND="app-admin/pass" RDEPEND="${DEPEND}" -BDEPEND="" src_install() { distutils-r1_src_install 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 4AD69158099 for ; Tue, 21 Nov 2023 14:18:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85A222BC034; Tue, 21 Nov 2023 14:18:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6B5A62BC034 for ; Tue, 21 Nov 2023 14:18:55 +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 20F55335D74 for ; Tue, 21 Nov 2023 14:18:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50BD7FC4 for ; Tue, 21 Nov 2023 14:18:52 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1700576322.c8e64ab459d21f174d6506940005f9fbddf583ce.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/pass-audit/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/pass-audit/Manifest app-admin/pass-audit/pass-audit-1.2.ebuild X-VCS-Directories: app-admin/pass-audit/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c8e64ab459d21f174d6506940005f9fbddf583ce X-VCS-Branch: dev Date: Tue, 21 Nov 2023 14:18:52 +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: a406f3de-3d1d-4edd-9192-a8b58b583553 X-Archives-Hash: e55ca2f41fe75e572323098010c427c2 Message-ID: <20231121141852.lDKhqWHHOBxg-sV7eRvFHQezD795A_1VIkQXDTVNq-A@z> commit: c8e64ab459d21f174d6506940005f9fbddf583ce Author: David Roman gmail com> AuthorDate: Tue Nov 21 14:16:18 2023 +0000 Commit: David Roman gmail com> CommitDate: Tue Nov 21 14:18:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8e64ab4 app-admin/pass-audit: update Manifest First I made the package using pypi file, then I saw Github tarball contains tests so I switched to GH but then I saw the tests was not working and switched back to pypi. In the process I forgot to update Manifest file. Hence the mismatch. Closes: https://bugs.gentoo.org/917671 Signed-off-by: David Roman gmail.com> app-admin/pass-audit/Manifest | 2 +- app-admin/pass-audit/pass-audit-1.2.ebuild | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app-admin/pass-audit/Manifest b/app-admin/pass-audit/Manifest index 9a4c8722b8..425a78a8ee 100644 --- a/app-admin/pass-audit/Manifest +++ b/app-admin/pass-audit/Manifest @@ -1 +1 @@ -DIST pass-audit-1.2.tar.gz 56581 BLAKE2B f57a38c8343b27c05c6e8e371b421c7d5bc7381f51f3b4daf97227ffe437a930922f6deff8126f32e705e5e965774c6aeef6676dbc67594f1bead46326b4c478 SHA512 3036340b31612a52826c13ea558def3a3ca49164eb9b3c516f4923d99126cbe5e85150bca9f8ca26d70375bf92e1b06d606f39a3679de60770ab14f6f24a8267 +DIST pass-audit-1.2.tar.gz 25832 BLAKE2B e12807d893f8702bf72f1e570821f54e10c1b4ca63bc5c9e8973d475e85b68ca8c28410d2ed4efa9af9366a5ae9e6f7ecafef1909a03e42553431c6e4d956341 SHA512 d417dd0357b8657fe353bff461f24d45bb18dd305f2d1894b637ebf3042a3aaf0e0625de0fd575f850bd1b1cf7a6921ce4ab9e783e8cf0574d30d6b5a503871f diff --git a/app-admin/pass-audit/pass-audit-1.2.ebuild b/app-admin/pass-audit/pass-audit-1.2.ebuild index 416b89cf16..74a90916b5 100644 --- a/app-admin/pass-audit/pass-audit-1.2.ebuild +++ b/app-admin/pass-audit/pass-audit-1.2.ebuild @@ -15,12 +15,11 @@ HOMEPAGE="https://github.com/roddhjav/pass-audit" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -# No test on PYPI +# Tests seems broken RESTRICT="test" DEPEND="app-admin/pass" RDEPEND="${DEPEND}" -BDEPEND="" src_install() { distutils-r1_src_install