Source: python-fysom
Maintainer: Marcin Kulisz <debian@kulisz.net>
Section: python
Priority: optional
Build-Depends: python-all (>= 2.6.6-3),
               debhelper (>= 11),
               python3-all,
               python-setuptools (>= 0.6b3),
               python3-setuptools,
               dh-python
Standards-Version: 4.1.4
Testsuite: autopkgtest-pkg-python
Homepage: https://pypi.python.org/pypi/fysom
Vcs-Git: https://salsa.debian.org/debian/python-fysom.git
Vcs-Browser: https://salsa.debian.org/debian/python-fysom

Package: python-fysom
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: pYthOn Finite State Machine
 This is standalone Python micro-framework providing a finite state machine.
 .
 Originally implemented in Java by Jake Gordon.
 .
 This is the Python 2 version of the package.

Package: python3-fysom
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: pYthOn Finite State Machine (Python3 package)
 This is standalone Python micro-framework providing a finite state machine.
 .
 Originally implemented in Java by Jake Gordon.
 .
 This is the Python 3 version of the package.
