summaryrefslogtreecommitdiff
path: root/debian/control
blob: 4f9274f6b3a594f27d9bb135fdc99f06c2c22dc6 (plain)
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
Source: python-dsv
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Aaron M. Ucko <ucko@debian.org>
Section: python
Priority: optional
Build-Depends: 2to3,
               debhelper (>= 9~),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-dsv
Vcs-Git: https://salsa.debian.org/python-team/modules/python-dsv.git
Homepage: http://python-dsv.sourceforge.net/
Rules-Requires-Root: no

Package: python-dsv
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Suggests: python-wxgtk3.0 | python-wxgtk2.8
Provides: ${python:Provides}
Description: Python module for delimiter-separated-value files (Python 2)
 Python-DSV is an alternative to Python's standard csv module, with
 somewhat different usage and optional support for wxWidgets-mediated
 user interaction in the course of format autodetection.  Like the
 standard module, it supports a wide range of delimiters and handles
 both import and export.
 .
 This package installs the library for Python 2.

Package: python3-dsv
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python3-wxgtk3.0
Provides: ${python3:Provides}
Description: Python module for delimiter-separated-value files (Python 3)
 Python-DSV is an alternative to Python's standard csv module, with
 somewhat different usage and optional support for wxWidgets-mediated
 user interaction in the course of format autodetection.  Like the
 standard module, it supports a wide range of delimiters and handles
 both import and export.
 .
 This package installs the library for Python 3.