pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/py-chardet py-chardet: mark as not for pyth...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d04593012ba
branches: trunk
changeset: 381399:7d04593012ba
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jul 06 11:20:16 2022 +0000
description:
py-chardet: mark as not for python 2.7
Use py-chardet4 for that
diffstat:
converters/py-chardet/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d4a28aea5c2b -r 7d04593012ba converters/py-chardet/Makefile
--- a/converters/py-chardet/Makefile Wed Jul 06 10:04:46 2022 +0000
+++ b/converters/py-chardet/Makefile Wed Jul 06 11:20:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2022/07/03 12:45:17 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2022/07/06 11:20:16 wiz Exp $
DISTNAME= chardet-5.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,8 @@
USE_PKG_RESOURCES= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} chardetect chardetect-${PYVERSSUFFIX} || ${TRUE}
Home |
Main Index |
Thread Index |
Old Index