Index: head/devel/py-Automat/Makefile =================================================================== --- head/devel/py-Automat/Makefile (revision 516313) +++ head/devel/py-Automat/Makefile (revision 516314) @@ -1,27 +1,29 @@ -# Created by: John W. O'Brien <john@saltant.com> # $FreeBSD$ PORTNAME= Automat -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 0.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= john@saltant.com COMMENT= Finite-state machines in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}m2r>0:textproc/py-m2r@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.1.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +# Note: We cannot include devel/py-twisted in *_DEPENDS because it depends +# on us for BUILD and RUN. + +# Officially: 2.7, 3.5-3.8 USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include <bsd.port.mk> Index: head/devel/py-Automat/distinfo =================================================================== --- head/devel/py-Automat/distinfo (revision 516313) +++ head/devel/py-Automat/distinfo (revision 516314) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528976200 -SHA256 (Automat-0.7.0.tar.gz) = cbd78b83fa2d81fe2a4d23d258e1661dd7493c9a50ee2f1a5b2cac61c1793b0e -SIZE (Automat-0.7.0.tar.gz) = 61461 +TIMESTAMP = 1571878512 +SHA256 (Automat-0.8.0.tar.gz) = 269a09dfb063a3b078983f4976d83f0a0d3e6e7aaf8e27d8df1095e09dc4a484 +SIZE (Automat-0.8.0.tar.gz) = 59687 Index: head/devel/py-Automat/pkg-message =================================================================== --- head/devel/py-Automat/pkg-message (nonexistent) +++ head/devel/py-Automat/pkg-message (revision 516314) @@ -0,0 +1,8 @@ +[ +{ type: install + message: <<EOM +Install graphics/py-graphviz and devel/py-twisted to enable state +machine visualization (`MethodicalMachine.asDigraph`). +EOM +} +] Property changes on: head/devel/py-Automat/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property