Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2024 19:06:45 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: d396c0e7d260 - main - devel/py-pylint-django: Update to 2.6.1
Message-ID:  <202410171906.49HJ6j8k090548@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=d396c0e7d260111cb81f8cbff8fac83bcf2551d6

commit d396c0e7d260111cb81f8cbff8fac83bcf2551d6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-17 19:03:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-17 19:03:04 +0000

    devel/py-pylint-django: Update to 2.6.1
    
    Changes:        https://github.com/pylint-dev/pylint-django/releases
---
 devel/py-pylint-django/Makefile | 10 ++++------
 devel/py-pylint-django/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/devel/py-pylint-django/Makefile b/devel/py-pylint-django/Makefile
index f4cb06cb4781..268ecf720f9a 100644
--- a/devel/py-pylint-django/Makefile
+++ b/devel/py-pylint-django/Makefile
@@ -1,22 +1,20 @@
 PORTNAME=	pylint-django
-PORTVERSION=	2.5.5
+PORTVERSION=	2.6.1
 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/pylint-dev/pylint-django
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1: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}
+		pylint${PYTHON_PKGNAMESUFFIX}>=3.0<4:devel/pylint@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.9+
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
diff --git a/devel/py-pylint-django/distinfo b/devel/py-pylint-django/distinfo
index 8c208ecc1197..2f99d4c8b91b 100644
--- a/devel/py-pylint-django/distinfo
+++ b/devel/py-pylint-django/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708449318
-SHA256 (pylint_django-2.5.5.tar.gz) = 2f339e4bf55776958283395c5139c37700c91bd5ef1d8251ef6ac88b5abbba9b
-SIZE (pylint_django-2.5.5.tar.gz) = 38135
+TIMESTAMP = 1728922908
+SHA256 (pylint-django-2.6.1.tar.gz) = 19e8c85a8573a04e3de7be2ba91e9a7c818ebf05e1b617be2bbae67a906b725f
+SIZE (pylint-django-2.6.1.tar.gz) = 31970



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