# $NetBSD: Makefile,v 1.8 2023/12/26 07:38:30 adam Exp $ DISTNAME= diff-match-patch-20230430 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=d/diff-match-patch/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/diff-match-patch-python/diff-match-patch COMMENT= Robust algorithms for synchronizing plain text LICENSE= apache-2.0 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"