372db43cfb
Changes unknown.
19 lines
577 B
Makefile
19 lines
577 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/12/14 13:36:12 adam Exp $
|
|
|
|
DISTNAME= numpydoc-0.7.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
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
|
|
DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3:../../textproc/py-sphinx
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|