summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2012-10-20 13:14:48 +0000
committerwiz <wiz>2012-10-20 13:14:48 +0000
commitf2ee0132e5dd7e69f7d9d386650bae28d891f85f (patch)
treee352080ae5298ab66ab62c4c44947681766a9994
parent7916f91bd1f485092cbcdc6afa4a84895f24325b (diff)
downloadpkgsrc-f2ee0132e5dd7e69f7d9d386650bae28d891f85f.tar.gz
Update to 2.1.1. Old HOMEPAGE gone, switch to pypi. Changes undocumented.
-rw-r--r--converters/py-chardet/Makefile16
-rw-r--r--converters/py-chardet/PLIST11
-rw-r--r--converters/py-chardet/distinfo8
3 files changed, 16 insertions, 19 deletions
diff --git a/converters/py-chardet/Makefile b/converters/py-chardet/Makefile
index 2db9ba313a6..d686181c147 100644
--- a/converters/py-chardet/Makefile
+++ b/converters/py-chardet/Makefile
@@ -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
-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 --git a/converters/py-chardet/PLIST b/converters/py-chardet/PLIST
index f04e164813e..c7dc7b2b49a 100644
--- a/converters/py-chardet/PLIST
+++ b/converters/py-chardet/PLIST
@@ -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/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 627a11507f6..a738be9d956 100644
--- a/converters/py-chardet/distinfo
+++ b/converters/py-chardet/distinfo
@@ -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