Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E8E347A1F5 for ; Thu, 8 Jun 2017 22:19:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 934F5855B5; Thu, 8 Jun 2017 22:19:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24B9084DAD for ; Thu, 8 Jun 2017 22:19:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id loOxaWTixL2D for ; Thu, 8 Jun 2017 22:19:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8580784CDE for ; Thu, 8 Jun 2017 22:19:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8043BFB7B; Thu, 8 Jun 2017 22:19:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1496960354217510" MIME-Version: 1.0 Date: Thu, 8 Jun 2017 22:19:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/py-chardet To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170608221914.8043BFB7B@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1496960354217510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jun 8 22:19:14 UTC 2017 Modified Files: pkgsrc/converters/py-chardet: Makefile Log Message: Remove outdated comment, tests work. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/converters/py-chardet/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1496960354217510 Content-Disposition: inline Content-Length: 956 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/py-chardet/Makefile diff -u pkgsrc/converters/py-chardet/Makefile:1.20 pkgsrc/converters/py-chardet/Makefile:1.21 --- pkgsrc/converters/py-chardet/Makefile:1.20 Thu Jun 8 19:06:51 2017 +++ pkgsrc/converters/py-chardet/Makefile Thu Jun 8 22:19:14 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/06/08 19:06:51 adam Exp $ +# $NetBSD: Makefile,v 1.21 2017/06/08 22:19:14 wiz Exp $ DISTNAME= chardet-3.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,8 +10,7 @@ HOMEPAGE= http://pypi.python.org/pypi/ch COMMENT= Character encoding auto-detection in Python LICENSE= gnu-lgpl-v2.1 -# TEST_DEPENDS; however, no tests found -# https://github.com/chardet/chardet/issues/120 +# TEST_DEPENDS BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner BUILD_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis --_----------=_1496960354217510--