Source: django-fsm-log
Section: python
Maintainer: Jakob Haufe <sur5r@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
Build-Depends-Indep: pybuild-plugin-pyproject,
                     python3-django <!nocheck>,
                     python3-django-appconf <!nocheck>,
                     python3-django-fsm-2 <!nocheck>,
                     python3-hatch-vcs,
                     python3-hatchling,
                     python3-pytest <!nocheck>,
                     python3-pytest-django <!nocheck>,
                     python3-pytest-djangoapp <!nocheck>,
                     python3-pytest-mock <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/jazzband/django-fsm-log
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-fsm-log
Vcs-Git: https://salsa.debian.org/python-team/packages/django-fsm-log.git

Package: python3-django-fsm-log
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Automatic logging for Django FSM
 Provides persistence of the transitions of your fsm's models. Backed by
 Django FSM 2.
 .
 This package installs the library for Python 3.
