1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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>
This commit is contained in:
Kurt Jaeger 2019-09-29 07:24:03 +00:00
parent b64198ad17
commit 061e4f22f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513195
4 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1569669785
SHA256 (transitions-0.7.1.tar.gz) = b73015080833b753cbb4a10f51f8234924ddfbdbaf33539fee4e4f3abfff454d
SIZE (transitions-0.7.1.tar.gz) = 1318322

View File

@ -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