Date: Thu, 29 Apr 2021 14:35:33 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f7b63ce9517e - main - devel/py-pylint-django: Add py-pylint-django 2.4.4 Message-ID: <202104291435.13TEZXI2050770@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7b63ce9517e09b1c8491989258b2eedf4ba9c1d commit f7b63ce9517e09b1c8491989258b2eedf4ba9c1d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-29 14:10:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-04-29 14:23:33 +0000 devel/py-pylint-django: Add py-pylint-django 2.4.4 pylint-django is a Pylint plugin for improving code analysis when analysing code using Django. It is also used by the Prospector tool. WWW: https://github.com/PyCQA/pylint-django --- devel/Makefile | 1 + devel/py-pylint-django/Makefile | 23 +++++++++++++++++++++++ devel/py-pylint-django/distinfo | 3 +++ devel/py-pylint-django/pkg-descr | 4 ++++ 4 files changed, 31 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 74c49aecec9c..8bf84d4c75ad 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4924,6 +4924,7 @@ SUBDIR += py-pylama SUBDIR += py-pylev SUBDIR += py-pylibsrtp + SUBDIR += py-pylint-django SUBDIR += py-pylru SUBDIR += py-pylru-cache SUBDIR += py-pyls-black diff --git a/devel/py-pylint-django/Makefile b/devel/py-pylint-django/Makefile new file mode 100644 index 000000000000..332c29ddc23f --- /dev/null +++ b/devel/py-pylint-django/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= pylint-django +PORTVERSION= 2.4.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Pylint plugin to understand the Django web framework + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylint-plugin-utils>=0.5:devel/py-pylint-plugin-utils@${PY_FLAVOR} \ + pylint${PYTHON_PKGNAMESUFFIX}>=2.0:devel/pylint@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-pylint-django/distinfo b/devel/py-pylint-django/distinfo new file mode 100644 index 000000000000..69b8e7e0d4b6 --- /dev/null +++ b/devel/py-pylint-django/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1619569405 +SHA256 (pylint-django-2.4.4.tar.gz) = f63f717169b0c2e4e19c28f1c32c28290647330184fcb7427805ae9b6994f3fc +SIZE (pylint-django-2.4.4.tar.gz) = 67479 diff --git a/devel/py-pylint-django/pkg-descr b/devel/py-pylint-django/pkg-descr new file mode 100644 index 000000000000..25f97fb566e7 --- /dev/null +++ b/devel/py-pylint-django/pkg-descr @@ -0,0 +1,4 @@ +pylint-django is a Pylint plugin for improving code analysis when analysing code +using Django. It is also used by the Prospector tool. + +WWW: https://github.com/PyCQA/pylint-djangohome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104291435.13TEZXI2050770>
