py-diff-match-patch: fix interpreter in speedtest.py

This commit is contained in:
adam 2023-12-26 07:38:30 +00:00
parent 84cb9d7fdf
commit 95342abbe1

View file

@ -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>=3.8:../../devel/py-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"