Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LeKxg0MY; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=xEzARBzo Received: by mail.netbsd.org (Postfix, from userid 605) id AC9BB84F44; Thu, 16 May 2024 20:14:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715890485; bh=LHUJqM6+O8C91Uns6oI28civCcUNwuy9ZaAwuUIssGI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=LeKxg0MYbGMWs/wNR7g/XLsIHz5RzAShnu9imrhKWWrkY5WAFhlbhpiP8e9olRz/i Bvv/Mf8hzKjxVoiixyI3SJ52ZlqGHkISaoi0OLP5t5B+VVkGif9X951Gdw3+q/lln9 Z+KnerbMXwLgY3i0h95DeaYzsJ+1JpwBeXmzAx5w= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E7EF84EDB for ; Thu, 16 May 2024 20:14:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 cJLQ4fysCthU for ; Thu, 16 May 2024 20:14:44 +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 0070A84D2E for ; Thu, 16 May 2024 20:14:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715890484; bh=LHUJqM6+O8C91Uns6oI28civCcUNwuy9ZaAwuUIssGI=; h=Date:From:Subject:To:Reply-To; b=xEzARBzomj5Jd7ErgnmmAhfsSEhziTgOa2+gdyzqPa/qrHZsKCZGMZmJzBTRtgvSr 0lVxSUFUXaOy/Ph8ovPixdvi3e42Bi47V8GTJrP805RcB6EcfgopXmB6scylGqvqM5 hDYjxOsQCzVaRYr6HQk0rZ523nPLtGMqMpLjo5Yw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id EAF06FA2C; Thu, 16 May 2024 20:14:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715890483130320" MIME-Version: 1.0 Date: Thu, 16 May 2024 20:14:43 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/py-pyformlang To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240516201443.EAF06FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715890483130320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu May 16 20:14:43 UTC 2024 Modified Files: pkgsrc/lang/py-pyformlang: Makefile Log Message: py-pyformlang: not for Python 38 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/py-pyformlang/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715890483130320 Content-Disposition: inline Content-Length: 707 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py-pyformlang/Makefile diff -u pkgsrc/lang/py-pyformlang/Makefile:1.4 pkgsrc/lang/py-pyformlang/Makefile:1.5 --- pkgsrc/lang/py-pyformlang/Makefile:1.4 Mon Apr 8 07:42:37 2024 +++ pkgsrc/lang/py-pyformlang/Makefile Thu May 16 20:14:43 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2024/04/08 07:42:37 adam Exp $ +# $NetBSD: Makefile,v 1.5 2024/05/16 20:14:43 wiz Exp $ DISTNAME= pyformlang-1.0.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:.. USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 38 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1715890483130320--