Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=neHqFlvc; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=DPpJ2nPl Received: by mail.netbsd.org (Postfix, from userid 605) id 45F0A84E8F; Wed, 8 May 2024 17:14:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715188489; bh=MhfWDzgyP2zzcX9ubEkXZaqx1KTnT4qVV+f3DXF1+iw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=neHqFlvcvkBR2ibzxiGIGGhoBjDVDXpR8EAnMvvmgwZiuy6pqxQdhePmDlXjm9B0y EGlcPq9HqIgx2sWM14CY1gN1ey1IwP5mgf4kNNMFIiAOMWYXn2WxakzEDkAu/f4S7W DEL6VBZMcjQwqRFnZS4O6phI15gXBG01O77XAgTs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3720784E8C for ; Wed, 8 May 2024 17:14:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QQ21WvJueEJn for ; Wed, 8 May 2024 17:14:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 394A384CFA for ; Wed, 8 May 2024 17:14:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715188487; bh=MhfWDzgyP2zzcX9ubEkXZaqx1KTnT4qVV+f3DXF1+iw=; h=Date:From:Subject:To:Reply-To; b=DPpJ2nPlRMN1eZUTH+lGypxpByG5LXNYLyBJ50U1B6cJB5h6efKNltLMeAUZi2fpe C3Xh4i81r9D3tvMBYUx/LyxBb2TEKwj+VGdCORkThkKBiI8trnhPc6z+z5h6QF+0I8 kD3R7UOxG6cT0mhWkVIr5kiPH6Zm0ePgf1/8/Uxs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30EB6FA2C; Wed, 8 May 2024 17:14:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715188487245130" MIME-Version: 1.0 Date: Wed, 8 May 2024 17:14:47 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-test-python27 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20240508171447.30EB6FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715188487245130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Wed May 8 17:14:47 UTC 2024 Added Files: pkgsrc/meta-pkgs/bulk-test-python27: DESCR Makefile Log Message: meta-pkgs/bulk-test-python27: Add 20240508 Meta-package for testing that packages that need python27 still work as python 27 fades out. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/meta-pkgs/bulk-test-python27/DESCR \ pkgsrc/meta-pkgs/bulk-test-python27/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715188487245130 Content-Disposition: inline Content-Length: 1621 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/meta-pkgs/bulk-test-python27/DESCR diff -u /dev/null pkgsrc/meta-pkgs/bulk-test-python27/DESCR:1.1 --- /dev/null Wed May 8 17:14:47 2024 +++ pkgsrc/meta-pkgs/bulk-test-python27/DESCR Wed May 8 17:14:46 2024 @@ -0,0 +1,2 @@ +Meta-package for testing that packages that need python27 still work +as python 27 fades out. Index: pkgsrc/meta-pkgs/bulk-test-python27/Makefile diff -u /dev/null pkgsrc/meta-pkgs/bulk-test-python27/Makefile:1.1 --- /dev/null Wed May 8 17:14:47 2024 +++ pkgsrc/meta-pkgs/bulk-test-python27/Makefile Wed May 8 17:14:46 2024 @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1 2024/05/08 17:14:46 gdt Exp $ + +DISTNAME= bulk-test-python27-20240508 +CATEGORIES= meta-pkgs +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= pksrc-users@NetBSD.org +COMMENT= Meta-package for testing Boost + +META_PACKAGE= yes + +RESTRICTED= Just for test build purposes +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} + +# This package intends to contain every package which has both properties: +# - it might break if python27 went missing +# - some user might care +# +# We intentinoally exclude "someone might have a private python 2.7 codebase that +# wants to use this as a dependency". + + +DEPENDS+= python27-[0-9]*:../../lang/python27 + +DEPENDS+= getmail<6:../../mail/getmail +DEPENDS+= gimp-[0-9]*:../../graphics/gimp +DEPENDS+= mailman<3:../../mail/mailman +# omit for now: broken for boost reasons, not py27 +#DEPENDS+= mongodb-[0-9]*:../../databases/mongodb3 +DEPENDS+= rdiff-backup-[0-9]*:../../sysutils/rdiff-backup + +.include "../../mk/bsd.pkg.mk" --_----------=_1715188487245130--