Fri Aug 25 18:55:51 2023 UTC ()
bulk-test-rust: Steal python-limiting from -essential

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


(gdt)
diff -r1.3 -r1.4 pkgsrc/meta-pkgs/bulk-test-rust/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/meta-pkgs/bulk-test-rust/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/bulk-test-rust/Makefile 2023/08/25 18:45:02 1.3
+++ pkgsrc/meta-pkgs/bulk-test-rust/Makefile 2023/08/25 18:55:51 1.4
@@ -1,39 +1,41 @@ @@ -1,39 +1,41 @@
1# $NetBSD: Makefile,v 1.3 2023/08/25 18:45:02 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2023/08/25 18:55:51 gdt Exp $
2 2
3DISTNAME= bulk-test-rust-20230825.0 3DISTNAME= bulk-test-rust-20230825.1
4CATEGORIES= meta-pkgs 4CATEGORIES= meta-pkgs
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6DISTFILES= # empty 6DISTFILES= # empty
7 7
8# Feel free to add packages without asking me. 8# Feel free to add packages without asking me.
9MAINTAINER= gdt@NetBSD.org 9MAINTAINER= gdt@NetBSD.org
10COMMENT= Meta-package for testing rust 10COMMENT= Meta-package for testing rust
11 11
12META_PACKAGE= yes 12META_PACKAGE= yes
13 13
14RESTRICTED= Just for test build purposes 14RESTRICTED= Just for test build purposes
15NO_BIN_ON_CDROM= ${RESTRICTED} 15NO_BIN_ON_CDROM= ${RESTRICTED}
16NO_BIN_ON_FTP= ${RESTRICTED} 16NO_BIN_ON_FTP= ${RESTRICTED}
17 17
18# Prorams should be listed here if they are maintained upstream and 18# Prorams should be listed here if they are maintained upstream and
19# updated reasonably promptly in pkgsrc. (Alternatively, programs 19# updated reasonably promptly in pkgsrc. (Alternatively, programs
20# that are actively maintained in pkgsrc despite being unmaintained 20# that are actively maintained in pkgsrc despite being unmaintained
21# upstream are acceptable.) (This package is about catching 21# upstream are acceptable.) (This package is about catching
22# regressions, and not about pressuring programs that have not 22# regressions, and not about pressuring programs that have not
23# recently and usually been healthy.) 23# recently and usually been healthy.)
24 24
 25# Limit to one python version; we only care if rust can build the rust
 26# files within the package.
 27PYTHON_VERSIONS_ACCEPTED= ${PYTHON_VERSION_DEFAULT}
25PYTHON_VERSIONS_INCOMPATIBLE= 27 28PYTHON_VERSIONS_INCOMPATIBLE= 27
26 
27.include "../../lang/python/pyversion.mk" 29.include "../../lang/python/pyversion.mk"
28 30
29# enormous programs 31# enormous programs
30DEPENDS+= thunderbird-[0-9]*:../../mail/thunderbird 32DEPENDS+= thunderbird-[0-9]*:../../mail/thunderbird
31DEPENDS+= firefox-[0-9]*:../../www/firefox 33DEPENDS+= firefox-[0-9]*:../../www/firefox
32 34
33# moderate programs 35# moderate programs
34DEPENDS+= matrix-synapse-[0-9]*:../../chat/matrix-synapse 36DEPENDS+= matrix-synapse-[0-9]*:../../chat/matrix-synapse
35DEPENDS+= vaultwarden-[0-9]*:../../security/vaultwarden 37DEPENDS+= vaultwarden-[0-9]*:../../security/vaultwarden
36DEPENDS+= arti-[0-9]*:../../net/arti 38DEPENDS+= arti-[0-9]*:../../net/arti
37 39
38# libraries 40# libraries
39DEPENDS+= libimagequant-[0-9]*:../../graphics/libimagequant 41DEPENDS+= libimagequant-[0-9]*:../../graphics/libimagequant