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,28 +1,32 @@ 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 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} \ pylint${PYTHON_PKGNAMESUFFIX}>=3.0<5:devel/pylint@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +USE_GITHUB= yes +GH_ACCOUNT= pylint-dev + OPTIONS_DEFINE= DJANGO DJANGO_DESC= Django support DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} .include 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]