Received: by mail.netbsd.org (Postfix, from userid 605) id EAE5C84D76; Fri, 23 Feb 2018 06:34:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4298D84D76 for ; Fri, 23 Feb 2018 06:34:09 +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 sLQ675oPVfjh for ; Fri, 23 Feb 2018 06:34:08 +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 93C2684CEF for ; Fri, 23 Feb 2018 06:34:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87501FB40; Fri, 23 Feb 2018 06:34:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519367648289810" MIME-Version: 1.0 Date: Fri, 23 Feb 2018 06:34:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-crcmod To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180223063408.87501FB40@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. --_----------=_1519367648289810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 23 06:34:08 UTC 2018 Modified Files: pkgsrc/security/py-crcmod: Makefile PLIST Log Message: py-crcmod: cleanups To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-crcmod/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-crcmod/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519367648289810 Content-Disposition: inline Content-Length: 2115 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-crcmod/Makefile diff -u pkgsrc/security/py-crcmod/Makefile:1.2 pkgsrc/security/py-crcmod/Makefile:1.3 --- pkgsrc/security/py-crcmod/Makefile:1.2 Sun Feb 4 16:21:19 2018 +++ pkgsrc/security/py-crcmod/Makefile Fri Feb 23 06:34:08 2018 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2018/02/04 16:21:19 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2018/02/23 06:34:08 adam Exp $ DISTNAME= crcmod-1.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= security +CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=c/crcmod/} MAINTAINER= bsiegert@NetBSD.org @@ -11,7 +11,7 @@ COMMENT= Cyclic Redundancy Checksums in LICENSE= mit do-test: - env PYTHONPATH=${WRKSRC} ${PYTHONBIN} -m test + ${SETENV} PYTHONPATH=${WRKSRC} ${PYTHONBIN} -m test .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/py-crcmod/PLIST diff -u pkgsrc/security/py-crcmod/PLIST:1.1 pkgsrc/security/py-crcmod/PLIST:1.2 --- pkgsrc/security/py-crcmod/PLIST:1.1 Tue Jan 30 19:07:48 2018 +++ pkgsrc/security/py-crcmod/PLIST Fri Feb 23 06:34:08 2018 @@ -1,18 +1,18 @@ -@comment $NetBSD: PLIST,v 1.1 2018/01/30 19:07:48 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/02/23 06:34:08 adam Exp $ ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/crcmod/__init__.py -${PYSITELIB}/crcmod/__init__.pyo ${PYSITELIB}/crcmod/__init__.pyc -${PYSITELIB}/crcmod/_crcfunpy.pyo -${PYSITELIB}/crcmod/_crcfunpy.pyc -${PYSITELIB}/crcmod/crcmod.pyo -${PYSITELIB}/crcmod/crcmod.pyc -${PYSITELIB}/crcmod/predefined.pyo -${PYSITELIB}/crcmod/predefined.pyc -${PYSITELIB}/crcmod/test.pyo -${PYSITELIB}/crcmod/test.pyc +${PYSITELIB}/crcmod/__init__.pyo ${PYSITELIB}/crcmod/_crcfunext.so ${PYSITELIB}/crcmod/_crcfunpy.py +${PYSITELIB}/crcmod/_crcfunpy.pyc +${PYSITELIB}/crcmod/_crcfunpy.pyo ${PYSITELIB}/crcmod/crcmod.py +${PYSITELIB}/crcmod/crcmod.pyc +${PYSITELIB}/crcmod/crcmod.pyo ${PYSITELIB}/crcmod/predefined.py +${PYSITELIB}/crcmod/predefined.pyc +${PYSITELIB}/crcmod/predefined.pyo ${PYSITELIB}/crcmod/test.py +${PYSITELIB}/crcmod/test.pyc +${PYSITELIB}/crcmod/test.pyo --_----------=_1519367648289810--