pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/bulk-test-python27
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.
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@localhost
+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"
Home |
Main Index |
Thread Index |
Old Index