Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2019 10:38:12 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r520499 - in branches/2019Q4/textproc/py-chardet: . files
Message-ID:  <201912201038.xBKAcCpm013856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Universal encoding detector for Python 2 and 3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912201038.xBKAcCpm013856>