2022-01-04 21:53:26 +01:00
|
|
|
# $NetBSD: Makefile,v 1.33 2022/01/04 20:55:33 wiz Exp $
|
2017-12-21 11:22:55 +01:00
|
|
|
|
2021-04-27 06:47:39 +02:00
|
|
|
DISTNAME= pylint-django-2.4.4
|
2017-12-21 11:22:55 +01:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
2022-01-04 21:53:26 +01:00
|
|
|
PKGREVISION= 1
|
2017-12-21 11:22:55 +01:00
|
|
|
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"
|