opnsense-ports/devel/py-testpath/Makefile
Franco Fichtner 0d785c70f9 devel/py-testpath: sync with upstream
Taken from: FreeBSD
2023-06-29 20:28:53 +02:00

22 lines
515 B
Makefile

PORTNAME= testpath
PORTVERSION= 0.6.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Test utilities for Python code working with files and commands
WWW= https://github.com/jupyter/testpath
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils pytest
NO_ARCH= yes
post-patch:
@${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${FILESDIR}/setup.py > ${WRKSRC}/setup.py
.include <bsd.port.mk>