pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pylint-plugin-utils
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 28 19:36:15 UTC 2025
Modified Files:
pkgsrc/devel/py-pylint-plugin-utils: Makefile PLIST
Log Message:
py-pylint-plugin-utils: fix for latest poetry-core
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-pylint-plugin-utils/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-pylint-plugin-utils/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pylint-plugin-utils/Makefile
diff -u pkgsrc/devel/py-pylint-plugin-utils/Makefile:1.11 pkgsrc/devel/py-pylint-plugin-utils/Makefile:1.12
--- pkgsrc/devel/py-pylint-plugin-utils/Makefile:1.11 Tue Aug 26 10:33:55 2025
+++ pkgsrc/devel/py-pylint-plugin-utils/Makefile Sun Sep 28 19:36:15 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2025/08/26 10:33:55 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/09/28 19:36:15 wiz Exp $
DISTNAME= pylint_plugin_utils-0.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint-plugin-utils/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/pylint-dev/
COMMENT= Utilities and helpers for writing Pylint plugins
LICENSE= gnu-gpl-v2
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
DEPENDS+= ${PYPKGPREFIX}-pylint>=1.7:../../devel/py-pylint
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-pylint-plugin-utils/PLIST
diff -u pkgsrc/devel/py-pylint-plugin-utils/PLIST:1.3 pkgsrc/devel/py-pylint-plugin-utils/PLIST:1.4
--- pkgsrc/devel/py-pylint-plugin-utils/PLIST:1.3 Sat Oct 28 19:57:06 2023
+++ pkgsrc/devel/py-pylint-plugin-utils/PLIST Sun Sep 28 19:36:15 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/28 19:57:06 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/09/28 19:36:15 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/pylint_plugin_utils/__init__.py
${PYSITELIB}/pylint_plugin_utils/__init__.pyc
${PYSITELIB}/pylint_plugin_utils/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index