File: control

package info (click to toggle)
yoyo 7.3.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 444 kB
  • sloc: python: 4,246; makefile: 18; sh: 6
file content (57 lines) | stat: -rw-r--r-- 2,057 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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 (>= 3.6),
               python3-pkg-resources,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-sqlparse,
               python3-tabulate,
               python3-unidecode
Standards-Version: 4.5.1
X-Python3-Version: >= 3.6
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-pkg-resources, 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: python3-pkg-resources, ${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.