aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-chardet/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2019-12-20 10:38:12 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2019-12-20 10:38:12 +0000
commit657c6df3d174cfde663ff8790e538e8147836a94 (patch)
treea372514fa878abbb19f79596447322e4eb8443b9 /textproc/py-chardet/Makefile
parentf5ee4db3b9bd3de38006199fcb6370a71ae942f0 (diff)
downloadports-657c6df3d174cfde663ff8790e538e8147836a94.tar.gz
ports-657c6df3d174cfde663ff8790e538e8147836a94.zip
MFH: r520358 textproc/py-charset: Fix test target
Fix test invocation with pytest 4.x [1], which was failing with: if len(param.values) != len(argnames): E TypeError: object of type 'MarkDecorator' has no len() While here, fix out of order MASTER_SITES [1] https://github.com/chardet/chardet/pull/174 Approved by: portmgr (blanket: ports compliance) Approved by: ports-secteam (blanket(s): bugfix, ports compliance)
Notes
Notes: svn path=/branches/2019Q4/; revision=520499
Diffstat (limited to 'textproc/py-chardet/Makefile')
-rw-r--r--textproc/py-chardet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-chardet/Makefile b/textproc/py-chardet/Makefile
index 02ebc1a3cf59..172fa3d7c29d 100644
--- a/textproc/py-chardet/Makefile
+++ b/textproc/py-chardet/Makefile
@@ -3,10 +3,10 @@
PORTNAME= chardet
PORTVERSION= 3.0.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Universal encoding detector for Python 2 and 3