Version 2.0.5: Bumping the version number because there's been a mix-up between GitHub tags and the versions pushed to PyPI for 2.0.3 and 2.0.4.
21 lines
665 B
Makefile
21 lines
665 B
Makefile
# $NetBSD: Makefile,v 1.15 2018/12/18 11:50:34 adam Exp $
|
|
|
|
DISTNAME= pylint-django-2.0.5
|
|
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.2.1:../../devel/py-pylint-plugin-utils
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|