Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 15:23:54 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: a20f54836be8 - main - devel/py-pylint-django: Update to 2.5.5
Message-ID:  <202402211523.41LFNsbl042360@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit a20f54836be82146f8f51682a99d7f78977764f8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:42:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:07:42 +0000

    devel/py-pylint-django: Update to 2.5.5
    
    - Update WWW
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/pylint-dev/pylint-django/releases
---
 devel/py-pylint-django/Makefile | 12 +++++++-----
 devel/py-pylint-django/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/devel/py-pylint-django/Makefile b/devel/py-pylint-django/Makefile
index 9b5344b9c793..f4cb06cb4781 100644
--- a/devel/py-pylint-django/Makefile
+++ b/devel/py-pylint-django/Makefile
@@ -1,21 +1,23 @@
 PORTNAME=	pylint-django
-PORTVERSION=	2.5.3
+PORTVERSION=	2.5.5
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	pylint_django-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Pylint plugin to understand the Django web framework
-WWW=		https://github.com/PyCQA/pylint-django
+WWW=		https://github.com/pylint-dev/pylint-django
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pylint-plugin-utils>=0.7:devel/py-pylint-plugin-utils@${PY_FLAVOR} \
-		pylint${PYTHON_PKGNAMESUFFIX}>=2.0<3:devel/pylint@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pylint-plugin-utils>=0.8:devel/py-pylint-plugin-utils@${PY_FLAVOR} \
+		pylint${PYTHON_PKGNAMESUFFIX}>=2.0<4:devel/pylint@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-pylint-django/distinfo b/devel/py-pylint-django/distinfo
index ede9b095c21e..8c208ecc1197 100644
--- a/devel/py-pylint-django/distinfo
+++ b/devel/py-pylint-django/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649423804
-SHA256 (pylint-django-2.5.3.tar.gz) = 0ac090d106c62fe33782a1d01bda1610b761bb1c9bf5035ced9d5f23a13d8591
-SIZE (pylint-django-2.5.3.tar.gz) = 68112
+TIMESTAMP = 1708449318
+SHA256 (pylint_django-2.5.5.tar.gz) = 2f339e4bf55776958283395c5139c37700c91bd5ef1d8251ef6ac88b5abbba9b
+SIZE (pylint_django-2.5.5.tar.gz) = 38135



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211523.41LFNsbl042360>