pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python37



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jul 29 20:37:48 UTC 2022

Modified Files:
        pkgsrc/lang/python37: Makefile

Log Message:
python37: Skip __pycache__ files seen in macOS build too.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/python37/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/python37/Makefile
diff -u pkgsrc/lang/python37/Makefile:1.35 pkgsrc/lang/python37/Makefile:1.36
--- pkgsrc/lang/python37/Makefile:1.35  Mon Jul 25 10:04:35 2022
+++ pkgsrc/lang/python37/Makefile       Fri Jul 29 20:37:48 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2022/07/25 10:04:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.36 2022/07/29 20:37:48 jperkin Exp $
 
 .include "dist.mk"
 
@@ -193,6 +193,7 @@ INSTALLATION_DIRS+= lib/python${PY_VER_S
 
 # PKG_CONFIG_LIBDIR references to BUILDLINK_DIR
 CHECK_WRKREF_SKIP+=    lib/python${PY_VER_SUFFIX}/_sysconfigdata*
+CHECK_WRKREF_SKIP+=    lib/python${PY_VER_SUFFIX}/__pycache__/_sysconfigdata*
 CHECK_WRKREF_SKIP+=    lib/python${PY_VER_SUFFIX}/config-${PY_VER_SUFFIX}/Makefile
 
 pre-install: setuptools-preinstall



Home | Main Index | Thread Index | Old Index