pkgsrc/www/py-pylint-django/Makefile
adam 738bfb7b28 py-pylint-django: updated to 2.0.13
Version 2.0.13:
- Suppress ``too-many-ancestors`` for class-based generic views
- Add ``handler400``, ``handler403``, ``handler404`` to good_names.
2019-11-24 11:31:08 +00:00

21 lines
664 B
Makefile

# $NetBSD: Makefile,v 1.22 2019/11/24 11:31:08 adam Exp $
DISTNAME= pylint-django-2.0.13
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint-django/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/landscapeio/pylint-django
COMMENT= Pylint plugin to aid Pylint in recognising the Django framework
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-pylint>=2.0.0:../../devel/py-pylint
DEPENDS+= ${PYPKGPREFIX}-pylint-plugin-utils>=0.5:../../devel/py-pylint-plugin-utils
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"