File: control

package info (click to toggle)
python-django-import-export 4.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,300 kB
  • sloc: python: 11,650; makefile: 180; sh: 63; javascript: 50
file content (35 lines) | stat: -rw-r--r-- 1,338 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
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.7.0
Homepage: https://github.com/django-import-export/django-import-export
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3,
               python3-chardet,
               python3-diff-match-patch,
               python3-django,
               python3-psycopg2,
               python3-pytest,
               python3-pytest-django,
               python3-setuptools,
               python3-setuptools-scm,
               python3-tablib,
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
Testsuite: autopkgtest-pkg-pybuild

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.