Hi,

[cc daniel@ as maintainer]

a simple update for textproc/py-black (Python code formatter) to the latest 
version 24.4.2

- update Makefile and distinfo for this version

Build and tests OK on current/amd64 with Python 3.11.9

Tests welcome and please commit it OK.

Laurent
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-black/Makefile,v
diff -u -p -r1.27 Makefile
--- Makefile	5 Jun 2024 06:40:10 -0000	1.27
+++ Makefile	13 Jun 2024 08:19:16 -0000
@@ -1,13 +1,12 @@
 COMMENT=	Python code formatter
 
-MODPY_EGG_VERSION=	24.3.0
+MODPY_EGG_VERSION=	24.4.2
 DISTNAME=	black-${MODPY_EGG_VERSION}
 PKGNAME=	py-black-${MODPY_EGG_VERSION:S/b/beta/}
-REVISION=	1
 
 CATEGORIES=	textproc devel
 
-# https://github.com/ambv/black
+# https://github.com/psf/black
 HOMEPAGE=	https://black.readthedocs.io/
 
 MAINTAINER=	Daniel Dickman <dan...@openbsd.org>
@@ -20,7 +19,7 @@ MODPY_PI=	Yes
 MODPY_PYBUILD=	hatch-vcs
 
 # compiled version can optionally be built, but requires additional deps in
-# fairly specific versions: hatch-mypyc>=0.16.0, mypy==1.5.1, click==8.1.3
+# fairly specific versions: hatch-mypyc>=0.16.0, mypy==1.7.1, click==8.1.3
 BUILD_DEPENDS=	devel/py-hatch-fancy-pypi-readme${MODPY_FLAVOR}
 
 RUN_DEPENDS=	devel/py-click${MODPY_FLAVOR}>=8.0.0 \
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/py-black/distinfo,v
diff -u -p -r1.10 distinfo
--- distinfo	25 Mar 2024 21:39:22 -0000	1.10
+++ distinfo	13 Jun 2024 08:19:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (black-24.3.0.tar.gz) = oMnEoHca/GkZV4zscc6Co+MeBUkE5xl96svJOCZxxB8=
-SIZE (black-24.3.0.tar.gz) = 634292
+SHA256 (black-24.4.2.tar.gz) = yHK1MFfwAAhdpmoZxV1o9vjdysJkI5KtOjVYeEBvvU0=
+SIZE (black-24.4.2.tar.gz) = 642299

Reply via email to