File: control

package info (click to toggle)
python-django-import-export 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,052 kB
  • sloc: python: 4,630; makefile: 171; javascript: 20; sh: 9
file content (26 lines) | stat: -rw-r--r-- 1,016 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
Source: python-django-import-export
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.5.1
Homepage: https://github.com/django-import-export/django-import-export
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3,
               python3-django,
               python3-setuptools
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-import-export.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-import-export

Package: python3-django-import-export
Architecture: all
Depends: python3-django,
         ${misc:Depends},
         ${python3:Depends}
Description: Django application and library for data import/export (Python 3)
 Django application and library for importing and exporting of data in multiple
 formats with included admin integration.
 .
 This package installs the library for Python 3.