mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
74b10f9ee9
PR: 294055
26 lines
568 B
Makefile
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>
|