Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2026 14:22:07 +0000
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: cbbae1f4f741 - main - devel/py-pylint-django: Update to 2.7.0
Message-ID:  <697e100f.31562.10337e7f@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=cbbae1f4f7412196c4e4a8a27770ba1e5be1cc61

commit cbbae1f4f7412196c4e4a8a27770ba1e5be1cc61
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-31 13:35:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-31 14:15:15 +0000

    devel/py-pylint-django: Update to 2.7.0
    
    - Add LICENSE_FILE
    - Change MASTER_SITES from PYPI to GitHub temporarily
    
    Changes:        https://github.com/pylint-dev/pylint-django/releases
---
 devel/py-pylint-django/Makefile                   | 10 +++++++---
 devel/py-pylint-django/distinfo                   |  6 +++---
 devel/py-pylint-django/files/patch-pyproject.toml | 11 -----------
 3 files changed, 10 insertions(+), 17 deletions(-)

diff --git a/devel/py-pylint-django/Makefile b/devel/py-pylint-django/Makefile
index bc24671c585e..7cd5f2aea305 100644
--- a/devel/py-pylint-django/Makefile
+++ b/devel/py-pylint-django/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	pylint-django
-PORTVERSION=	2.6.1
-PORTREVISION=	1
+PORTVERSION=	2.7.0
+DISTVERSIONPREFIX=	v
 CATEGORIES=	devel python
-MASTER_SITES=	PYPI
+#MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -10,6 +10,7 @@ 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:devel/py-poetry-core@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pylint-plugin-utils>=0.8:devel/py-pylint-plugin-utils@${PY_FLAVOR} \
@@ -20,6 +21,9 @@ USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	pylint-dev
+
 OPTIONS_DEFINE=	DJANGO
 DJANGO_DESC=	Django support
 
diff --git a/devel/py-pylint-django/distinfo b/devel/py-pylint-django/distinfo
index 2f99d4c8b91b..7ed6647a7579 100644
--- a/devel/py-pylint-django/distinfo
+++ b/devel/py-pylint-django/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728922908
-SHA256 (pylint-django-2.6.1.tar.gz) = 19e8c85a8573a04e3de7be2ba91e9a7c818ebf05e1b617be2bbae67a906b725f
-SIZE (pylint-django-2.6.1.tar.gz) = 31970
+TIMESTAMP = 1768625691
+SHA256 (pylint-dev-pylint-django-v2.7.0_GH0.tar.gz) = c5834c555d18000a3542ac63aadbd0c2da46ceaf2a72069d674ffee19937ec7a
+SIZE (pylint-dev-pylint-django-v2.7.0_GH0.tar.gz) = 53629
diff --git a/devel/py-pylint-django/files/patch-pyproject.toml b/devel/py-pylint-django/files/patch-pyproject.toml
deleted file mode 100644
index 0837d56627a0..000000000000
--- a/devel/py-pylint-django/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2024-10-10 14:46:12 UTC
-+++ pyproject.toml
-@@ -44,7 +44,7 @@ pylint-plugin-utils = ">=0.8"
- [tool.poetry.dependencies]
- python = ">=3.9,<4.0"
- pylint-plugin-utils = ">=0.8"
--pylint = ">=3.0,<4"
-+pylint = ">=3.0,<5"
- Django = { version = ">=2.2", optional = true }
- 
- [tool.poetry.group.dev.dependencies]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e100f.31562.10337e7f>