Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2019 07:24:03 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513195 - in head/devel: . py-transitions
Message-ID:  <201909290724.x8T7O3J0042253@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Sep 29 07:24:03 2019
New Revision: 513195
URL: https://svnweb.freebsd.org/changeset/ports/513195

Log:
  New port: devel/py-transitions
  
  A lightweight, object-oriented state machine implementation in Python.
  Compatible with Python 2.7+ and 3.0+.
  
  WWW: https://github.com/pytransitions/transitions
  
  PR:		240894
  Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Sep 29 07:21:24 2019	(r513194)
+++ head/devel/Makefile	Sun Sep 29 07:24:03 2019	(r513195)
@@ -5125,6 +5125,7 @@
     SUBDIR += py-traitlets
     SUBDIR += py-traits
     SUBDIR += py-transaction
+    SUBDIR += py-transitions
     SUBDIR += py-tree-format
     SUBDIR += py-trollius
     SUBDIR += py-ttystatus

Added: head/devel/py-transitions/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-transitions/Makefile	Sun Sep 29 07:24:03 2019	(r513195)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	transitions
+DISTVERSION=	0.7.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sergey@akhmatov.ru
+COMMENT=	Lightweight, object-oriented Python state machine implementation
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-transitions/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-transitions/distinfo	Sun Sep 29 07:24:03 2019	(r513195)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1569669785
+SHA256 (transitions-0.7.1.tar.gz) = b73015080833b753cbb4a10f51f8234924ddfbdbaf33539fee4e4f3abfff454d
+SIZE (transitions-0.7.1.tar.gz) = 1318322

Added: head/devel/py-transitions/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-transitions/pkg-descr	Sun Sep 29 07:24:03 2019	(r513195)
@@ -0,0 +1,4 @@
+A lightweight, object-oriented state machine implementation in Python.
+Compatible with Python 2.7+ and 3.0+.
+
+WWW: https://github.com/pytransitions/transitions



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909290724.x8T7O3J0042253>