A simple update for devel/pyflakes version 3.1.0

Changelog for pyflakes: https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst

- Update Makefile and distinfo for v3.1.0
- suppress trailing whitespace in pkg/DESCR

Build and tests OK on current/amd64 with Python 3.10.13

Tests/comments welcome and please commit if OK.

Laurent

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/pyflakes/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile	25 Nov 2022 11:59:46 -0000	1.30
+++ Makefile	13 Oct 2023 12:07:42 -0000
@@ -1,6 +1,6 @@
 COMMENT =		passive checker of Python programs
 
-MODPY_EGG_VERSION =	3.0.1
+MODPY_EGG_VERSION =	3.1.0
 DISTNAME =		pyflakes-${MODPY_EGG_VERSION}
 
 CATEGORIES =		devel
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/pyflakes/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo	25 Nov 2022 11:59:46 -0000	1.13
+++ distinfo	13 Oct 2023 12:07:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (pyflakes-3.0.1.tar.gz) = 7IsnamtgvYDe/tJa3X5DmIHBnmSFCv2bNGKD1BZf0P0=
-SIZE (pyflakes-3.0.1.tar.gz) = 63554
+SHA256 (pyflakes-3.1.0.tar.gz) = oKrgNMRE2wBxqgd5crpHaNQMgw2VOf1Fv0zT+PaZLvw=
+SIZE (pyflakes-3.1.0.tar.gz) = 63636
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/devel/pyflakes/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR	18 Aug 2011 12:22:31 -0000	1.1.1.1
+++ pkg/DESCR	13 Oct 2023 12:07:42 -0000
@@ -1,3 +1,3 @@
 Pyflakes is a program to analyze Python programs and detect various
 errors. It works by parsing the source file, not importing it, so
-it is safe to use on modules with side effects. 
+it is safe to use on modules with side effects.

Reply via email to