Tue Dec 26 07:38:30 2023 UTC (154d)
py-diff-match-patch: fix interpreter in speedtest.py


(adam)
diff -r1.7 -r1.8 pkgsrc/textproc/py-diff-match-patch/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/textproc/py-diff-match-patch/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-diff-match-patch/Makefile 2023/12/18 09:38:55 1.7
+++ pkgsrc/textproc/py-diff-match-patch/Makefile 2023/12/26 07:38:30 1.8
@@ -1,20 +1,23 @@ @@ -1,20 +1,23 @@
1# $NetBSD: Makefile,v 1.7 2023/12/18 09:38:55 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2023/12/26 07:38:30 adam Exp $
2 2
3DISTNAME= diff-match-patch-20230430 3DISTNAME= diff-match-patch-20230430
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/diff-match-patch/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/diff-match-patch/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/diff-match-patch-python/diff-match-patch 9HOMEPAGE= https://github.com/diff-match-patch-python/diff-match-patch
10COMMENT= Robust algorithms for synchronizing plain text 10COMMENT= Robust algorithms for synchronizing plain text
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.8:../../devel/py-flit_core 13TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.8:../../devel/py-flit_core
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16
 17REPLACE_PYTHON= diff_match_patch/tests/speedtest.py
 18
17PYTHON_VERSIONS_INCOMPATIBLE= 27 19PYTHON_VERSIONS_INCOMPATIBLE= 27
18 20
 21.include "../../lang/python/application.mk"
19.include "../../lang/python/wheel.mk" 22.include "../../lang/python/wheel.mk"
20.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"