22 lines
640 B
Makefile
22 lines
640 B
Makefile
# $NetBSD: Makefile,v 1.5 2022/01/29 08:48:40 wiz Exp $
|
|
|
|
DISTNAME= flake8-docstrings-1.6.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES+= flake8
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|