blob: 3624160b7c083443cadf9b8dc228b3940916b4ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
pkgbase = python-transitions
pkgdesc = A lightweight, object-oriented finite state machine implementation in Python
pkgver = 0.9.3
pkgrel = 1
url = http://github.com/tyarkoni/transitions
arch = any
license = MIT
makedepends = python-setuptools
depends = python-six
source = https://github.com/tyarkoni/transitions/archive/0.9.3.tar.gz
sha256sums = ccb8787bb9f669fee3cf628c62d35c6eeed14dc5256f6ab65294f7d38b29f94d
pkgname = python-transitions
|