pkgsrc/devel/py-flake8-docstrings/Makefile

22 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.7 2022/07/12 09:28:45 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://github.com/pycqa/flake8-docstrings
COMMENT= Extension for flake8 using pydocstyle to check docstrings
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-docstyle-[0-9]*:../../devel/py-docstyle
DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"