freebsd-ports/textproc/py-patiencediff/Makefile
fullermd 623c2c28b0 textproc/py-patiencediff: Update to 0.2.2
PR:		256459
Approved by:	lwhsu (mentor, implicit)
2021-06-08 16:30:42 -04:00

23 lines
559 B
Makefile

PORTNAME= patiencediff
PORTVERSION= 0.2.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fullermd@over-yonder.net
COMMENT= Implementation of the "Patience Diff" algorithm
LICENSE= GPLv2+
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/patiencediff/_patiencediff_c*.so
do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v build/
.include <bsd.port.mk>