diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-11-20 08:20:02 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-11-20 08:20:02 +0000 |
commit | b4ff79df6a487a94e9256e33e64e5bafae69cd56 (patch) | |
tree | 83129d886086ea7648a5400b38c7bdde10d978df /textproc/Makefile | |
parent | e1f412acc5bd7d44a37bee9be71d12e7796ed470 (diff) |
[NEW] textproc/py3-chardet: Universal encoding detector for Python 3
- Python3 specific version for textproc/py-chardet
Character encoding auto-detection in Python.
WWW: https://github.com/chardet/chardet/
Notes
Notes:
svn path=/head/; revision=401991
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5bae425d5db1..e6bfdd969db3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1300,6 +1300,7 @@ SUBDIR += py-zope.tal SUBDIR += py-zpt SUBDIR += py2html + SUBDIR += py3-chardet SUBDIR += py3-libxml2 SUBDIR += py3-MarkupSafe SUBDIR += pychm |