File: control

package info (click to toggle)
python-agate-sql 0.5.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 208 kB
  • sloc: python: 491; makefile: 123
file content (49 lines) | stat: -rw-r--r-- 1,844 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
Source: python-agate-sql
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python-agate-doc <!nodoc>,
               python3-agate <!nocheck> <!nodoc>,
               python3-all,
               python3-doc <!nodoc>,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-sqlalchemy (>= 1.3.22) <!nocheck> <!nodoc>,
               sphinx-common
Standards-Version: 4.0.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-agate-sql
Vcs-Git: https://salsa.debian.org/python-team/packages/python-agate-sql.git
Homepage: https://agate-sql.rtfd.org/
Rules-Requires-Root: no

Package: python3-agatesql
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-sqlalchemy (>= 1.3.22)
Suggests: python-agatesql-doc <!nodoc>
Description: support for SQL read/write in agate
 Agate-sql adds read/write support for SQL to agate. It uses a monkey patching
 pattern to add read and write methods for SQL to all agate.Table instances
 after import of the corresponding agatesql module.
 .
 This package provides the modules for Python 3.

Package: python-agatesql-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: documentation for agate-sql
 Agate-sql adds read/write support for SQL to agate. It uses a monkey patching
 pattern to add read and write methods for SQL to all agate.Table instances
 after import of the corresponding agatesql module.
 .
 This package provides the documentation.
Build-Profiles: <!nodoc>