pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/py-chardet
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 11 14:52:28 UTC 2026
Modified Files:
pkgsrc/converters/py-chardet: Makefile PLIST distinfo
Log Message:
py-chardet: revert update, per previous note (see top of the Makefile)
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/converters/py-chardet/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/converters/py-chardet/PLIST \
pkgsrc/converters/py-chardet/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/py-chardet/Makefile
diff -u pkgsrc/converters/py-chardet/Makefile:1.39 pkgsrc/converters/py-chardet/Makefile:1.40
--- pkgsrc/converters/py-chardet/Makefile:1.39 Wed Mar 11 14:03:30 2026
+++ pkgsrc/converters/py-chardet/Makefile Wed Mar 11 14:52:28 2026
@@ -1,20 +1,22 @@
-# $NetBSD: Makefile,v 1.39 2026/03/11 14:03:30 adam Exp $
+# $NetBSD: Makefile,v 1.40 2026/03/11 14:52:28 wiz Exp $
#
# There is controversy about the license change in version 7.0.0.
# Please don't update this package to 7+ for now.
-DISTNAME= chardet-7.0.1
+DISTNAME= chardet-5.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 2
CATEGORIES= converters python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/chardet/}
MAINTAINER= bartosz.kuzma%gmail.com@localhost
HOMEPAGE= https://github.com/chardet/chardet
COMMENT= Universal encoding detector for Python 3
-LICENSE= mit
+LICENSE= gnu-lgpl-v2.1
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TEST_DEPENDS+= ${PYPKGPREFIX}-exceptiongroup-[0-9]*:../../devel/py-exceptiongroup
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
Index: pkgsrc/converters/py-chardet/PLIST
diff -u pkgsrc/converters/py-chardet/PLIST:1.16 pkgsrc/converters/py-chardet/PLIST:1.17
--- pkgsrc/converters/py-chardet/PLIST:1.16 Wed Mar 11 14:03:30 2026
+++ pkgsrc/converters/py-chardet/PLIST Wed Mar 11 14:52:28 2026
@@ -1,80 +1,156 @@
-@comment $NetBSD: PLIST,v 1.16 2026/03/11 14:03:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2026/03/11 14:52:28 wiz Exp $
bin/chardetect-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/chardet/__init__.py
${PYSITELIB}/chardet/__init__.pyc
${PYSITELIB}/chardet/__init__.pyo
${PYSITELIB}/chardet/__main__.py
${PYSITELIB}/chardet/__main__.pyc
${PYSITELIB}/chardet/__main__.pyo
-${PYSITELIB}/chardet/_utils.py
-${PYSITELIB}/chardet/_utils.pyc
-${PYSITELIB}/chardet/_utils.pyo
-${PYSITELIB}/chardet/_version.py
-${PYSITELIB}/chardet/_version.pyc
-${PYSITELIB}/chardet/_version.pyo
-${PYSITELIB}/chardet/cli.py
-${PYSITELIB}/chardet/cli.pyc
-${PYSITELIB}/chardet/cli.pyo
-${PYSITELIB}/chardet/detector.py
-${PYSITELIB}/chardet/detector.pyc
-${PYSITELIB}/chardet/detector.pyo
+${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/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/cli/__init__.py
+${PYSITELIB}/chardet/cli/__init__.pyc
+${PYSITELIB}/chardet/cli/__init__.pyo
+${PYSITELIB}/chardet/cli/chardetect.py
+${PYSITELIB}/chardet/cli/chardetect.pyc
+${PYSITELIB}/chardet/cli/chardetect.pyo
+${PYSITELIB}/chardet/codingstatemachine.py
+${PYSITELIB}/chardet/codingstatemachine.pyc
+${PYSITELIB}/chardet/codingstatemachine.pyo
+${PYSITELIB}/chardet/codingstatemachinedict.py
+${PYSITELIB}/chardet/codingstatemachinedict.pyc
+${PYSITELIB}/chardet/codingstatemachinedict.pyo
+${PYSITELIB}/chardet/cp949prober.py
+${PYSITELIB}/chardet/cp949prober.pyc
+${PYSITELIB}/chardet/cp949prober.pyo
${PYSITELIB}/chardet/enums.py
${PYSITELIB}/chardet/enums.pyc
${PYSITELIB}/chardet/enums.pyo
-${PYSITELIB}/chardet/equivalences.py
-${PYSITELIB}/chardet/equivalences.pyc
-${PYSITELIB}/chardet/equivalences.pyo
-${PYSITELIB}/chardet/models/__init__.py
-${PYSITELIB}/chardet/models/__init__.pyc
-${PYSITELIB}/chardet/models/__init__.pyo
-${PYSITELIB}/chardet/models/confusion.bin
-${PYSITELIB}/chardet/models/models.bin
-${PYSITELIB}/chardet/models/training_metadata.yaml
-${PYSITELIB}/chardet/pipeline/__init__.py
-${PYSITELIB}/chardet/pipeline/__init__.pyc
-${PYSITELIB}/chardet/pipeline/__init__.pyo
-${PYSITELIB}/chardet/pipeline/ascii.py
-${PYSITELIB}/chardet/pipeline/ascii.pyc
-${PYSITELIB}/chardet/pipeline/ascii.pyo
-${PYSITELIB}/chardet/pipeline/binary.py
-${PYSITELIB}/chardet/pipeline/binary.pyc
-${PYSITELIB}/chardet/pipeline/binary.pyo
-${PYSITELIB}/chardet/pipeline/bom.py
-${PYSITELIB}/chardet/pipeline/bom.pyc
-${PYSITELIB}/chardet/pipeline/bom.pyo
-${PYSITELIB}/chardet/pipeline/confusion.py
-${PYSITELIB}/chardet/pipeline/confusion.pyc
-${PYSITELIB}/chardet/pipeline/confusion.pyo
-${PYSITELIB}/chardet/pipeline/escape.py
-${PYSITELIB}/chardet/pipeline/escape.pyc
-${PYSITELIB}/chardet/pipeline/escape.pyo
-${PYSITELIB}/chardet/pipeline/markup.py
-${PYSITELIB}/chardet/pipeline/markup.pyc
-${PYSITELIB}/chardet/pipeline/markup.pyo
-${PYSITELIB}/chardet/pipeline/orchestrator.py
-${PYSITELIB}/chardet/pipeline/orchestrator.pyc
-${PYSITELIB}/chardet/pipeline/orchestrator.pyo
-${PYSITELIB}/chardet/pipeline/statistical.py
-${PYSITELIB}/chardet/pipeline/statistical.pyc
-${PYSITELIB}/chardet/pipeline/statistical.pyo
-${PYSITELIB}/chardet/pipeline/structural.py
-${PYSITELIB}/chardet/pipeline/structural.pyc
-${PYSITELIB}/chardet/pipeline/structural.pyo
-${PYSITELIB}/chardet/pipeline/utf1632.py
-${PYSITELIB}/chardet/pipeline/utf1632.pyc
-${PYSITELIB}/chardet/pipeline/utf1632.pyo
-${PYSITELIB}/chardet/pipeline/utf8.py
-${PYSITELIB}/chardet/pipeline/utf8.pyc
-${PYSITELIB}/chardet/pipeline/utf8.pyo
-${PYSITELIB}/chardet/pipeline/validity.py
-${PYSITELIB}/chardet/pipeline/validity.pyc
-${PYSITELIB}/chardet/pipeline/validity.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/jisfreq.py
+${PYSITELIB}/chardet/jisfreq.pyc
+${PYSITELIB}/chardet/jisfreq.pyo
+${PYSITELIB}/chardet/johabfreq.py
+${PYSITELIB}/chardet/johabfreq.pyc
+${PYSITELIB}/chardet/johabfreq.pyo
+${PYSITELIB}/chardet/johabprober.py
+${PYSITELIB}/chardet/johabprober.pyc
+${PYSITELIB}/chardet/johabprober.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/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/langrussianmodel.py
+${PYSITELIB}/chardet/langrussianmodel.pyc
+${PYSITELIB}/chardet/langrussianmodel.pyo
+${PYSITELIB}/chardet/langthaimodel.py
+${PYSITELIB}/chardet/langthaimodel.pyc
+${PYSITELIB}/chardet/langthaimodel.pyo
+${PYSITELIB}/chardet/langturkishmodel.py
+${PYSITELIB}/chardet/langturkishmodel.pyc
+${PYSITELIB}/chardet/langturkishmodel.pyo
+${PYSITELIB}/chardet/latin1prober.py
+${PYSITELIB}/chardet/latin1prober.pyc
+${PYSITELIB}/chardet/latin1prober.pyo
+${PYSITELIB}/chardet/macromanprober.py
+${PYSITELIB}/chardet/macromanprober.pyc
+${PYSITELIB}/chardet/macromanprober.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/metadata/__init__.py
+${PYSITELIB}/chardet/metadata/__init__.pyc
+${PYSITELIB}/chardet/metadata/__init__.pyo
+${PYSITELIB}/chardet/metadata/languages.py
+${PYSITELIB}/chardet/metadata/languages.pyc
+${PYSITELIB}/chardet/metadata/languages.pyo
${PYSITELIB}/chardet/py.typed
-${PYSITELIB}/chardet/registry.py
-${PYSITELIB}/chardet/registry.pyc
-${PYSITELIB}/chardet/registry.pyo
+${PYSITELIB}/chardet/resultdict.py
+${PYSITELIB}/chardet/resultdict.pyc
+${PYSITELIB}/chardet/resultdict.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/utf1632prober.py
+${PYSITELIB}/chardet/utf1632prober.pyc
+${PYSITELIB}/chardet/utf1632prober.pyo
+${PYSITELIB}/chardet/utf8prober.py
+${PYSITELIB}/chardet/utf8prober.pyc
+${PYSITELIB}/chardet/utf8prober.pyo
+${PYSITELIB}/chardet/version.py
+${PYSITELIB}/chardet/version.pyc
+${PYSITELIB}/chardet/version.pyo
Index: pkgsrc/converters/py-chardet/distinfo
diff -u pkgsrc/converters/py-chardet/distinfo:1.16 pkgsrc/converters/py-chardet/distinfo:1.17
--- pkgsrc/converters/py-chardet/distinfo:1.16 Wed Mar 11 14:03:30 2026
+++ pkgsrc/converters/py-chardet/distinfo Wed Mar 11 14:52:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2026/03/11 14:03:30 adam Exp $
+$NetBSD: distinfo,v 1.17 2026/03/11 14:52:28 wiz Exp $
-BLAKE2s (chardet-7.0.1.tar.gz) = f9bd3b61d4d39c7bebedac55ec15af7334f52840c4a7cba35a30158d520601a6
-SHA512 (chardet-7.0.1.tar.gz) = 3b383e1da1122260c27e7f495dc5729a1549ed346fb008626baf25624d56ba3874acb5db261b19cda30e838e55c77fac19e0fe4a1896510e8fc553d548182426
-Size (chardet-7.0.1.tar.gz) = 490240 bytes
+BLAKE2s (chardet-5.2.0.tar.gz) = 63c8f944cdb9ee5fee203a2616914f4439250cf5d13798fd2adea09e085476a2
+SHA512 (chardet-5.2.0.tar.gz) = c9c2d28c8783aa4513b15692c30955360b4bdb97922a8ba1ff4ec47d49be4d23d83a3e5e77fe2c9aa6bf8c966f9c021269d8e45ac7f9642b886475724ae3ae54
+Size (chardet-5.2.0.tar.gz) = 2069618 bytes
Home |
Main Index |
Thread Index |
Old Index