Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=qKOydQFF; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=XwIAC6Eh Received: by mail.netbsd.org (Postfix, from userid 605) id 6B5CF84EE9; Fri, 10 May 2024 10:35:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715337322; bh=NgJq3xbyHIuEhHPDUKhVTB5fCIrVBju/ir0xeiyT2cY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=qKOydQFFfGovK3Fac4q91MpjK/mppZsN0kDiVVX4fLQcf/DFSg9Pai+zlTGEwNJ+V asLDdiLCrz54XkfZ4bqCQ2kz7WCLVr/VgcXa55FdCkjG5mj67fHCo/PKuL4MXa3Int GnyNz9fq+BHUg3JK027AMqDPBIwciHzVVLP4JR30= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 58BCE84E7A for ; Fri, 10 May 2024 10:35:21 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id LrpyGjPan0Cz for ; Fri, 10 May 2024 10:35:20 +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 A975484CE2 for ; Fri, 10 May 2024 10:35:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715337320; bh=NgJq3xbyHIuEhHPDUKhVTB5fCIrVBju/ir0xeiyT2cY=; h=Date:From:Subject:To:Reply-To; b=XwIAC6EhVdYPDMHsX9VRLBJ1feMfnfXYN4a6S5DUCvyxS6OVdbSG0YwCiXQ8i3Ps8 KeVVFhT3FSLrxERIYpCwgS3mCWD17VWQM5hmMqeYgP0+iW/D/iQYAhYZuS9ypDahau CF1UhW09ASOQQZmtCjLqxClOXGwkGSkYm+JUzWWU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99D07FA2C; Fri, 10 May 2024 10:35:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171533732084930" MIME-Version: 1.0 Date: Fri, 10 May 2024 10:35:20 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/py-blurhash To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240510103520.99D07FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171533732084930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri May 10 10:35:20 UTC 2024 Modified Files: pkgsrc/graphics/py-blurhash: Makefile Log Message: py-blurhash: remove unused include To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-blurhash/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171533732084930 Content-Disposition: inline Content-Length: 689 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-blurhash/Makefile diff -u pkgsrc/graphics/py-blurhash/Makefile:1.7 pkgsrc/graphics/py-blurhash/Makefile:1.8 --- pkgsrc/graphics/py-blurhash/Makefile:1.7 Tue Apr 30 11:37:23 2024 +++ pkgsrc/graphics/py-blurhash/Makefile Fri May 10 10:35:20 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2024/04/30 11:37:23 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2024/05/10 10:35:20 wiz Exp $ DISTNAME= blurhash-1.1.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,5 +22,4 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 38 .include "../../lang/python/wheel.mk" -.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" --_----------=_171533732084930--