diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-07-30 09:31:26 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:51 +0100 |
commit | 3bbcfb4e6f838cda7a16037066965ac4effdb86d (patch) | |
tree | 26f21466fc4745e2560fc0af8eb494a6b240287e /python/python-magic/README | |
parent | 8a22677f62a2d2db0a3d28d0062e15fd7562c721 (diff) | |
download | slackbuilds-3bbcfb4e6f838cda7a16037066965ac4effdb86d.tar.gz |
python/python-magic: Updated for version 0.4.12
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/python-magic/README')
-rw-r--r-- | python/python-magic/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python-magic/README b/python/python-magic/README index 6b932666fd..1746883091 100644 --- a/python/python-magic/README +++ b/python/python-magic/README @@ -1,3 +1,9 @@ This module uses ctypes to access the libmagic file type identification library. It makes use of the local magic database and supports both textual and MIME-type output. + +Optional dependency: python3 + +Note: To install python3 bindings pass PYTHON3=yes to the slackbuild. + + # PYTHON3=yes ./python-magic.SlackBuild |