Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=m/UXjA+7; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=1iJVMj54 Received: by mail.netbsd.org (Postfix, from userid 605) id 5737D84F4E; Wed, 15 May 2024 06:54:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715756096; bh=ykZq03bzdmyHeQxkb/r695Ok6ugYGn1BZpTIJ3Q/jCU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=m/UXjA+7uUrzeTJ09brTI0um3GEI3M9vK1jDfZKibPihUg5udCgitA9sGoGuw0fcC GJvn9EfrbzZq6Y6B0neVghJ3na/Eke5Ld5X8U9POFGJBWtXj0DMWhtMnbcbU8FDc9P K03lcKRAqquaoUmuRWUX4odHy1+V4CTJpiZLpYXU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B8C784D5E for ; Wed, 15 May 2024 06:54:28 +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 tSjlu5Bfled0 for ; Wed, 15 May 2024 06:54:27 +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 9479A84D35 for ; Wed, 15 May 2024 06:54:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715756067; bh=ykZq03bzdmyHeQxkb/r695Ok6ugYGn1BZpTIJ3Q/jCU=; h=Date:From:Subject:To:Reply-To; b=1iJVMj543JF9QwJlH/Tye+WUZ0GcGnm7xS/97zmreQVLyzId7BIT1GoUYhZYUcSdl VDOx02tfsW2GgGP41HuEJ2YqIRIugZvBuIXa2VefhLGcZtNFkCbBYv31PJmtFbjCpv 5Dcs0UM6BAAu/6OOUWalLlZjAsqH5q3ct8QxLWEM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C518FA2C; Wed, 15 May 2024 06:54:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171575606785210" MIME-Version: 1.0 Date: Wed, 15 May 2024 06:54:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/py-asdf-transform-schemas To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240515065427.8C518FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171575606785210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 15 06:54:27 UTC 2024 Modified Files: pkgsrc/math/py-asdf-transform-schemas: Makefile Log Message: py-asdf-transform-schemas: add test dependencies To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-asdf-transform-schemas/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171575606785210 Content-Disposition: inline Content-Length: 1059 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/py-asdf-transform-schemas/Makefile diff -u pkgsrc/math/py-asdf-transform-schemas/Makefile:1.4 pkgsrc/math/py-asdf-transform-schemas/Makefile:1.5 --- pkgsrc/math/py-asdf-transform-schemas/Makefile:1.4 Sun Mar 17 09:56:26 2024 +++ pkgsrc/math/py-asdf-transform-schemas/Makefile Wed May 15 06:54:27 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2024/03/17 09:56:26 adam Exp $ +# $NetBSD: Makefile,v 1.5 2024/05/15 06:54:27 wiz Exp $ DISTNAME= asdf_transform_schemas-0.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} @@ -14,6 +14,9 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-asdf-standard>=1.1.0:../../math/py-asdf-standard +TEST_DEPENDS+= ${PYPKGPREFIX}-asdf>=2.8.0:../../math/py-asdf +TEST_DEPENDS+= ${PYPKGPREFIX}-asdf_astropy>=0:../../math/py-asdf_astropy +TEST_DEPENDS+= ${PYPKGPREFIX}-scipy>=0:../../math/py-scipy USE_LANGUAGES= # none --_----------=_171575606785210--