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 516CD15800F for ; Sun, 5 Feb 2023 18:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F42EE07E6; Sun, 5 Feb 2023 18:29:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 896C4E07E6 for ; Sun, 5 Feb 2023 18:29:41 +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 7991C340BEF for ; Sun, 5 Feb 2023 18:29:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17188899 for ; Sun, 5 Feb 2023 18:29:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1675621211.e45ad4dfba1ec758947acfb396c10d4812969efd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pkgcraft/Manifest dev-python/pkgcraft/pkgcraft-0.0.4.ebuild dev-python/pkgcraft/pkgcraft-9999.ebuild X-VCS-Directories: dev-python/pkgcraft/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e45ad4dfba1ec758947acfb396c10d4812969efd X-VCS-Branch: master Date: Sun, 5 Feb 2023 18:29: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: 41d30be2-e7d8-4245-b7dc-f8dae6d3776a X-Archives-Hash: ccb8eda66526af92d2dccbae320fbf88 commit: e45ad4dfba1ec758947acfb396c10d4812969efd Author: Sam James gentoo org> AuthorDate: Sun Feb 5 18:10:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 5 18:20:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45ad4df dev-python/pkgcraft: add 0.0.4 Signed-off-by: Sam James gentoo.org> dev-python/pkgcraft/Manifest | 1 + dev-python/pkgcraft/{pkgcraft-9999.ebuild => pkgcraft-0.0.4.ebuild} | 4 +++- dev-python/pkgcraft/pkgcraft-9999.ebuild | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-python/pkgcraft/Manifest b/dev-python/pkgcraft/Manifest index 2f00c0c73e36..251c85478708 100644 --- a/dev-python/pkgcraft/Manifest +++ b/dev-python/pkgcraft/Manifest @@ -1 +1,2 @@ DIST pkgcraft-0.0.3.tar.gz 1239742 BLAKE2B c9148d3ac34d80c47db5d1080b3806e6b64fffa226d595a11499215626342286efc19b86fd1e158a8ca0021ab8946d35e4393fceaf8a318c258114a6c2e1ffdf SHA512 53ae196d073271654807ef5587c38d83e10b606f59baf63e3c8da7ce1b1d80d7acd1e3e201ebba1346c14d101eded666d6ad9bdf972b36c574c9b494147baa4a +DIST pkgcraft-0.0.4.tar.gz 397121 BLAKE2B 72b24d34b6c3b6114a5d182b4fe562078aa258a21271b33d8858c85cca480a932afab5933978295fd44d531146d58688391efe8e23f358332de83ae5195d68fb SHA512 04996bcbe6d9a8ae6082ea84a63358f42d3a503f1e0d188b627b033b8379cf6e22f5ae8ff764b7213fe6d801a1eeb6321b02967e77d98575125e16781d9b917c diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.4.ebuild similarity index 90% copy from dev-python/pkgcraft/pkgcraft-9999.ebuild copy to dev-python/pkgcraft/pkgcraft-0.0.4.ebuild index 5dc743ca3d03..a9b364218f73 100644 --- a/dev-python/pkgcraft/pkgcraft-9999.ebuild +++ b/dev-python/pkgcraft/pkgcraft-0.0.4.ebuild @@ -26,7 +26,7 @@ else KEYWORDS="~amd64" - PKGCRAFT_VERSION_MIN="0.0.4" + PKGCRAFT_VERSION_MIN="0.0.5" fi LICENSE="MIT" @@ -49,6 +49,8 @@ python_prepare_all() { if [[ ${PV} != 9999 ]] ; then local actual_pkgcraft_min=$(sed -En '/^MIN_VERSION =/{s/[^0-9.]//gp}' setup.py || die) if [[ ${actual_pkgcraft_min} != ${PKGCRAFT_VERSION_MIN} ]] ; then + eerror "Expected minimum pkgcraft-c version: ${PKGCRAFT_VERSION_MIN}" + eerror "Actual minimum pkgcraft-c version: ${actual_pkgcraft_min}" die "Mismatch between setup.py's MIN_VERSION and ebuild!" fi fi diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild index 5dc743ca3d03..a9b364218f73 100644 --- a/dev-python/pkgcraft/pkgcraft-9999.ebuild +++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild @@ -26,7 +26,7 @@ else KEYWORDS="~amd64" - PKGCRAFT_VERSION_MIN="0.0.4" + PKGCRAFT_VERSION_MIN="0.0.5" fi LICENSE="MIT" @@ -49,6 +49,8 @@ python_prepare_all() { if [[ ${PV} != 9999 ]] ; then local actual_pkgcraft_min=$(sed -En '/^MIN_VERSION =/{s/[^0-9.]//gp}' setup.py || die) if [[ ${actual_pkgcraft_min} != ${PKGCRAFT_VERSION_MIN} ]] ; then + eerror "Expected minimum pkgcraft-c version: ${PKGCRAFT_VERSION_MIN}" + eerror "Actual minimum pkgcraft-c version: ${actual_pkgcraft_min}" die "Mismatch between setup.py's MIN_VERSION and ebuild!" fi fi