pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-codestyle



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun 17 08:03:38 UTC 2024

Modified Files:
        pkgsrc/devel/py-codestyle: Makefile PLIST distinfo

Log Message:
py-codestyle: updated to 2.12.0

2.12.0 (2024-06-15)

Changes:

* E721: Fix false positive of the form `x.type(...) ==`.
* E502: Fix false-negative with a backslash escape in a comment.
* E204: New lint forbidding whitespace after decorator `@`.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-codestyle/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-codestyle/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-codestyle/distinfo

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-codestyle/Makefile
diff -u pkgsrc/devel/py-codestyle/Makefile:1.14 pkgsrc/devel/py-codestyle/Makefile:1.15
--- pkgsrc/devel/py-codestyle/Makefile:1.14     Fri Oct 13 05:47:05 2023
+++ pkgsrc/devel/py-codestyle/Makefile  Mon Jun 17 08:03:38 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/10/13 05:47:05 adam Exp $
+# $NetBSD: Makefile,v 1.15 2024/06/17 08:03:38 adam Exp $
 
-DISTNAME=      pycodestyle-2.11.1
+DISTNAME=      pycodestyle-2.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycodestyle/}
@@ -10,9 +10,10 @@ HOMEPAGE=    https://github.com/PyCQA/pycod
 COMMENT=       Python style guide checker
 LICENSE=       mit
 
-USE_LANGUAGES= # none
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
-USE_PKG_RESOURCES=     yes
+USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
@@ -20,5 +21,5 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} pycodestyle pycodestyle-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-codestyle/PLIST
diff -u pkgsrc/devel/py-codestyle/PLIST:1.2 pkgsrc/devel/py-codestyle/PLIST:1.3
--- pkgsrc/devel/py-codestyle/PLIST:1.2 Sun Apr 30 14:36:13 2023
+++ pkgsrc/devel/py-codestyle/PLIST     Mon Jun 17 08:03:38 2024
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2023/04/30 14:36:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/06/17 08:03:38 adam Exp $
 bin/pycodestyle-${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}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pycodestyle.py
 ${PYSITELIB}/pycodestyle.pyc
 ${PYSITELIB}/pycodestyle.pyo

Index: pkgsrc/devel/py-codestyle/distinfo
diff -u pkgsrc/devel/py-codestyle/distinfo:1.12 pkgsrc/devel/py-codestyle/distinfo:1.13
--- pkgsrc/devel/py-codestyle/distinfo:1.12     Fri Oct 13 05:47:05 2023
+++ pkgsrc/devel/py-codestyle/distinfo  Mon Jun 17 08:03:38 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/10/13 05:47:05 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/06/17 08:03:38 adam Exp $
 
-BLAKE2s (pycodestyle-2.11.1.tar.gz) = e8f8e5952af6d890960d82714152ea95c182e350d22cdef7db01400f4600aeb4
-SHA512 (pycodestyle-2.11.1.tar.gz) = 29518455134baa4cdb6a85cfa501ed8485ac9a93fb6b75d10a53ea68b8fd34a616ea683724d6b057513f9d32e6d76cb360b98f0d682879a56fec602f6204092b
-Size (pycodestyle-2.11.1.tar.gz) = 38974 bytes
+BLAKE2s (pycodestyle-2.12.0.tar.gz) = 6f41a942c496e65408f76a72e3eddc898a5063660d9a556bd847083da9e80197
+SHA512 (pycodestyle-2.12.0.tar.gz) = 4707aafb1d55b19cdb526db271e0b30af82ddfd749c0df4f7eaa3cfbeb594450c4cf347101e5c67c20b85fc0467cc64a8533cca3a51cdd59a83ef0cf3dcf1640
+Size (pycodestyle-2.12.0.tar.gz) = 39055 bytes



Home | Main Index | Thread Index | Old Index