# $NetBSD: Makefile,v 1.1 2024/01/22 16:15:39 adam Exp $ DISTNAME= sphinxcontrib-httpdomain-1.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-httpdomain/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/sphinx-contrib/httpdomain COMMENT= Sphinx domain for documenting HTTP APIs LICENSE= 2-clause-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.6:../../textproc/py-sphinx USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 38 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"