Received: by mail.netbsd.org (Postfix, from userid 605) id BD6F084D5B; Sun, 30 Apr 2023 18:26:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EDF9184D15 for ; Sun, 30 Apr 2023 18:26:27 +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 tywMHgHf6XuY for ; Sun, 30 Apr 2023 18:26:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 174E384CF9 for ; Sun, 30 Apr 2023 18:26:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10C5FFA87; Sun, 30 Apr 2023 18:26:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168287918730500" MIME-Version: 1.0 Date: Sun, 30 Apr 2023 18:26:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-scard To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230430182627.10C5FFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168287918730500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 30 18:26:26 UTC 2023 Modified Files: pkgsrc/devel/py-scard: Makefile distinfo Log Message: py-scard: update to 2.0.7. 2.0.7 (March 2023) ================== * do not include the generated HTML documentation in the archive 2.0.6 (March 2023) ================== * handle SCARD_E_NO_SERVICE on Windows (on lmast reader removal) * add support of MSYS2/mingw environment on Windows * improve documentation * minor changes To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-scard/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-scard/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168287918730500 Content-Disposition: inline Content-Length: 1860 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-scard/Makefile diff -u pkgsrc/devel/py-scard/Makefile:1.5 pkgsrc/devel/py-scard/Makefile:1.6 --- pkgsrc/devel/py-scard/Makefile:1.5 Tue Oct 25 18:54:44 2022 +++ pkgsrc/devel/py-scard/Makefile Sun Apr 30 18:26:26 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/10/25 18:54:44 adam Exp $ +# $NetBSD: Makefile,v 1.6 2023/04/30 18:26:26 wiz Exp $ -DISTNAME= pyscard-2.0.5 +DISTNAME= pyscard-2.0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/^py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyscard/} @@ -14,6 +14,8 @@ TOOL_DEPENDS+= swig3>=0:../../devel/swig CPPFLAGS+= -I${BUILDLINK_PREFIX.pcsc-lite}/include/PCSC +PYTHON_VERSIONS_INCOMPATIBLE= 27 + pre-configure: ${LN} -sf ${PREFIX}/bin/swig3.0 ${BUILDLINK_DIR}/bin/swig Index: pkgsrc/devel/py-scard/distinfo diff -u pkgsrc/devel/py-scard/distinfo:1.6 pkgsrc/devel/py-scard/distinfo:1.7 --- pkgsrc/devel/py-scard/distinfo:1.6 Tue Oct 25 18:54:44 2022 +++ pkgsrc/devel/py-scard/distinfo Sun Apr 30 18:26:26 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2022/10/25 18:54:44 adam Exp $ +$NetBSD: distinfo,v 1.7 2023/04/30 18:26:26 wiz Exp $ -BLAKE2s (pyscard-2.0.5.tar.gz) = 654c46d7ad2fb036088b7640e5d20a6be6838de7dee41715533247f338a7a118 -SHA512 (pyscard-2.0.5.tar.gz) = bb2ef725e7dccefa640fe1568d1fee016bc5c639769d1b0d099067108e1369b8f7ccd3e48f985d657c5c7c33730eae891624f2c0ee2deaed491826b8c0eae2a5 -Size (pyscard-2.0.5.tar.gz) = 150803 bytes +BLAKE2s (pyscard-2.0.7.tar.gz) = 414739d3830af375c55f16afa63077ad51fd953e44ae048a0f30cf5f380e63b5 +SHA512 (pyscard-2.0.7.tar.gz) = d30a2d0fe9b410f277a4a1e45ae88a30eb3aa7ef6cac683a80d2bb3cfe38aeafe6a483dfd42c50017c46ee0d26da13f7226e25e783176587eafce1988127bb67 +Size (pyscard-2.0.7.tar.gz) = 152304 bytes SHA1 (patch-smartcard_scard_winscarddll.h) = 37af3bc8fc9fd44c3eeaaf3b9a9c1d0ae981a856 --_----------=_168287918730500--