1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/devel/py-transitions/Makefile
Kurt Jaeger 061e4f22f0 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>
2019-09-29 07:24:03 +00:00

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>