Disable tests until devel/py-twisted is updated, as landry@ suggested. Corrected diffs attached.
On 04/04, Pavel Korovin wrote: > Dear all, > > Please find the updates for > > devel/py-automat > devel/py-incremental > > ports attached. > > Newer devel/py-twisted (v17.9.0) depends on this. > Tested on amd64. -- With best regards, Pavel Korovin
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/py-automat/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile 6 May 2017 09:54:29 -0000 1.1.1.1 +++ Makefile 4 Apr 2018 07:22:56 -0000 @@ -2,7 +2,7 @@ COMMENT = finite-state machines in Python -MODPY_EGG_VERSION = 0.5.0 +MODPY_EGG_VERSION = 0.6.0 DISTNAME = Automat-${MODPY_EGG_VERSION} PKGNAME = py-automat-${MODPY_EGG_VERSION} Index: distinfo =================================================================== RCS file: /cvs/ports/devel/py-automat/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 6 May 2017 09:54:29 -0000 1.1.1.1 +++ distinfo 4 Apr 2018 07:22:56 -0000 @@ -1,2 +1,2 @@ -SHA256 (Automat-0.5.0.tar.gz) = SInsZ2M3dDLsTbJlrVUrvpVnaOo//zkBSFUwi6ed18I= -SIZE (Automat-0.5.0.tar.gz) = 32599 +SHA256 (Automat-0.6.0.tar.gz) = PB/QTs8IrIe03T/q5AlULpv3gnJXCXsrbtVpL2nW9qg= +SIZE (Automat-0.6.0.tar.gz) = 31767 Index: patches/patch-setup_py =================================================================== RCS file: patches/patch-setup_py diff -N patches/patch-setup_py --- patches/patch-setup_py 6 May 2017 09:54:29 -0000 1.1.1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,17 +0,0 @@ -$OpenBSD: patch-setup_py,v 1.1.1.1 2017/05/06 09:54:29 landry Exp $ - -Backport https://github.com/glyph/automat/commit/eef0cf792334cb39fc5bf8966913c62e9789c590 - ---- setup.py.orig Tue Apr 18 23:43:25 2017 -+++ setup.py Tue Apr 18 23:43:56 2017 -@@ -39,8 +39,8 @@ setup( - "automat-visualize = automat._visualize:tool" - ], - }, -- author_name='Glyph', -- author_mail='gl...@twistedmatrix.com', -+ author='Glyph', -+ author_email='gl...@twistedmatrix.com', - include_package_data=True, - license="MIT", - keywords='fsm finite state machine automata', Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/py-automat/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 PLIST --- pkg/PLIST 6 May 2017 09:54:29 -0000 1.1.1.1 +++ pkg/PLIST 4 Apr 2018 07:22:56 -0000 @@ -27,9 +27,11 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/automat/_test/${MODPY_PYCACHE}test_core.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/automat/_test/${MODPY_PYCACHE}test_discover.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/automat/_test/${MODPY_PYCACHE}test_methodical.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/automat/_test/${MODPY_PYCACHE}test_trace.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/automat/_test/${MODPY_PYCACHE}test_visualize.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/automat/_test/test_core.py lib/python${MODPY_VERSION}/site-packages/automat/_test/test_discover.py lib/python${MODPY_VERSION}/site-packages/automat/_test/test_methodical.py +lib/python${MODPY_VERSION}/site-packages/automat/_test/test_trace.py lib/python${MODPY_VERSION}/site-packages/automat/_test/test_visualize.py lib/python${MODPY_VERSION}/site-packages/automat/_visualize.py
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/py-incremental/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile 6 May 2017 09:46:48 -0000 1.1.1.1 +++ Makefile 4 Apr 2018 07:25:21 -0000 @@ -2,7 +2,7 @@ COMMENT = versioning library for Python projects -MODPY_EGG_VERSION = 16.10.1 +MODPY_EGG_VERSION = 17.5.0 DISTNAME = incremental-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} Index: distinfo =================================================================== RCS file: /cvs/ports/devel/py-incremental/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 6 May 2017 09:46:48 -0000 1.1.1.1 +++ distinfo 4 Apr 2018 07:25:21 -0000 @@ -1,2 +1,2 @@ -SHA256 (incremental-16.10.1.tar.gz) = FK1rcg7Eeq1snKqD5H2xhD4rm5h0LaXdoI4WqZ9AA0I= -SIZE (incremental-16.10.1.tar.gz) = 16066 +SHA256 (incremental-17.5.0.tar.gz) = e3UWlqrzbuv6tTfkWJKeGURgBRzK0nnHK3VaFn7r1LM= +SIZE (incremental-17.5.0.tar.gz) = 15527