Received: by mail.netbsd.org (Postfix, from userid 605) id C2CB284D88; Sat, 30 Sep 2017 14:28:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5479584D78 for ; Sat, 30 Sep 2017 14:28:04 +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 bF5iNPjwoBDE for ; Sat, 30 Sep 2017 14:28:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AE2A684D75 for ; Sat, 30 Sep 2017 14:28:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5DADFBC7; Sat, 30 Sep 2017 14:28:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506781683225580" MIME-Version: 1.0 Date: Sat, 30 Sep 2017 14:28:03 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-cached-property To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170930142803.A5DADFBC7@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. --_----------=_1506781683225580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Sep 30 14:28:03 UTC 2017 Modified Files: pkgsrc/devel/py-cached-property: Makefile Log Message: py-cached-property: removed unused comment To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-cached-property/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506781683225580 Content-Disposition: inline Content-Length: 772 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-cached-property/Makefile diff -u pkgsrc/devel/py-cached-property/Makefile:1.6 pkgsrc/devel/py-cached-property/Makefile:1.7 --- pkgsrc/devel/py-cached-property/Makefile:1.6 Sat Sep 30 14:25:29 2017 +++ pkgsrc/devel/py-cached-property/Makefile Sat Sep 30 14:28:03 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/09/30 14:25:29 adam Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/30 14:28:03 adam Exp $ DISTNAME= cached-property-1.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,5 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-freezegun USE_LANGUAGES= # none -# UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 561: ordinal not in range(128) - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1506781683225580--