diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-02 17:55:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-02 17:55:40 +0000 |
commit | 55f87f1d3f2cf5e32ceb9490d4b3ab2c5b41cc7a (patch) | |
tree | e86e182736a2d3a94367cd726943196e81ff10c8 /converters | |
parent | f25e2ffe6426d85eedd0c4fbf45297ad66f25e91 (diff) | |
download | pkgsrc-55f87f1d3f2cf5e32ceb9490d4b3ab2c5b41cc7a.tar.gz |
Update to 2.2.1, changelog not found.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-chardet/Makefile | 8 | ||||
-rw-r--r-- | converters/py-chardet/PLIST | 14 | ||||
-rw-r--r-- | converters/py-chardet/distinfo | 8 |
3 files changed, 22 insertions, 8 deletions
diff --git a/converters/py-chardet/Makefile b/converters/py-chardet/Makefile index d686181c147..e4b9715cd96 100644 --- a/converters/py-chardet/Makefile +++ b/converters/py-chardet/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2012/10/20 13:14:48 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/01/02 17:55:40 wiz Exp $ -DISTNAME= chardet-2.1.1 +DISTNAME= chardet-2.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters python MASTER_SITES= http://pypi.python.org/packages/source/c/chardet/ @@ -10,5 +10,9 @@ HOMEPAGE= http://pypi.python.org/pypi/chardet COMMENT= Character encoding auto-detection in Python LICENSE= gnu-lgpl-v2.1 +REPLACE_PYTHON= chardet/chardetect.py +PYTHON_VERSIONS_INCLUDE_3X= yes + +.include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-chardet/PLIST b/converters/py-chardet/PLIST index c7dc7b2b49a..7aef0313145 100644 --- a/converters/py-chardet/PLIST +++ b/converters/py-chardet/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.6 2012/10/20 13:14:48 wiz Exp $ -bin/chardetect.py +@comment $NetBSD: PLIST,v 1.7 2014/01/02 17:55:40 wiz Exp $ +bin/chardetect ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/chardet/__init__.py ${PYSITELIB}/chardet/__init__.pyc @@ -13,6 +14,9 @@ ${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 @@ -25,9 +29,15 @@ ${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 diff --git a/converters/py-chardet/distinfo b/converters/py-chardet/distinfo index a738be9d956..c81f5e9787a 100644 --- a/converters/py-chardet/distinfo +++ b/converters/py-chardet/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/10/20 13:14:48 wiz Exp $ +$NetBSD: distinfo,v 1.4 2014/01/02 17:55:40 wiz Exp $ -SHA1 (chardet-2.1.1.tar.gz) = eab8fb77c852da706e07c87c6b365ccc02c1751a -RMD160 (chardet-2.1.1.tar.gz) = 8724b5fefda68eab7a8bdcb94f849a6b0cee47be -Size (chardet-2.1.1.tar.gz) = 178947 bytes +SHA1 (chardet-2.2.1.tar.gz) = b59690c286ae2bc515da9b34eb30629d72f02e27 +RMD160 (chardet-2.2.1.tar.gz) = f85631355c6ba46f18b1171029dbf3faf1586125 +Size (chardet-2.2.1.tar.gz) = 180319 bytes |