Date: Wed, 21 Feb 2024 15:23:55 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: 1d4a07e41b45 - main - devel/py-pylint-plugin-utils: Update to 0.8.2 Message-ID: <202402211523.41LFNtTe042400@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=1d4a07e41b454758f78c479250980335db31fb61 commit 1d4a07e41b454758f78c479250980335db31fb61 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:42:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:07:42 +0000 devel/py-pylint-plugin-utils: Update to 0.8.2 - Update WWW - Convert to USE_PYTHON=pep517 Changes: https://github.com/pylint-dev/pylint-plugin-utils/commits/master --- devel/py-pylint-plugin-utils/Makefile | 8 +++++--- devel/py-pylint-plugin-utils/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/devel/py-pylint-plugin-utils/Makefile b/devel/py-pylint-plugin-utils/Makefile index 3ecbf9ac8abc..858ab19c79bf 100644 --- a/devel/py-pylint-plugin-utils/Makefile +++ b/devel/py-pylint-plugin-utils/Makefile @@ -1,20 +1,22 @@ PORTNAME= pylint-plugin-utils -PORTVERSION= 0.7 +PORTVERSION= 0.8.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pylint_plugin_utils-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utilities and helpers for writing Pylint plugins -WWW= https://github.com/PyCQA/pylint-plugin-utils +WWW= https://github.com/pylint-dev/pylint-plugin-utils LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= pylint${PYTHON_PKGNAMESUFFIX}>=1.7: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-plugin-utils/distinfo b/devel/py-pylint-plugin-utils/distinfo index 723c93127135..ee4dcece8ca5 100644 --- a/devel/py-pylint-plugin-utils/distinfo +++ b/devel/py-pylint-plugin-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642102303 -SHA256 (pylint-plugin-utils-0.7.tar.gz) = ce48bc0516ae9415dd5c752c940dfe601b18fe0f48aa249f2386adfa95a004dd -SIZE (pylint-plugin-utils-0.7.tar.gz) = 11037 +TIMESTAMP = 1708449320 +SHA256 (pylint_plugin_utils-0.8.2.tar.gz) = d3cebf68a38ba3fba23a873809155562571386d4c1b03e5b4c4cc26c3eee93e4 +SIZE (pylint_plugin_utils-0.8.2.tar.gz) = 10674
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211523.41LFNtTe042400>