svn commit: r520499 - in branches/2019Q4/textproc/py-chardet: . files
Kubilay Kocak
koobs at FreeBSD.org
Fri Dec 20 10:38:13 UTC 2019
Author: koobs
Date: Fri Dec 20 10:38:12 2019
New Revision: 520499
URL: https://svnweb.freebsd.org/changeset/ports/520499
Log:
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)
Added:
branches/2019Q4/textproc/py-chardet/files/
- copied from r520358, head/textproc/py-chardet/files/
Modified:
branches/2019Q4/textproc/py-chardet/Makefile
Directory Properties:
branches/2019Q4/ (props changed)
Modified: branches/2019Q4/textproc/py-chardet/Makefile
==============================================================================
--- branches/2019Q4/textproc/py-chardet/Makefile Fri Dec 20 10:35:43 2019 (r520498)
+++ branches/2019Q4/textproc/py-chardet/Makefile Fri Dec 20 10:38:12 2019 (r520499)
@@ -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 at FreeBSD.org
COMMENT= Universal encoding detector for Python 2 and 3
More information about the svn-ports-branches
mailing list