Source: python-magic-ahupp
Section: python
Priority: optional
Maintainer: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, libmagic1
Standards-Version: 3.9.8
Homepage: https://github.com/ahupp/python-magic
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: git://git.kali.org/packages/python-magic-ahupp.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/python-magic-ahupp.git/
Testsuite: autopkgtest-pkg-python

Package: python-magic-ahupp
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, libmagic1
Description: interface to the libmagic file type identification library (Python 2)
 This package contains 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 installs the library for Python 2.

Package: python3-magic-ahupp
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, libmagic1
Description: interface to the libmagic file type identification library (Python 3)
 This package contains 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 installs the library for Python 3.
