# $NetBSD: Makefile,v 1.4 2023/11/07 22:38:07 wiz Exp $ DISTNAME= sphinxcontrib-jquery-4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-jquery/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/sphinx-contrib/jquery COMMENT= Extension to include jQuery on newer Sphinx releases LICENSE= 2-clause-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.7:../../devel/py-flit_core DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.8:../../textproc/py-sphinx TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 38 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"