Index: devel/py-transitions/Makefile =================================================================== --- devel/py-transitions/Makefile (nonexistent) +++ devel/py-transitions/Makefile (working copy) @@ -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 Index: devel/py-transitions/distinfo =================================================================== --- devel/py-transitions/distinfo (nonexistent) +++ devel/py-transitions/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1569669785 +SHA256 (transitions-0.7.1.tar.gz) = b73015080833b753cbb4a10f51f8234924ddfbdbaf33539fee4e4f3abfff454d +SIZE (transitions-0.7.1.tar.gz) = 1318322 Index: devel/py-transitions/pkg-descr =================================================================== --- devel/py-transitions/pkg-descr (nonexistent) +++ devel/py-transitions/pkg-descr (working copy) @@ -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