Hi,

[cc daniel@ as maintainer]

a simple update for devel/flake8 to the latest version 7.1.0.

- update Makefile and distinfo for this version
- update version for RDEP devel/py-codestyle

Build OK on current/amd64 with Python 3.11.9

Functional tests OK with some Python code (no unit tests enabled for this port).

Laurent
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/flake8/Makefile,v
diff -u -p -r1.35 Makefile
--- Makefile	6 May 2024 12:22:38 -0000	1.35
+++ Makefile	19 Jun 2024 12:35:59 -0000
@@ -1,8 +1,7 @@
 COMMENT=	modular python code checker wrapping pep8 and pyflakes
 
-MODPY_EGG_VERSION=	7.0.0
+MODPY_EGG_VERSION=	7.1.0
 DISTNAME=	flake8-${MODPY_EGG_VERSION}
-REVISION=	0
 
 CATEGORIES=	devel
 
@@ -19,7 +18,7 @@ MODULES=	lang/python
 MODPY_PI=	Yes
 MODPY_PYBUILD=	setuptools
 
-RUN_DEPENDS=	devel/py-codestyle${MODPY_FLAVOR}<2.12.0 \
+RUN_DEPENDS=	devel/py-codestyle${MODPY_FLAVOR}<2.13.0 \
 		devel/py-mccabe${MODPY_FLAVOR}<0.8.0 \
 		devel/pyflakes${MODPY_FLAVOR}<3.3.0
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/flake8/distinfo,v
diff -u -p -r1.15 distinfo
--- distinfo	12 Feb 2024 02:20:17 -0000	1.15
+++ distinfo	19 Jun 2024 12:35:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (flake8-7.0.0.tar.gz) = M/lmIQWeZe7EdBaQhdySvybnstRzZrcL4vZ6uA3CUTI=
-SIZE (flake8-7.0.0.tar.gz) = 48219
+SHA256 (flake8-7.1.0.tar.gz) = SKB7YmtVI24PtHhO5ppGX79Z157sH1tHhcPTvFfReqU=
+SIZE (flake8-7.1.0.tar.gz) = 48240

Reply via email to