freebsd-ports/sysutils/py-puremagic/Makefile
Max Brazhnikov de71112c7a sysutils/py-puremagic: add new port
Pure python implementation of magic file detection.

PR:		258593
Submitted by:	James French
2022-01-10 00:11:26 +03:00

23 lines
525 B
Makefile

PORTNAME= puremagic
PORTVERSION= 1.11
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= james@french.id.au
COMMENT= Pure python implementation of magic file detection
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.7-3.9
USE_PYTHON= autoplist concurrent distutils
USE_GITHUB= yes
GH_ACCOUNT= cdgriffith
do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= test/
.include <bsd.port.mk>