freebsd-ports/textproc/py-whatthepatch/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

20 lines
454 B
Makefile

PORTNAME= whatthepatch
PORTVERSION= 1.0.2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rhurlin@FreeBSD.org
COMMENT= Library for both parsing and applying patch files
WWW= https://github.com/cscorley/whatthepatch
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
# make test: 1 failed, 48 passed
USES= python:3.7+ pytest
USE_PYTHON= concurrent distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>