control 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. Source: python-magic
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: https://github.com/ahupp/python-magic/
  4. Standards-Version: 4.6.0
  5. Vcs-Browser: https://git.in-ulm.de/cbiedl/python-magic
  6. Vcs-Git: https://git.in-ulm.de/cbiedl/python-magic.git
  7. Testsuite: autopkgtest-pkg-python
  8. Build-Depends: debhelper-compat (= 13),
  9. dh-python,
  10. libmagic1 (>= 1:5.39),
  11. python3-all,
  12. python3-coverage,
  13. python3-pytest,
  14. python3-setuptools,
  15. python3-wheel,
  16. tox,
  17. Priority: extra
  18. Rules-Requires-Root: no
  19. Section: libs
  20. Package: python3-magic
  21. Architecture: all
  22. Depends: ${misc:Depends}, ${python3:Depends},
  23. libmagic1 (>= 1:5.39),
  24. Section: python
  25. Priority: optional
  26. Description: python3 interface to the libmagic file type identification library
  27. python-magic is a Python interface to the libmagic file type
  28. identification library. libmagic identifies file types by checking
  29. their headers according to a predefined list of file types. This
  30. functionality is exposed to the command line by the Unix command file.
  31. .
  32. This package provides the Python 3 version of the python-magic module.