Sun Apr 30 14:21:57 2023 UTC ()
py-automat: update to 22.10.0.

Changes not found.

Remove py-graphviz dependency since the visualize part of this needs both graphviz
and py-twisted - but we can't depend on py-twisted since that depends on py-automat.


(wiz)
diff -r1.8 -r1.9 pkgsrc/devel/py-automat/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/py-automat/PLIST
diff -r1.7 -r1.8 pkgsrc/devel/py-automat/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/py-automat/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-automat/Makefile 2022/10/25 18:17:59 1.8
+++ pkgsrc/devel/py-automat/Makefile 2023/04/30 14:21:57 1.9
@@ -1,33 +1,31 @@ @@ -1,33 +1,31 @@
1# $NetBSD: Makefile,v 1.8 2022/10/25 18:17:59 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2023/04/30 14:21:57 wiz Exp $
2 2
3DISTNAME= Automat-20.2.0 3DISTNAME= Automat-22.10.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=A/Automat/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=A/Automat/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/glyph/Automat 9HOMEPAGE= https://github.com/glyph/Automat
10COMMENT= Self-service finite-state machines for the programmer on the go 10COMMENT= Self-service finite-state machines for the programmer on the go
11LICENSE= mit 11LICENSE= mit
12 12
13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
14BUILD_DEPENDS+= ${PYPKGPREFIX}-m2r-[0-9]*:../../textproc/py-m2r 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
15DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs 15DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
16DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 16DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
17# visualize 17# visualize option needs both next dependencies
18DEPENDS+= ${PYPKGPREFIX}-graphviz>=0.5.2:../../graphics/py-graphviz 18#DEPENDS+= ${PYPKGPREFIX}-graphviz>=0.5.2:../../graphics/py-graphviz
19# circular dependency 19# but this one is a circular dependency
20#DEPENDS+= ${PYPKGPREFIX}-twisted>=16.1.1:../../net/py-twisted 20#DEPENDS+= ${PYPKGPREFIX}-twisted>=16.1.1:../../net/py-twisted
21 21
22USE_LANGUAGES= # none 22USE_LANGUAGES= # none
23 23
24USE_PKG_RESOURCES= yes 
25 
26PYTHON_VERSIONS_INCOMPATIBLE= 27 24PYTHON_VERSIONS_INCOMPATIBLE= 27
27 25
28post-install: 26post-install:
29 cd ${DESTDIR}${PREFIX}/bin && \ 27 cd ${DESTDIR}${PREFIX}/bin && \
30 ${MV} automat-visualize automat-visualize-${PYVERSSUFFIX} || ${TRUE} 28 ${MV} automat-visualize automat-visualize-${PYVERSSUFFIX} || ${TRUE}
31 29
32.include "../../lang/python/egg.mk" 30.include "../../lang/python/wheel.mk"
33.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-automat/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-automat/PLIST 2022/10/25 18:17:59 1.3
+++ pkgsrc/devel/py-automat/PLIST 2023/04/30 14:21:57 1.4
@@ -1,44 +1,35 @@ @@ -1,44 +1,35 @@
1@comment $NetBSD: PLIST,v 1.3 2022/10/25 18:17:59 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2023/04/30 14:21:57 wiz Exp $
2bin/automat-visualize-${PYVERSSUFFIX} 2bin/automat-visualize-${PYVERSSUFFIX}
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${WHEEL_INFODIR}/METADATA
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${WHEEL_INFODIR}/RECORD
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 7${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 9${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 10${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 11${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
9${PYSITELIB}/automat/__init__.py 12${PYSITELIB}/automat/__init__.py
10${PYSITELIB}/automat/__init__.pyc 13${PYSITELIB}/automat/__init__.pyc
11${PYSITELIB}/automat/__init__.pyo 
12${PYSITELIB}/automat/_core.py 14${PYSITELIB}/automat/_core.py
13${PYSITELIB}/automat/_core.pyc 15${PYSITELIB}/automat/_core.pyc
14${PYSITELIB}/automat/_core.pyo 
15${PYSITELIB}/automat/_discover.py 16${PYSITELIB}/automat/_discover.py
16${PYSITELIB}/automat/_discover.pyc 17${PYSITELIB}/automat/_discover.pyc
17${PYSITELIB}/automat/_discover.pyo 
18${PYSITELIB}/automat/_introspection.py 18${PYSITELIB}/automat/_introspection.py
19${PYSITELIB}/automat/_introspection.pyc 19${PYSITELIB}/automat/_introspection.pyc
20${PYSITELIB}/automat/_introspection.pyo 
21${PYSITELIB}/automat/_methodical.py 20${PYSITELIB}/automat/_methodical.py
22${PYSITELIB}/automat/_methodical.pyc 21${PYSITELIB}/automat/_methodical.pyc
23${PYSITELIB}/automat/_methodical.pyo 
24${PYSITELIB}/automat/_test/__init__.py 22${PYSITELIB}/automat/_test/__init__.py
25${PYSITELIB}/automat/_test/__init__.pyc 23${PYSITELIB}/automat/_test/__init__.pyc
26${PYSITELIB}/automat/_test/__init__.pyo 
27${PYSITELIB}/automat/_test/test_core.py 24${PYSITELIB}/automat/_test/test_core.py
28${PYSITELIB}/automat/_test/test_core.pyc 25${PYSITELIB}/automat/_test/test_core.pyc
29${PYSITELIB}/automat/_test/test_core.pyo 
30${PYSITELIB}/automat/_test/test_discover.py 26${PYSITELIB}/automat/_test/test_discover.py
31${PYSITELIB}/automat/_test/test_discover.pyc 27${PYSITELIB}/automat/_test/test_discover.pyc
32${PYSITELIB}/automat/_test/test_discover.pyo 
33${PYSITELIB}/automat/_test/test_methodical.py 28${PYSITELIB}/automat/_test/test_methodical.py
34${PYSITELIB}/automat/_test/test_methodical.pyc 29${PYSITELIB}/automat/_test/test_methodical.pyc
35${PYSITELIB}/automat/_test/test_methodical.pyo 
36${PYSITELIB}/automat/_test/test_trace.py 30${PYSITELIB}/automat/_test/test_trace.py
37${PYSITELIB}/automat/_test/test_trace.pyc 31${PYSITELIB}/automat/_test/test_trace.pyc
38${PYSITELIB}/automat/_test/test_trace.pyo 
39${PYSITELIB}/automat/_test/test_visualize.py 32${PYSITELIB}/automat/_test/test_visualize.py
40${PYSITELIB}/automat/_test/test_visualize.pyc 33${PYSITELIB}/automat/_test/test_visualize.pyc
41${PYSITELIB}/automat/_test/test_visualize.pyo 
42${PYSITELIB}/automat/_visualize.py 34${PYSITELIB}/automat/_visualize.py
43${PYSITELIB}/automat/_visualize.pyc 35${PYSITELIB}/automat/_visualize.pyc
44${PYSITELIB}/automat/_visualize.pyo 

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-automat/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-automat/distinfo 2022/10/25 18:17:59 1.7
+++ pkgsrc/devel/py-automat/distinfo 2023/04/30 14:21:57 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2022/10/25 18:17:59 adam Exp $ 1$NetBSD: distinfo,v 1.8 2023/04/30 14:21:57 wiz Exp $
2 2
3BLAKE2s (Automat-20.2.0.tar.gz) = ba12a8332237348ffcfde9b56b9babfea92a0a7c8c830d11030e883cf6420779 3BLAKE2s (Automat-22.10.0.tar.gz) = a928a25b892f0ef00016246b7b68790b91b2570d7ac7a0f1a4a591d44f566857
4SHA512 (Automat-20.2.0.tar.gz) = 715cb5dc087288492e6465a29e7d8502a84fadf451bc3d29da86335ea1c20f8efd9549f0c1eaac8800559dd8001dd73736c3bfacdc6321c83a35d2288d69632c 4SHA512 (Automat-22.10.0.tar.gz) = 5819cfe0687bf391949891562f3657f449cf9a8e8ea90c1537e89509dc618da1160856f92ab52dc450e0a7d51d0e4644bfe2db3d4108126a42ee1bea2f06bb7a
5Size (Automat-20.2.0.tar.gz) = 61679 bytes 5Size (Automat-22.10.0.tar.gz) = 59099 bytes