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:           Sat Sep 14 19:16:35 UTC 2024

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

Log Message:
py-automat: updated to 24.8.1

24.8.1
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-automat/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-automat/PLIST
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/devel/py-automat/Makefile:1.11
--- pkgsrc/devel/py-automat/Makefile:1.10       Sat Oct 28 19:56:57 2023
+++ pkgsrc/devel/py-automat/Makefile    Sat Sep 14 19:16:35 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/10/28 19:56:57 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/09/14 19:16:35 adam Exp $
 
-DISTNAME=      Automat-22.10.0
+DISTNAME=      automat-24.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=A/Automat/}
 
@@ -11,10 +10,11 @@ HOMEPAGE=   https://github.com/glyph/Autom
 COMMENT=       Self-service finite-state machines for the programmer on the go
 LICENSE=       mit
 
+WHEEL_NAME=    Automat-${PKGVERSION_NOREV}
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=35.0.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 # visualize option needs both next dependencies
 #DEPENDS+=     ${PYPKGPREFIX}-graphviz>=0.5.2:../../graphics/py-graphviz
 # but this one is a circular dependency
@@ -22,7 +22,10 @@ DEPENDS+=    ${PYPKGPREFIX}-six-[0-9]*:../.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 310
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
+.endif
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \

Index: pkgsrc/devel/py-automat/PLIST
diff -u pkgsrc/devel/py-automat/PLIST:1.5 pkgsrc/devel/py-automat/PLIST:1.6
--- pkgsrc/devel/py-automat/PLIST:1.5   Sat Oct 28 19:56:57 2023
+++ pkgsrc/devel/py-automat/PLIST       Sat Sep 14 19:16:35 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/28 19:56:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/09/14 19:16:35 adam Exp $
 bin/automat-visualize-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -21,6 +21,9 @@ ${PYSITELIB}/automat/_introspection.pyo
 ${PYSITELIB}/automat/_methodical.py
 ${PYSITELIB}/automat/_methodical.pyc
 ${PYSITELIB}/automat/_methodical.pyo
+${PYSITELIB}/automat/_runtimeproto.py
+${PYSITELIB}/automat/_runtimeproto.pyc
+${PYSITELIB}/automat/_runtimeproto.pyo
 ${PYSITELIB}/automat/_test/__init__.py
 ${PYSITELIB}/automat/_test/__init__.pyc
 ${PYSITELIB}/automat/_test/__init__.pyo
@@ -36,9 +39,16 @@ ${PYSITELIB}/automat/_test/test_methodic
 ${PYSITELIB}/automat/_test/test_trace.py
 ${PYSITELIB}/automat/_test/test_trace.pyc
 ${PYSITELIB}/automat/_test/test_trace.pyo
+${PYSITELIB}/automat/_test/test_type_based.py
+${PYSITELIB}/automat/_test/test_type_based.pyc
+${PYSITELIB}/automat/_test/test_type_based.pyo
 ${PYSITELIB}/automat/_test/test_visualize.py
 ${PYSITELIB}/automat/_test/test_visualize.pyc
 ${PYSITELIB}/automat/_test/test_visualize.pyo
+${PYSITELIB}/automat/_typed.py
+${PYSITELIB}/automat/_typed.pyc
+${PYSITELIB}/automat/_typed.pyo
 ${PYSITELIB}/automat/_visualize.py
 ${PYSITELIB}/automat/_visualize.pyc
 ${PYSITELIB}/automat/_visualize.pyo
+${PYSITELIB}/automat/py.typed

Index: pkgsrc/devel/py-automat/distinfo
diff -u pkgsrc/devel/py-automat/distinfo:1.8 pkgsrc/devel/py-automat/distinfo:1.9
--- pkgsrc/devel/py-automat/distinfo:1.8        Sun Apr 30 14:21:57 2023
+++ pkgsrc/devel/py-automat/distinfo    Sat Sep 14 19:16:35 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/04/30 14:21:57 wiz Exp $
+$NetBSD: distinfo,v 1.9 2024/09/14 19:16:35 adam Exp $
 
-BLAKE2s (Automat-22.10.0.tar.gz) = a928a25b892f0ef00016246b7b68790b91b2570d7ac7a0f1a4a591d44f566857
-SHA512 (Automat-22.10.0.tar.gz) = 5819cfe0687bf391949891562f3657f449cf9a8e8ea90c1537e89509dc618da1160856f92ab52dc450e0a7d51d0e4644bfe2db3d4108126a42ee1bea2f06bb7a
-Size (Automat-22.10.0.tar.gz) = 59099 bytes
+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



Home | Main Index | Thread Index | Old Index