bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
25 lines
701 B
Makefile
25 lines
701 B
Makefile
# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:06 wiz Exp $
|
|
|
|
DISTNAME= sphinxcontrib-jsmath-1.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-jsmath/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://sphinx-doc.org/
|
|
COMMENT= Sphinx API for math in HTML via JavaScript
|
|
LICENSE= 2-clause-bsd
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-sphinx
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|