mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
061e4f22f0
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>
23 lines
449 B
Makefile
23 lines
449 B
Makefile
# $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>
|