| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 | Source: python-magicMaintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>Homepage: https://github.com/ahupp/python-magic/Standards-Version: 4.4.1Vcs-Browser: https://git.in-ulm.de/cbiedl/python-magicVcs-Git: https://git.in-ulm.de/cbiedl/python-magic.gitTestsuite: autopkgtest-pkg-pythonBuild-Depends: debhelper-compat (= 12),    dh-python,    python-all,    python-setuptools,    python3-all,    python3-setuptools,Priority: extraRules-Requires-Root: noSection: libsPackage: python-magicArchitecture: allDepends: ${misc:Depends}, ${python:Depends},    libmagic1,Provides:    ${python:Provides},Section: pythonPriority: optionalDescription: 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-magicArchitecture: allDepends: ${misc:Depends}, ${python3:Depends},    libmagic1,Section: pythonPriority: optionalDescription: 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.
 |