git: f7b63ce9517e - main - devel/py-pylint-django: Add py-pylint-django 2.4.4

Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 29 14:35:34 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f7b63ce9517e09b1c8491989258b2eedf4ba9c1d

commit f7b63ce9517e09b1c8491989258b2eedf4ba9c1d
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-29 14:10:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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 at FreeBSD.org>
+
+PORTNAME=	pylint-django
+PORTVERSION=	2.4.4
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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-django


More information about the dev-commits-ports-all mailing list