c4a2971ddf
Version 2.0.12: - Fix too broad suppression of ``unused-argument`` warnings for functions and methods where the first argument is named ``request``. Now issues warnings for the rest of the arguments if they are unused. - Pass arguments of ``scripts/test.sh`` to ``test_func/pytest`` to ease development. - Document behavior when ForeignKey fields are referenced as strings.
21 lines
664 B
Makefile
21 lines
664 B
Makefile
# $NetBSD: Makefile,v 1.21 2019/11/05 07:46:47 adam Exp $
|
|
|
|
DISTNAME= pylint-django-2.0.12
|
|
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"
|