pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-diff-match-patch
Module Name: pkgsrc
Committed By: adam
Date: Tue Dec 26 07:38:30 UTC 2023
Modified Files:
pkgsrc/textproc/py-diff-match-patch: Makefile
Log Message:
py-diff-match-patch: fix interpreter in speedtest.py
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-diff-match-patch/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-diff-match-patch/Makefile
diff -u pkgsrc/textproc/py-diff-match-patch/Makefile:1.7 pkgsrc/textproc/py-diff-match-patch/Makefile:1.8
--- pkgsrc/textproc/py-diff-match-patch/Makefile:1.7 Mon Dec 18 09:38:55 2023
+++ pkgsrc/textproc/py-diff-match-patch/Makefile Tue Dec 26 07:38:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/12/18 09:38:55 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/12/26 07:38:30 adam Exp $
DISTNAME= diff-match-patch-20230430
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,10 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>
USE_LANGUAGES= # none
+REPLACE_PYTHON= diff_match_patch/tests/speedtest.py
+
PYTHON_VERSIONS_INCOMPATIBLE= 27
+.include "../../lang/python/application.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index