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: wiz
Date: Sun Apr 30 14:36:13 UTC 2023
Modified Files:
pkgsrc/devel/py-codestyle: Makefile PLIST distinfo
Log Message:
py-codestyle: update to 2.10.0.
2.10.0 (2022-11-23)
-------------------
Changes:
* E231: allow trailing comma inside 1-tuples in `[]`. PR #1108.
* W601, W602, W603, W604: removed (no longer relevant in python 3). PR #1111.
* E741: also apply to lambdas. PR #1106.
* E741: fix false positive for comparison operators. PR #1118.
2.9.1 (2022-08-03)
------------------
Changes:
* E275: fix false positive for yield expressions. PR #1091.
2.9.0 (2022-07-30)
------------------
Changes:
* E221, E222, E223, E224: add support for ``:=`` operator. PR #1032.
* Drop python 2.7 / 3.5.
* E262: consider non-breaking spaces (``\xa0``) as whitespace. PR #1035.
* Improve performance of ``_is_binary_operator``. PR #1052.
* E275: requires whitespace around keywords. PR #1063.
* Add support for python 3.11. PR #1070.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-codestyle/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-codestyle/PLIST
cvs rdiff -u -r1.9 -r1.10 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.11 pkgsrc/devel/py-codestyle/Makefile:1.12
--- pkgsrc/devel/py-codestyle/Makefile:1.11 Wed Jan 5 15:41:02 2022
+++ pkgsrc/devel/py-codestyle/Makefile Sun Apr 30 14:36:13 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2022/01/05 15:41:02 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/04/30 14:36:13 wiz Exp $
-DISTNAME= pycodestyle-2.8.0
+DISTNAME= pycodestyle-2.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycodestyle/}
@@ -15,6 +14,8 @@ USE_LANGUAGES= # none
USE_PKG_RESOURCES= yes
+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.1 pkgsrc/devel/py-codestyle/PLIST:1.2
--- pkgsrc/devel/py-codestyle/PLIST:1.1 Fri Sep 30 10:36:13 2016
+++ pkgsrc/devel/py-codestyle/PLIST Sun Apr 30 14:36:13 2023
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2016/09/30 10:36:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/04/30 14:36:13 wiz 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}/namespace_packages.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pycodestyle.py
Index: pkgsrc/devel/py-codestyle/distinfo
diff -u pkgsrc/devel/py-codestyle/distinfo:1.9 pkgsrc/devel/py-codestyle/distinfo:1.10
--- pkgsrc/devel/py-codestyle/distinfo:1.9 Tue Oct 26 10:18:19 2021
+++ pkgsrc/devel/py-codestyle/distinfo Sun Apr 30 14:36:13 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:18:19 nia Exp $
+$NetBSD: distinfo,v 1.10 2023/04/30 14:36:13 wiz Exp $
-BLAKE2s (pycodestyle-2.8.0.tar.gz) = 540ab53cc3c92b74c2778ecd475461d144d7454659566437a2d1f822ac8acfcd
-SHA512 (pycodestyle-2.8.0.tar.gz) = 0098be44451bc173507e2b396aaf342ccf7f25a6a1f5d5c1f802079a76a66e6bedf9f358b5e07b27bee66e3b279c72a6b72f63e5984f58ae83b7fc5806880fc1
-Size (pycodestyle-2.8.0.tar.gz) = 102299 bytes
+BLAKE2s (pycodestyle-2.10.0.tar.gz) = 0fa0519c091f7932f8fd64f00a0bd959804e4c5bc5b6f25230567f501d5519c4
+SHA512 (pycodestyle-2.10.0.tar.gz) = b0c3ee7ac56942db1e8cb5f3a59c2bd2a44b7467e73b46ab7b6f932603beefbbd29f2760ee49907447af1a5987dc1961f00788b01456bdd0aed7690e2d54446b
+Size (pycodestyle-2.10.0.tar.gz) = 101916 bytes
Home |
Main Index |
Thread Index |
Old Index