Received: by mail.netbsd.org (Postfix, from userid 605) id E2C7984DA9; Sun, 30 Apr 2023 18:57:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1EABA84D6B for ; Sun, 30 Apr 2023 18:57:15 +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 ixOE33odVZHv for ; Sun, 30 Apr 2023 18:57:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A6E1484D5B for ; Sun, 30 Apr 2023 18:57:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4245FA87; Sun, 30 Apr 2023 18:57:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682881034108910" MIME-Version: 1.0 Date: Sun, 30 Apr 2023 18:57:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/py-stone To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230430185714.A4245FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682881034108910 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:57:14 UTC 2023 Modified Files: pkgsrc/net/py-stone: Makefile Log Message: py-stone: not for python 2 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-stone/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682881034108910 Content-Disposition: inline Content-Length: 636 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-stone/Makefile diff -u pkgsrc/net/py-stone/Makefile:1.6 pkgsrc/net/py-stone/Makefile:1.7 --- pkgsrc/net/py-stone/Makefile:1.6 Mon Feb 21 19:08:36 2022 +++ pkgsrc/net/py-stone/Makefile Sun Apr 30 18:57:14 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/02/21 19:08:36 adam Exp $ +# $NetBSD: Makefile,v 1.7 2023/04/30 18:57:14 wiz Exp $ DISTNAME= stone-3.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,6 +16,8 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runn USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + USE_PKG_RESOURCES= yes # https://github.com/dropbox/stone/issues/266 --_----------=_1682881034108910--