pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile
gdt 07e6158dc6 textprox/py-sphinxcontrib*: Drop EXTRACT_USING=bsdtar
This is no longer necessary as NetBSD uses bsdtar by default.
(As discussed on tech-pkg.)
2020-03-12 17:20:43 +00:00

24 lines
672 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/03/12 17:20:43 gdt Exp $
DISTNAME= sphinxcontrib-htmlhelp-1.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-htmlhelp/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sphinx-doc.org/
COMMENT= Sphinx API for HTML help
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"