pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
2019-05-02 09:27:09 +00:00

22 lines
729 B
Makefile

# $NetBSD: Makefile,v 1.3 2019/05/02 09:27:09 adam Exp $
DISTNAME= sphinx-autodoc-typehints-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/agronholm/sphinx-autodoc-typehints
COMMENT= Type hints support for the Sphinx autodoc extension
LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.4:../../textproc/py-sphinx
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.1.0:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"