summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 84d3603d74ba0f01fe26e32585c5a12d9ccaa3cd (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.2
	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.2.tar.gz
	sha256sums = d55cdb5ded548513a36eb745d762b2af304cfab5ee0b143ced3d94921eaa77e3

pkgname = python-transitions