bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
22 lines
621 B
Makefile
22 lines
621 B
Makefile
# $NetBSD: Makefile,v 1.8 2022/01/04 20:55:00 wiz Exp $
|
|
|
|
DISTNAME= numpydoc-0.9.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= math python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=n/numpydoc/}
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= https://github.com/numpy/numpydoc
|
|
COMMENT= Sphinx extension to support docstrings in Numpy format
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.3:../../textproc/py-jinja2
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= sphinx
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|