pkgsrc/textproc/py-jsonref/Makefile
2020-05-17 21:38:45 +00:00

20 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/05/17 21:38:46 adam Exp $
DISTNAME= jsonref-0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonref/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/gazpachoking/jsonref
COMMENT= JSON References for Python
LICENSE= mit
PYTHON_VERSIONED_DEPENDENCIES= test:test
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests.py
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"