1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
ports/sysutils/py-puremagic/Makefile
T
Philippe Audeoud 74b10f9ee9 sysutils/py-puremagic: update 1.3.0
PR:		294055
2026-03-26 18:09:11 +01:00

26 lines
568 B
Makefile

PORTNAME= puremagic
DISTVERSION= 1.30
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= james@french.id.au
COMMENT= Pure python implementation of magic file detection
WWW= https://pypi.org/project/puremagic/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= test/
.include <bsd.port.mk>