[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/
This commit is contained in:
Muhammad Moinur Rahman 2015-11-20 08:20:02 +00:00
parent e1f412acc5
commit b4ff79df6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401991
4 changed files with 26 additions and 0 deletions

View file

@ -1300,6 +1300,7 @@
SUBDIR += py-zope.tal SUBDIR += py-zope.tal
SUBDIR += py-zpt SUBDIR += py-zpt
SUBDIR += py2html SUBDIR += py2html
SUBDIR += py3-chardet
SUBDIR += py3-libxml2 SUBDIR += py3-libxml2
SUBDIR += py3-MarkupSafe SUBDIR += py3-MarkupSafe
SUBDIR += pychm SUBDIR += pychm

View file

@ -0,0 +1,20 @@
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
# $FreeBSD$
PORTNAME= chardet
PORTVERSION= 2.3.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Universal encoding detector for Python 3
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (chardet-2.3.0.tar.gz) = e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa
SIZE (chardet-2.3.0.tar.gz) = 164346

View file

@ -0,0 +1,3 @@
Character encoding auto-detection in Python.
WWW: https://github.com/chardet/chardet/