pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-automat



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan  6 12:00:24 UTC 2026

Modified Files:
        pkgsrc/devel/py-automat: Makefile distinfo

Log Message:
py-automat: updated to 25.4.16

25.4.16
Merge pull request 166 from glyph/version-window
drop (unsupported) 3.8, add 3.13, add 3.9, lint on 3.13


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-automat/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-automat/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-automat/Makefile
diff -u pkgsrc/devel/py-automat/Makefile:1.16 pkgsrc/devel/py-automat/Makefile:1.17
--- pkgsrc/devel/py-automat/Makefile:1.16       Thu Oct  9 08:07:27 2025
+++ pkgsrc/devel/py-automat/Makefile    Tue Jan  6 12:00:23 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2025/10/09 08:07:27 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2026/01/06 12:00:23 adam Exp $
 
-DISTNAME=      automat-24.8.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   2
+DISTNAME=      automat-25.4.16
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=A/Automat/}
 
@@ -11,6 +10,7 @@ HOMEPAGE=     https://github.com/glyph/Autom
 COMMENT=       Self-service finite-state machines for the programmer on the go
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>0:../../devel/py-hatch-vcs
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 # visualize option needs both next dependencies

Index: pkgsrc/devel/py-automat/distinfo
diff -u pkgsrc/devel/py-automat/distinfo:1.9 pkgsrc/devel/py-automat/distinfo:1.10
--- pkgsrc/devel/py-automat/distinfo:1.9        Sat Sep 14 19:16:35 2024
+++ pkgsrc/devel/py-automat/distinfo    Tue Jan  6 12:00:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/09/14 19:16:35 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/01/06 12:00:23 adam Exp $
 
-BLAKE2s (automat-24.8.1.tar.gz) = dd56b9428ca6dba4d5280d0ba2d98b90fb71a592a035b5b1301512f67c3eda4b
-SHA512 (automat-24.8.1.tar.gz) = f42344a665f7cf31cf53274e4371c06b008818373a666ab3dfd2874bd9cf9a842c5999f1fa21978e7ccd583ddcadecbf9515d1d1d9b60744164cdc58717fb339
-Size (automat-24.8.1.tar.gz) = 128679 bytes
+BLAKE2s (automat-25.4.16.tar.gz) = b09e37c9e2fe9dc257c84a15007a9895a520979748c58b0e3cff0def66e6189d
+SHA512 (automat-25.4.16.tar.gz) = 777e86de51d7197dfd6bf9f4cc88c5a8d0cad5ccc6f83ef58e95c326658429639f39d10b16975422dbe322e4a19f54f8fbca47d1c6f4ee2dcdbb3bf28e67ae33
+Size (automat-25.4.16.tar.gz) = 129977 bytes



Home | Main Index | Thread Index | Old Index