bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
21 lines
564 B
Makefile
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"
|