From owner-svn-ports-branches@freebsd.org Fri Dec 20 10:38:12 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E4D791D59B4; Fri, 20 Dec 2019 10:38:12 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47fQFJ5j8sz3KHp; Fri, 20 Dec 2019 10:38:12 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BED72257E5; Fri, 20 Dec 2019 10:38:12 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBKAcC2p013857; Fri, 20 Dec 2019 10:38:12 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBKAcCpm013856; Fri, 20 Dec 2019 10:38:12 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201912201038.xBKAcCpm013856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 20 Dec 2019 10:38:12 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in branches/2019Q4/textproc/py-chardet: . files X-SVN-Commit-Revision: 520499 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2019 10:38:13 -0000 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