pkgsrc/devel/py-flake8-docstrings/Makefile

20 lines
592 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2019/10/22 06:51:54 adam Exp $
DISTNAME= flake8-docstrings-1.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flake8-docstrings/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://gitlab.com/pycqa/flake8-docstrings
COMMENT= Extension for flake8 using pydocstyle to check docstrings
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-docstyle>=2.1.0:../../devel/py-docstyle
DEPENDS+= ${PYPKGPREFIX}-flake8>=3.0.0:../../devel/py-flake8
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"