Codebase list python-magic-ahupp / 8608314f-2c43-4803-9421-fafcdf963db5/main debian / control
8608314f-2c43-4803-9421-fafcdf963db5/main

Tree @8608314f-2c43-4803-9421-fafcdf963db5/main (Download .tar.gz)

control @8608314f-2c43-4803-9421-fafcdf963db5/mainraw · history · blame

Source: python-magic-ahupp
Section: python
Priority: optional
Maintainer: Kali Developers <[email protected]>
Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools, libmagic1
Standards-Version: 4.5.0
Homepage: https://github.com/ahupp/python-magic
Vcs-Git: https://gitlab.com/kalilinux/packages/python-magic-ahupp.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-magic-ahupp
Testsuite: autopkgtest-pkg-python

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.