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 2DD56158094 for ; Fri, 24 Jun 2022 11:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B272E08CA; Fri, 24 Jun 2022 11:40:40 +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 48012E08CA for ; Fri, 24 Jun 2022 11:40:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 38BE73419E1 for ; Fri, 24 Jun 2022 11:40:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6DFC456 for ; Fri, 24 Jun 2022 11:40:37 +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: <1656070748.767cb735ea09265d18d486765a608f33e01f1cda.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dirty-equals/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dirty-equals/dirty-equals-0.4-r1.ebuild dev-python/dirty-equals/dirty-equals-0.4.ebuild X-VCS-Directories: dev-python/dirty-equals/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 767cb735ea09265d18d486765a608f33e01f1cda X-VCS-Branch: master Date: Fri, 24 Jun 2022 11:40:37 +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: 3173e195-fac3-470a-9cde-cbbc45b19b27 X-Archives-Hash: 633aabdb4ac0ff16ff2014cc1fac9c88 commit: 767cb735ea09265d18d486765a608f33e01f1cda Author: Michał Górny gentoo org> AuthorDate: Fri Jun 24 11:30:51 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 24 11:39:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767cb735 dev-python/dirty-equals: Fix version number in metadata Signed-off-by: Michał Górny gentoo.org> .../{dirty-equals-0.4.ebuild => dirty-equals-0.4-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/dirty-equals/dirty-equals-0.4.ebuild b/dev-python/dirty-equals/dirty-equals-0.4-r1.ebuild similarity index 88% rename from dev-python/dirty-equals/dirty-equals-0.4.ebuild rename to dev-python/dirty-equals/dirty-equals-0.4-r1.ebuild index 59aabadc9e4a..a3764d74a643 100644 --- a/dev-python/dirty-equals/dirty-equals-0.4.ebuild +++ b/dev-python/dirty-equals/dirty-equals-0.4-r1.ebuild @@ -34,6 +34,11 @@ BDEPEND=" distutils_enable_tests pytest +src_prepare() { + sed -i -e "/version/s:0:${PV}:" pyproject.toml || die + distutils-r1_src_prepare +} + python_test() { local -x TZ=UTC epytest