diff options
author | wiz <wiz> | 2009-11-17 14:29:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-11-17 14:29:32 +0000 |
commit | 32346a6299eca82d731d8801705fa409d859893d (patch) | |
tree | 8c81834d6c787c2585d3153188aa6bf44ba7c04c | |
parent | 6472dc6dc49042a0e02ec76fc868832f2c628643 (diff) | |
download | pkgsrc-32346a6299eca82d731d8801705fa409d859893d.tar.gz |
Update to 2.0.1 (python3 version of this library also available!)
2.0.1 (2009-11-10)
* Migrated to http://code.google.com/p/chardet
* Fixed minor typo in documentation
* Synchronized version numbers of Python 2 and Python 3 versions
-rw-r--r-- | converters/py-chardet/Makefile | 6 | ||||
-rw-r--r-- | converters/py-chardet/PLIST | 11 | ||||
-rw-r--r-- | converters/py-chardet/distinfo | 8 |
3 files changed, 14 insertions, 11 deletions
diff --git a/converters/py-chardet/Makefile b/converters/py-chardet/Makefile index 53be1cdbb7c..4402a79e25f 100644 --- a/converters/py-chardet/Makefile +++ b/converters/py-chardet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/07/11 05:52:17 obache Exp $ +# $NetBSD: Makefile,v 1.6 2009/11/17 14:29:32 wiz Exp $ -DISTNAME= chardet-1.0.1 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +DISTNAME= python2-chardet-2.0.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python2-//} CATEGORIES= converters python MASTER_SITES= http://chardet.feedparser.org/download/ EXTRACT_SUFX= .tgz diff --git a/converters/py-chardet/PLIST b/converters/py-chardet/PLIST index f1395b8d934..cf6368b1102 100644 --- a/converters/py-chardet/PLIST +++ b/converters/py-chardet/PLIST @@ -1,4 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:39:10 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/11/17 14:29:32 wiz Exp $ +${PYSITELIB}/chardet/__init__.py +${PYSITELIB}/chardet/__init__.pyc +${PYSITELIB}/chardet/__init__.pyo ${PYSITELIB}/chardet/big5freq.py ${PYSITELIB}/chardet/big5freq.pyc ${PYSITELIB}/chardet/big5freq.pyo @@ -50,9 +53,6 @@ ${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 @@ -98,6 +98,9 @@ ${PYSITELIB}/chardet/sbcsgroupprober.pyo ${PYSITELIB}/chardet/sjisprober.py ${PYSITELIB}/chardet/sjisprober.pyc ${PYSITELIB}/chardet/sjisprober.pyo +${PYSITELIB}/chardet/test.py +${PYSITELIB}/chardet/test.pyc +${PYSITELIB}/chardet/test.pyo ${PYSITELIB}/chardet/universaldetector.py ${PYSITELIB}/chardet/universaldetector.pyc ${PYSITELIB}/chardet/universaldetector.pyo diff --git a/converters/py-chardet/distinfo b/converters/py-chardet/distinfo index ad324b7d6aa..627a11507f6 100644 --- a/converters/py-chardet/distinfo +++ b/converters/py-chardet/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/10/08 09:38:46 wiz Exp $ +$NetBSD: distinfo,v 1.2 2009/11/17 14:29:32 wiz Exp $ -SHA1 (chardet-1.0.1.tgz) = cff3db70eef4d580951c083dd9bbe2685fd773a5 -RMD160 (chardet-1.0.1.tgz) = 0dcf3de5722f37693d20bf20020778b31a3f818c -Size (chardet-1.0.1.tgz) = 179218 bytes +SHA1 (python2-chardet-2.0.1.tgz) = d3240c8b7d04bd15d21feda76158223fa7f5f2bc +RMD160 (python2-chardet-2.0.1.tgz) = 054d940a152344f170758e928a484ac0f98df78f +Size (python2-chardet-2.0.1.tgz) = 177793 bytes |