pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/py-chardet Update to 2.1.1. Old HOMEPAGE go...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c7089dc2656
branches:  trunk
changeset: 610174:9c7089dc2656
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 20 13:14:48 2012 +0000

description:
Update to 2.1.1. Old HOMEPAGE gone, switch to pypi. Changes undocumented.

diffstat:

 converters/py-chardet/Makefile |  16 ++++++----------
 converters/py-chardet/PLIST    |  11 ++++++-----
 converters/py-chardet/distinfo |   8 ++++----
 3 files changed, 16 insertions(+), 19 deletions(-)

diffs (66 lines):

diff -r 20e7b78c3d17 -r 9c7089dc2656 converters/py-chardet/Makefile
--- a/converters/py-chardet/Makefile    Sat Oct 20 13:01:30 2012 +0000
+++ b/converters/py-chardet/Makefile    Sat Oct 20 13:14:48 2012 +0000
@@ -1,18 +1,14 @@
-# $NetBSD: Makefile,v 1.8 2012/10/03 00:20:16 asau Exp $
+# $NetBSD: Makefile,v 1.9 2012/10/20 13:14:48 wiz Exp $
 
-DISTNAME=      python2-chardet-2.0.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python2-//}
-PKGREVISION=   1
+DISTNAME=      chardet-2.1.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    converters python
-MASTER_SITES=  http://chardet.feedparser.org/download/
-EXTRACT_SUFX=  .tgz
+MASTER_SITES=  http://pypi.python.org/packages/source/c/chardet/
 
 MAINTAINER=    bartosz.kuzma%gmail.com@localhost
-HOMEPAGE=      http://chardet.feedparser.org/
+HOMEPAGE=      http://pypi.python.org/pypi/chardet
 COMMENT=       Character encoding auto-detection in Python
 LICENSE=       gnu-lgpl-v2.1
 
-EGG_NAME=      ${DISTNAME:S/python2-//}
-
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 20e7b78c3d17 -r 9c7089dc2656 converters/py-chardet/PLIST
--- a/converters/py-chardet/PLIST       Sat Oct 20 13:01:30 2012 +0000
+++ b/converters/py-chardet/PLIST       Sat Oct 20 13:14:48 2012 +0000
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:21:43 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.6 2012/10/20 13:14:48 wiz Exp $
+bin/chardetect.py
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/chardet/__init__.py
 ${PYSITELIB}/chardet/__init__.pyc
 ${PYSITELIB}/chardet/__init__.pyo
@@ -99,9 +103,6 @@
 ${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 -r 20e7b78c3d17 -r 9c7089dc2656 converters/py-chardet/distinfo
--- a/converters/py-chardet/distinfo    Sat Oct 20 13:01:30 2012 +0000
+++ b/converters/py-chardet/distinfo    Sat Oct 20 13:14:48 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/11/17 14:29:32 wiz Exp $
+$NetBSD: distinfo,v 1.3 2012/10/20 13:14:48 wiz Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index