svn commit: r516314 - head/devel/py-Automat

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Nov 2 12:34:55 UTC 2019


Author: rakuco
Date: Sat Nov  2 12:34:54 2019
New Revision: 516314
URL: https://svnweb.freebsd.org/changeset/ports/516314

Log:
  Update to 0.8.0.
  
  * Add pkg-message to inform installer about soft dependencies
  * While here, discard creation credit (ports/217186 & r434330 are sufficient)
  
  PR:		241448
  Submitted by:	John W. O'Brien <john at saltant.com> (maintainer)

Added:
  head/devel/py-Automat/pkg-message   (contents, props changed)
Modified:
  head/devel/py-Automat/Makefile
  head/devel/py-Automat/distinfo

Modified: head/devel/py-Automat/Makefile
==============================================================================
--- head/devel/py-Automat/Makefile	Sat Nov  2 12:34:00 2019	(r516313)
+++ head/devel/py-Automat/Makefile	Sat Nov  2 12:34:54 2019	(r516314)
@@ -1,9 +1,7 @@
-# Created by: John W. O'Brien <john at saltant.com>
 # $FreeBSD$
 
 PORTNAME=	Automat
-PORTVERSION=	0.7.0
-PORTREVISION=	1
+PORTVERSION=	0.8.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,6 +17,10 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0
 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
 

Modified: head/devel/py-Automat/distinfo
==============================================================================
--- head/devel/py-Automat/distinfo	Sat Nov  2 12:34:00 2019	(r516313)
+++ head/devel/py-Automat/distinfo	Sat Nov  2 12:34:54 2019	(r516314)
@@ -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

Added: head/devel/py-Automat/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-Automat/pkg-message	Sat Nov  2 12:34:54 2019	(r516314)
@@ -0,0 +1,8 @@
+[
+{ type: install
+  message: <<EOM
+Install graphics/py-graphviz and devel/py-twisted to enable state
+machine visualization (`MethodicalMachine.asDigraph`).
+EOM
+}
+]


More information about the svn-ports-head mailing list