# Created by: Rene Ladan # $FreeBSD: head/textproc/py-diff-match-patch/Makefile 567187 2021-03-03 18:12:52Z sunpoet $ PORTNAME= diff-match-patch PORTVERSION= 20200713 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Algorithms for converting plain text LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes python_OLD_CMD= /usr/bin/python[0-9\.]* SHEBANG_GLOB= *.py do-test: cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v .include