pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-docstyle



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 22 07:47:47 UTC 2025

Modified Files:
        pkgsrc/devel/py-docstyle: Makefile PLIST

Log Message:
py-docstyle: fix PLIST with latest poetry-core and depend on it


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-docstyle/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-docstyle/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-docstyle/Makefile
diff -u pkgsrc/devel/py-docstyle/Makefile:1.12 pkgsrc/devel/py-docstyle/Makefile:1.13
--- pkgsrc/devel/py-docstyle/Makefile:1.12      Tue Apr 22 19:59:10 2025
+++ pkgsrc/devel/py-docstyle/Makefile   Mon Sep 22 07:47:47 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2025/04/22 19:59:10 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/09/22 07:47:47 wiz Exp $
 
 DISTNAME=      pydocstyle-6.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydocstyle/}
 
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/PyCQA/pydoc
 COMMENT=       Python docstring style checker
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-snowballstemmer-[0-9]*:../../textproc/py-snowballstemmer
 
 .include "../../lang/python/pyversion.mk"

Index: pkgsrc/devel/py-docstyle/PLIST
diff -u pkgsrc/devel/py-docstyle/PLIST:1.6 pkgsrc/devel/py-docstyle/PLIST:1.7
--- pkgsrc/devel/py-docstyle/PLIST:1.6  Tue Apr 22 19:59:10 2025
+++ pkgsrc/devel/py-docstyle/PLIST      Mon Sep 22 07:47:47 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/22 19:59:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/09/22 07:47:47 wiz Exp $
 bin/pydocstyle-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE-MIT
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE-MIT
 ${PYSITELIB}/pydocstyle/__init__.py
 ${PYSITELIB}/pydocstyle/__init__.pyc
 ${PYSITELIB}/pydocstyle/__init__.pyo



Home | Main Index | Thread Index | Old Index