2019-11-05 08:46:47 +01:00
|
|
|
# $NetBSD: Makefile,v 1.21 2019/11/05 07:46:47 adam Exp $
|
2017-12-21 11:22:55 +01:00
|
|
|
|
2019-11-05 08:46:47 +01:00
|
|
|
DISTNAME= pylint-django-2.0.12
|
2017-12-21 11:22:55 +01:00
|
|
|
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
|
|
|
|
|
2018-08-07 12:04:04 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pylint>=2.0.0:../../devel/py-pylint
|
2019-02-28 10:24:59 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pylint-plugin-utils>=0.5:../../devel/py-pylint-plugin-utils
|
2017-12-21 11:22:55 +01:00
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2018-08-07 12:04:04 +02:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
2018-07-14 14:12:33 +02:00
|
|
|
|
2017-12-21 11:22:55 +01:00
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|