pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/meta-pkgs/bulk-test-rust



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Aug 25 18:55:51 UTC 2023

Modified Files:
        pkgsrc/meta-pkgs/bulk-test-rust: Makefile

Log Message:
bulk-test-rust: Steal python-limiting from -essential

There's no reason to build this for multiple python versions.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/meta-pkgs/bulk-test-rust/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/bulk-test-rust/Makefile
diff -u pkgsrc/meta-pkgs/bulk-test-rust/Makefile:1.3 pkgsrc/meta-pkgs/bulk-test-rust/Makefile:1.4
--- pkgsrc/meta-pkgs/bulk-test-rust/Makefile:1.3        Fri Aug 25 18:45:02 2023
+++ pkgsrc/meta-pkgs/bulk-test-rust/Makefile    Fri Aug 25 18:55:51 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/08/25 18:45:02 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/08/25 18:55:51 gdt Exp $
 
-DISTNAME=      bulk-test-rust-20230825.0
+DISTNAME=      bulk-test-rust-20230825.1
 CATEGORIES=    meta-pkgs
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -22,8 +22,10 @@ NO_BIN_ON_FTP=               ${RESTRICTED}
 # regressions, and not about pressuring programs that have not
 # recently and usually been healthy.)
 
+# Limit to one python version; we only care if rust can build the rust
+# files within the package.
+PYTHON_VERSIONS_ACCEPTED=      ${PYTHON_VERSION_DEFAULT}
 PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
 
 # enormous programs



Home | Main Index | Thread Index | Old Index