pkgsrc-WIP-changes archive

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

py-libcst: skip work-dir-reference checks for one file



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Feb 23 10:18:38 2022 +0100
Changeset:	dda0c3db2e7b6b911abc1a7886e3c7f6b10e200e

Modified Files:
	py-libcst/Makefile

Log Message:
py-libcst: skip work-dir-reference checks for one file

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dda0c3db2e7b6b911abc1a7886e3c7f6b10e200e

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

diffstat:
 py-libcst/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-libcst/Makefile b/py-libcst/Makefile
index 20bb34e571..bce8107535 100644
--- a/py-libcst/Makefile
+++ b/py-libcst/Makefile
@@ -22,6 +22,8 @@ PYTHON_VERSIONS_INCOMPATIBLE=	27
 # for updating cargo-depends, uncomment the next line since Cargo.lock lives there
 #WRKSRC=		${WRKDIR}/${DISTNAME}/native
 
+CHECK_WRKREF_SKIP+=	${PYSITELIB}/libcst/native.so
+
 .include "../../lang/python/egg.mk"
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index