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 D401C158030 for ; Mon, 27 Feb 2023 02:18:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF92AE07EF; Mon, 27 Feb 2023 02:18:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A596E07EF for ; Mon, 27 Feb 2023 02:18:38 +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 A73A5340E7F for ; Mon, 27 Feb 2023 02:18:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54E6F807 for ; Mon, 27 Feb 2023 02:18:35 +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: <1677464307.3cd076a8371c27028c166cc841bde5b8df663496.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pkgcraft/pkgcraft-0.0.5.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: 3cd076a8371c27028c166cc841bde5b8df663496 X-VCS-Branch: master Date: Mon, 27 Feb 2023 02:18: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: 6ad8b300-fed3-45a9-9b38-c612165829eb X-Archives-Hash: ab26cda993a7451fa653fd9b394e21c6 commit: 3cd076a8371c27028c166cc841bde5b8df663496 Author: Sam James gentoo org> AuthorDate: Mon Feb 27 02:18:20 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 27 02:18:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd076a8 dev-python/pkgcraft: add version cap for 9999 Signed-off-by: Sam James gentoo.org> dev-python/pkgcraft/pkgcraft-0.0.5.ebuild | 4 +++- dev-python/pkgcraft/pkgcraft-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild index be43bfffaec1..7b1de554a840 100644 --- a/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild +++ b/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild @@ -18,14 +18,15 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python" inherit git-r3 - PKGCRAFT_VERSION_MIN="9999" PKGCRAFT_VERSION_MAX="9999" + PKGCRAFT_VERSION_MIN="9999" else SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz" S="${WORKDIR}"/${P/-python} KEYWORDS="~amd64" + PKGCRAFT_VERSION_MAX="9999" PKGCRAFT_VERSION_MIN="0.0.6" fi @@ -34,6 +35,7 @@ SLOT="0" IUSE="+examples" RDEPEND=" + =sys-libs/pkgcraft-${PKGCRAFT_VERSION_MIN}:= " DEPEND="${RDEPEND}" diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild index 8969d25f9d5f..3016e20be3d3 100644 --- a/dev-python/pkgcraft/pkgcraft-9999.ebuild +++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild @@ -18,14 +18,15 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python" inherit git-r3 - PKGCRAFT_VERSION_MIN="9999" PKGCRAFT_VERSION_MAX="9999" + PKGCRAFT_VERSION_MIN="9999" else SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz" S="${WORKDIR}"/${P/-python} KEYWORDS="~amd64" + PKGCRAFT_VERSION_MAX="9999" PKGCRAFT_VERSION_MIN="0.0.6" fi @@ -34,6 +35,7 @@ SLOT="0" IUSE="+examples" RDEPEND=" + =sys-libs/pkgcraft-${PKGCRAFT_VERSION_MIN}:= " DEPEND="${RDEPEND}"