30 lines
638 B
Makefile
30 lines
638 B
Makefile
# $OpenBSD: Makefile,v 1.13 2020/10/07 02:00:07 daniel Exp $
|
|
|
|
COMMENT = Sphinx extension to support docstrings in Numpy format
|
|
|
|
MODPY_EGG_VERSION = 0.7.0
|
|
DISTNAME = numpydoc-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-numpydoc-${MODPY_EGG_VERSION}
|
|
CATEGORIES = textproc devel
|
|
HOMEPAGE = https://github.com/numpy/numpydoc
|
|
REVISION = 3
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
MODPY_PYTEST = Yes
|
|
MODPY_PYTEST_ARGS = numpydoc
|
|
|
|
RUN_DEPENDS = graphics/py-matplotlib${MODPY_FLAVOR} \
|
|
textproc/py-sphinx${MODPY_FLAVOR} \
|
|
www/py-jinja2${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|