pkgsrc/textproc/py-sphinxcontrib-qthelp/Makefile
adam a37d86a12f py-sphinxcontrib-qthelp: updated to 1.0.3
Release 1.0.3:
* Fix package metadata has broken
2020-02-29 15:44:42 +00:00

24 lines
675 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/02/29 15:44:42 adam Exp $
DISTNAME= sphinxcontrib-qthelp-1.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-qthelp/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sphinx-doc.org/
COMMENT= Sphinx API for QtHelp document
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"