45f3550ee9
Version 2.3.0 - Improvement in error message for ``missing-backwards-migration-callable`` - Start testing with Django 3.1 on Python 3.8 - Better error message when Django is not configured.
21 lines
663 B
Makefile
21 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.27 2020/08/07 08:20:08 adam Exp $
|
|
|
|
DISTNAME= pylint-django-2.3.0
|
|
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"
|