Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6371A84ED5 for ; Tue, 29 Aug 2023 14:09:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Zr3Z3_VSnbkf for ; Tue, 29 Aug 2023 14:09:28 +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 E7F9484CF3 for ; Tue, 29 Aug 2023 14:09:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E53C0FBDB; Tue, 29 Aug 2023 14:09:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693318167115530" MIME-Version: 1.0 Date: Tue, 29 Aug 2023 14:09:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-pysaml2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230829140927.E53C0FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693318167115530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Aug 29 14:09:27 UTC 2023 Modified Files: pkgsrc/www/py-pysaml2: Makefile Log Message: py-pysaml2: restrict to supported Python versions To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-pysaml2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693318167115530 Content-Disposition: inline Content-Length: 647 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-pysaml2/Makefile diff -u pkgsrc/www/py-pysaml2/Makefile:1.1 pkgsrc/www/py-pysaml2/Makefile:1.2 --- pkgsrc/www/py-pysaml2/Makefile:1.1 Tue Aug 29 14:04:20 2023 +++ pkgsrc/www/py-pysaml2/Makefile Tue Aug 29 14:09:27 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2023/08/29 14:04:20 manu Exp $ +# $NetBSD: Makefile,v 1.2 2023/08/29 14:09:27 wiz Exp $ DISTNAME= pysaml2-7.1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,5 +22,7 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../. USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 38 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1693318167115530--