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
|
Source: python-magic
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Homepage: https://github.com/ahupp/python-magic/
Standards-Version: 4.1.5
Vcs-Browser: https://git.in-ulm.de/cbiedl/python-magic
Vcs-Git: https://git.in-ulm.de/cbiedl/python-magic.git
Testsuite: autopkgtest-pkg-python
Build-Depends: debhelper (>= 11~),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
Priority: extra
Section: libs
Package: python-magic
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
libmagic1,
Provides:
${python:Provides},
Section: python
Priority: optional
Description: python2 interface to the libmagic file type identification library
python-magic is a Python interface to the libmagic file type
identification library. libmagic identifies file types by checking
their headers according to a predefined list of file types. This
functionality is exposed to the command line by the Unix command file.
.
This package provides the Python 2 version of the python-magic module.
XB-Python-Version: ${python:Versions}
Package: python3-magic
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
libmagic1,
Section: python
Priority: optional
Description: python3 interface to the libmagic file type identification library
python-magic is a Python interface to the libmagic file type
identification library. libmagic identifies file types by checking
their headers according to a predefined list of file types. This
functionality is exposed to the command line by the Unix command file.
.
This package provides the Python 3 version of the python-magic module.
|