0da6b25b61
Approved by: portmgr (blanket)
24 lines
563 B
Makefile
24 lines
563 B
Makefile
PORTNAME= puremagic
|
|
DISTVERSION= 1.14
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
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:3.7+
|
|
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>
|