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:           Sat Apr 12 08:21:18 UTC 2025

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

Log Message:
py-codestyle: updated to 2.13.0

2.13.0 (2025-03-29)

Changes:
* Improve performance.
* Drop EOL python 3.8.
* E251: fix false positive for PEP 696 defaults.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-codestyle/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-codestyle/PLIST
cvs rdiff -u -r1.14 -r1.15 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.17 pkgsrc/devel/py-codestyle/Makefile:1.18
--- pkgsrc/devel/py-codestyle/Makefile:1.17     Mon Nov 11 07:28:03 2024
+++ pkgsrc/devel/py-codestyle/Makefile  Sat Apr 12 08:21:18 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/11/11 07:28:03 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/04/12 08:21:18 adam Exp $
 
-DISTNAME=      pycodestyle-2.12.1
+DISTNAME=      pycodestyle-2.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycodestyle/}
@@ -10,12 +10,10 @@ HOMEPAGE=   https://github.com/PyCQA/pycod
 COMMENT=       Python style guide checker
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} pycodestyle pycodestyle-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/devel/py-codestyle/PLIST
diff -u pkgsrc/devel/py-codestyle/PLIST:1.3 pkgsrc/devel/py-codestyle/PLIST:1.4
--- pkgsrc/devel/py-codestyle/PLIST:1.3 Mon Jun 17 08:03:38 2024
+++ pkgsrc/devel/py-codestyle/PLIST     Sat Apr 12 08:21:18 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2024/06/17 08:03:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/04/12 08:21:18 adam Exp $
 bin/pycodestyle-${PYVERSSUFFIX}
-${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}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pycodestyle.py
 ${PYSITELIB}/pycodestyle.pyc

Index: pkgsrc/devel/py-codestyle/distinfo
diff -u pkgsrc/devel/py-codestyle/distinfo:1.14 pkgsrc/devel/py-codestyle/distinfo:1.15
--- pkgsrc/devel/py-codestyle/distinfo:1.14     Wed Aug  7 10:44:44 2024
+++ pkgsrc/devel/py-codestyle/distinfo  Sat Apr 12 08:21:18 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/08/07 10:44:44 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/04/12 08:21:18 adam Exp $
 
-BLAKE2s (pycodestyle-2.12.1.tar.gz) = a782ff49e1da42849c6351d4b5f5ff5ce66f18b8324c64d778cca1a7991a6acf
-SHA512 (pycodestyle-2.12.1.tar.gz) = e2a5a10723a2606e49674c4782b50f65ad4d02238e9251fff3d8cf4332cc8df665740265b687a3ec3f9e1e5e03e5787bb82c599ba31dc3c408f32bab353cef71
-Size (pycodestyle-2.12.1.tar.gz) = 39232 bytes
+BLAKE2s (pycodestyle-2.13.0.tar.gz) = 5311165546b42ad980d6a3fe5d068c3b200449ac1659a3b9a5c4a9c7d1cfab63
+SHA512 (pycodestyle-2.13.0.tar.gz) = eca00f19ac2036dfc7d78da7cbda7b57e8f2aea961be49ef88d03dbc7cc158e69a6953e03cf78e7d7ce5706ccaff6afc04d3cf550b997c00dfe18f5f18692f56
+Size (pycodestyle-2.13.0.tar.gz) = 39312 bytes



Home | Main Index | Thread Index | Old Index