pkgsrc/textproc/py-jsonref/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

21 lines
564 B
Makefile

# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:57 wiz Exp $
DISTNAME= jsonref-0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
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"