pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-chardet: Version 2.3.0



Module Name:	pkgsrc-wip
Committed By:	Guillaume Delpierre <gde%llew.me@localhost>
Pushed By:	gdelpierre
Date:		Wed Sep 30 16:03:49 2015 +0200
Changeset:	a774689bebf8544e92f16e51efdb8b53e059d223

Added Files:
	py-chardet/DESCR
	py-chardet/Makefile
	py-chardet/PLIST
	py-chardet/distinfo

Log Message:
py-chardet: Version 2.3.0

Deps to py-binaryornot.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a774689bebf8544e92f16e51efdb8b53e059d223

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-chardet/DESCR    |  13 ++++++
 py-chardet/Makefile |  27 ++++++++++++
 py-chardet/PLIST    | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-chardet/distinfo |   5 +++
 4 files changed, 167 insertions(+)

diffs:
diff --git a/py-chardet/DESCR b/py-chardet/DESCR
new file mode 100644
index 0000000..c2e7c5d
--- /dev/null
+++ b/py-chardet/DESCR
@@ -0,0 +1,13 @@
+Python 2/3 compatible character encoding detector
+Detects:
+
+	ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants)
+	Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Trad. & Simplified Chinese)
+	EUC-JP, SHIFT_JIS, CP932, ISO-2022-JP (Japanese)
+	EUC-KR, ISO-2022-KR (Korean)
+	KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic)
+	ISO-8859-5, windows-1251 (Bulgarian)
+	windows-1252 (English)
+	ISO-8859-7, windows-1253 (Greek)
+	ISO-8859-8, windows-1255 (Visual and Logical Hebrew)
+	TIS-620 (Thai)
diff --git a/py-chardet/Makefile b/py-chardet/Makefile
new file mode 100644
index 0000000..66adc0c
--- /dev/null
+++ b/py-chardet/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=			chardet-2.3.0
+GITHUB_PROJECT=			chardet
+PKGNAME=			${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=			devel
+MASTER_SITES=			${MASTER_SITE_GITHUB:=chardet/}
+EXTRACT_SUFX=			.zip
+
+MAINTAINER=			gde%llew.me@localhost
+HOMEPAGE=			http://chardet.github.io/
+COMMENT=			Python 2/3 compatible character encoding detector
+
+LICENSE=			gnu-lgpl-v2.1
+
+PYTHON_VERSIONS_ACCEPTED=	34 33 32 27 26
+PLIST_SUBST+=			PYVERSSUFFIX=${PYVERSSUFFIX}
+REPLACE_PYTHON+=		setup.py
+REPLACE_PYTHON+=		chardet/*.py
+
+USE_LANGUAGES=			# none
+
+WRKSRC=				${WRKDIR}/${DISTNAME}
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-chardet/PLIST b/py-chardet/PLIST
new file mode 100644
index 0000000..53f3997
--- /dev/null
+++ b/py-chardet/PLIST
@@ -0,0 +1,122 @@
+@comment $NetBSD$
+bin/chardetect
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/chardet/big5freq.py
+${PYSITELIB}/chardet/big5freq.pyc
+${PYSITELIB}/chardet/big5freq.pyo
+${PYSITELIB}/chardet/big5prober.py
+${PYSITELIB}/chardet/big5prober.pyc
+${PYSITELIB}/chardet/big5prober.pyo
+${PYSITELIB}/chardet/chardetect.py
+${PYSITELIB}/chardet/chardetect.pyc
+${PYSITELIB}/chardet/chardetect.pyo
+${PYSITELIB}/chardet/chardistribution.py
+${PYSITELIB}/chardet/chardistribution.pyc
+${PYSITELIB}/chardet/chardistribution.pyo
+${PYSITELIB}/chardet/charsetgroupprober.py
+${PYSITELIB}/chardet/charsetgroupprober.pyc
+${PYSITELIB}/chardet/charsetgroupprober.pyo
+${PYSITELIB}/chardet/charsetprober.py
+${PYSITELIB}/chardet/charsetprober.pyc
+${PYSITELIB}/chardet/charsetprober.pyo
+${PYSITELIB}/chardet/codingstatemachine.py
+${PYSITELIB}/chardet/codingstatemachine.pyc
+${PYSITELIB}/chardet/codingstatemachine.pyo
+${PYSITELIB}/chardet/compat.py
+${PYSITELIB}/chardet/compat.pyc
+${PYSITELIB}/chardet/compat.pyo
+${PYSITELIB}/chardet/constants.py
+${PYSITELIB}/chardet/constants.pyc
+${PYSITELIB}/chardet/constants.pyo
+${PYSITELIB}/chardet/cp949prober.py
+${PYSITELIB}/chardet/cp949prober.pyc
+${PYSITELIB}/chardet/cp949prober.pyo
+${PYSITELIB}/chardet/escprober.py
+${PYSITELIB}/chardet/escprober.pyc
+${PYSITELIB}/chardet/escprober.pyo
+${PYSITELIB}/chardet/escsm.py
+${PYSITELIB}/chardet/escsm.pyc
+${PYSITELIB}/chardet/escsm.pyo
+${PYSITELIB}/chardet/eucjpprober.py
+${PYSITELIB}/chardet/eucjpprober.pyc
+${PYSITELIB}/chardet/eucjpprober.pyo
+${PYSITELIB}/chardet/euckrfreq.py
+${PYSITELIB}/chardet/euckrfreq.pyc
+${PYSITELIB}/chardet/euckrfreq.pyo
+${PYSITELIB}/chardet/euckrprober.py
+${PYSITELIB}/chardet/euckrprober.pyc
+${PYSITELIB}/chardet/euckrprober.pyo
+${PYSITELIB}/chardet/euctwfreq.py
+${PYSITELIB}/chardet/euctwfreq.pyc
+${PYSITELIB}/chardet/euctwfreq.pyo
+${PYSITELIB}/chardet/euctwprober.py
+${PYSITELIB}/chardet/euctwprober.pyc
+${PYSITELIB}/chardet/euctwprober.pyo
+${PYSITELIB}/chardet/gb2312freq.py
+${PYSITELIB}/chardet/gb2312freq.pyc
+${PYSITELIB}/chardet/gb2312freq.pyo
+${PYSITELIB}/chardet/gb2312prober.py
+${PYSITELIB}/chardet/gb2312prober.pyc
+${PYSITELIB}/chardet/gb2312prober.pyo
+${PYSITELIB}/chardet/hebrewprober.py
+${PYSITELIB}/chardet/hebrewprober.pyc
+${PYSITELIB}/chardet/hebrewprober.pyo
+${PYSITELIB}/chardet/__init__.py
+${PYSITELIB}/chardet/__init__.pyc
+${PYSITELIB}/chardet/__init__.pyo
+${PYSITELIB}/chardet/jisfreq.py
+${PYSITELIB}/chardet/jisfreq.pyc
+${PYSITELIB}/chardet/jisfreq.pyo
+${PYSITELIB}/chardet/jpcntx.py
+${PYSITELIB}/chardet/jpcntx.pyc
+${PYSITELIB}/chardet/jpcntx.pyo
+${PYSITELIB}/chardet/langbulgarianmodel.py
+${PYSITELIB}/chardet/langbulgarianmodel.pyc
+${PYSITELIB}/chardet/langbulgarianmodel.pyo
+${PYSITELIB}/chardet/langcyrillicmodel.py
+${PYSITELIB}/chardet/langcyrillicmodel.pyc
+${PYSITELIB}/chardet/langcyrillicmodel.pyo
+${PYSITELIB}/chardet/langgreekmodel.py
+${PYSITELIB}/chardet/langgreekmodel.pyc
+${PYSITELIB}/chardet/langgreekmodel.pyo
+${PYSITELIB}/chardet/langhebrewmodel.py
+${PYSITELIB}/chardet/langhebrewmodel.pyc
+${PYSITELIB}/chardet/langhebrewmodel.pyo
+${PYSITELIB}/chardet/langhungarianmodel.py
+${PYSITELIB}/chardet/langhungarianmodel.pyc
+${PYSITELIB}/chardet/langhungarianmodel.pyo
+${PYSITELIB}/chardet/langthaimodel.py
+${PYSITELIB}/chardet/langthaimodel.pyc
+${PYSITELIB}/chardet/langthaimodel.pyo
+${PYSITELIB}/chardet/latin1prober.py
+${PYSITELIB}/chardet/latin1prober.pyc
+${PYSITELIB}/chardet/latin1prober.pyo
+${PYSITELIB}/chardet/mbcharsetprober.py
+${PYSITELIB}/chardet/mbcharsetprober.pyc
+${PYSITELIB}/chardet/mbcharsetprober.pyo
+${PYSITELIB}/chardet/mbcsgroupprober.py
+${PYSITELIB}/chardet/mbcsgroupprober.pyc
+${PYSITELIB}/chardet/mbcsgroupprober.pyo
+${PYSITELIB}/chardet/mbcssm.py
+${PYSITELIB}/chardet/mbcssm.pyc
+${PYSITELIB}/chardet/mbcssm.pyo
+${PYSITELIB}/chardet/sbcharsetprober.py
+${PYSITELIB}/chardet/sbcharsetprober.pyc
+${PYSITELIB}/chardet/sbcharsetprober.pyo
+${PYSITELIB}/chardet/sbcsgroupprober.py
+${PYSITELIB}/chardet/sbcsgroupprober.pyc
+${PYSITELIB}/chardet/sbcsgroupprober.pyo
+${PYSITELIB}/chardet/sjisprober.py
+${PYSITELIB}/chardet/sjisprober.pyc
+${PYSITELIB}/chardet/sjisprober.pyo
+${PYSITELIB}/chardet/universaldetector.py
+${PYSITELIB}/chardet/universaldetector.pyc
+${PYSITELIB}/chardet/universaldetector.pyo
+${PYSITELIB}/chardet/utf8prober.py
+${PYSITELIB}/chardet/utf8prober.pyc
+${PYSITELIB}/chardet/utf8prober.pyo
diff --git a/py-chardet/distinfo b/py-chardet/distinfo
new file mode 100644
index 0000000..5126202
--- /dev/null
+++ b/py-chardet/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (chardet-2.3.0.zip) = c1a492c4d83348ea63cc7c13dc2fdc7c594d83ec
+RMD160 (chardet-2.3.0.zip) = 5c088ea04acefb83e6a408b8d10b41ab9225b1ab
+Size (chardet-2.3.0.zip) = 2269551 bytes


Home | Main Index | Thread Index | Old Index