pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel devel/Makefile: comment out py-backports.cached-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dae2f93c1cd0
branches:  trunk
changeset: 387798:dae2f93c1cd0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 06 23:10:07 2022 +0000

description:
devel/Makefile: comment out py-backports.cached-property

python 3.7 only and the packages it depends upon by default
do not build 3.7 versions any longer

diffstat:

 devel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f5abbce84633 -r dae2f93c1cd0 devel/Makefile
--- a/devel/Makefile    Sun Nov 06 23:01:44 2022 +0000
+++ b/devel/Makefile    Sun Nov 06 23:10:07 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3818 2022/11/06 18:24:45 adam Exp $
+# $NetBSD: Makefile,v 1.3819 2022/11/06 23:10:07 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -2333,7 +2333,7 @@
 SUBDIR+=       py-babel
 SUBDIR+=       py-backcall
 SUBDIR+=       py-backports
-SUBDIR+=       py-backports.cached-property
+#SUBDIR+=      py-backports.cached-property # python 3.7 only
 SUBDIR+=       py-backports.functools_lru_cache
 SUBDIR+=       py-backports.os
 SUBDIR+=       py-backports.shutil_get_terminal_size



Home | Main Index | Thread Index | Old Index