Source: yoyo
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Henry-Nicolas Tourneur <debian@nilux.be>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               help2man,
               python3-all,
               python3-importlib-metadata,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-sphinxcontrib.programoutput <!nodoc>,
               python3-sqlparse,
               python3-tabulate,
               python3-unidecode
Standards-Version: 4.6.2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Homepage: https://hg.sr.ht/~olly/yoyo
Vcs-Git: https://salsa.debian.org/python-team/packages/yoyo.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/yoyo

Package: yoyo
Architecture: all
Section: utils
Depends: python3-yoyo (= ${source:Version}), ${misc:Depends}, ${python3:Depends}
Suggests: python3-pyodbc, python3-pymysql, python3-psycopg2
Description: database schema migration tool
 Yoyo is a database schema migration tool.
 You write database migrations as Python scripts containing raw
 SQL statements or Python functions.
 .
 This package contains the command line tool.

Package: python3-yoyo
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-pyodbc, python3-pymysql, python3-psycopg2
Description: database schema migration library
 Yoyo is a database schema migration tool.
 You write database migrations as Python scripts containing raw
 SQL statements or Python functions.
 .
 This package contains the Python library.

Package: python-yoyo-doc
Architecture: all
Section: doc
Depends: python3-sphinx-rtd-theme, ${misc:Depends}, ${sphinxdoc:Depends}
Description: database schema migration tool (documentation)
 Yoyo is a database schema migration tool.
 You write database migrations as Python scripts containing raw
 SQL statements or Python functions.
 .
 This is the documentation package.