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:           Tue Apr 22 19:59:10 UTC 2025

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

Log Message:
py-docstyle: convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-docstyle/Makefile
cvs rdiff -u -r1.5 -r1.6 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.11 pkgsrc/devel/py-docstyle/Makefile:1.12
--- pkgsrc/devel/py-docstyle/Makefile:1.11      Sun Jul 30 15:32:48 2023
+++ pkgsrc/devel/py-docstyle/Makefile   Tue Apr 22 19:59:10 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2023/07/30 15:32:48 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/04/22 19:59:10 wiz Exp $
 
 DISTNAME=      pydocstyle-6.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydocstyle/}
 
@@ -10,12 +11,9 @@ HOMEPAGE=    https://github.com/PyCQA/pydoc
 COMMENT=       Python docstring style checker
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-snowballstemmer-[0-9]*:../../textproc/py-snowballstemmer
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-USE_PKG_RESOURCES=     yes
-
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli
@@ -27,5 +25,5 @@ post-extract:
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} pydocstyle pydocstyle-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-docstyle/PLIST
diff -u pkgsrc/devel/py-docstyle/PLIST:1.5 pkgsrc/devel/py-docstyle/PLIST:1.6
--- pkgsrc/devel/py-docstyle/PLIST:1.5  Sun Apr 30 15:23:08 2023
+++ pkgsrc/devel/py-docstyle/PLIST      Tue Apr 22 19:59:10 2025
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2023/04/30 15:23:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/04/22 19:59:10 wiz Exp $
 bin/pydocstyle-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE-MIT
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/pydocstyle/__init__.py
 ${PYSITELIB}/pydocstyle/__init__.pyc
 ${PYSITELIB}/pydocstyle/__init__.pyo



Home | Main Index | Thread Index | Old Index