pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python311



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 14 17:22:25 UTC 2023

Modified Files:
        pkgsrc/lang/python311: Makefile

Log Message:
python311: remove REPLACE* where it changes nothing


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/python311/Makefile

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

Modified files:

Index: pkgsrc/lang/python311/Makefile
diff -u pkgsrc/lang/python311/Makefile:1.2 pkgsrc/lang/python311/Makefile:1.3
--- pkgsrc/lang/python311/Makefile:1.2  Wed Nov  2 11:36:23 2022
+++ pkgsrc/lang/python311/Makefile      Sat Jan 14 17:22:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/11/02 11:36:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2023/01/14 17:22:25 wiz Exp $
 
 .include "dist.mk"
 
@@ -132,7 +132,6 @@ REPLACE_FILES.python+=      Lib/cProfile.py
 REPLACE_FILES.python+= Lib/cgi.py
 REPLACE_FILES.python+= Lib/encodings/rot_13.py
 REPLACE_FILES.python+= Lib/idlelib/pyshell.py
-REPLACE_FILES.python+= Lib/keyword.py
 REPLACE_FILES.python+= Lib/lib2to3/pgen2/token.py
 REPLACE_FILES.python+= Lib/lib2to3/tests/data/different_encoding.py
 REPLACE_FILES.python+= Lib/lib2to3/tests/data/false_encoding.py
@@ -170,8 +169,6 @@ REPLACE_FILES.python+=      Lib/turtledemo/yi
 REPLACE_FILES.python+= Lib/uu.py
 REPLACE_FILES.python+= Lib/webbrowser.py
 
-REPLACE_SH+=           Misc/python-config.sh.in
-
 # XXX: It might be needed to add manually more paths like ${PREFIX}/qt5/lib
 # Test: python -c 'from ctypes.util import find_library; print(find_library("ffi"));'
 SUBST_CLASSES+=                findlib



Home | Main Index | Thread Index | Old Index