mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
[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:
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
|
@ -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
|
||||||
|
|
20
textproc/py3-chardet/Makefile
Normal file
20
textproc/py3-chardet/Makefile
Normal 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>
|
2
textproc/py3-chardet/distinfo
Normal file
2
textproc/py3-chardet/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (chardet-2.3.0.tar.gz) = e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa
|
||||||
|
SIZE (chardet-2.3.0.tar.gz) = 164346
|
3
textproc/py3-chardet/pkg-descr
Normal file
3
textproc/py3-chardet/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Character encoding auto-detection in Python.
|
||||||
|
|
||||||
|
WWW: https://github.com/chardet/chardet/
|
Loading…
Add table
Reference in a new issue