Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=0GWrq2S6; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bTk+jk85 Received: by mail.netbsd.org (Postfix, from userid 605) id 8115C84F2E; Wed, 15 May 2024 06:58:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715756337; bh=rf0/K+xeBrzV4oFM9JdaS6uAoxxD9HWx6dWSBedCAJQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=0GWrq2S6rRH/jj5CU3URwtZyNhvw7i/JAm77cXSaBM5aMxQgyW/ZQo3pogka4NJbJ do87yPfgyOy2opJQY+hgJkzwFXYuuPY0TeGWKX4QJIZid1dAaAQhIKtOLhHN6Tnqmn lCS0KYNxW3Whs2E0jTb7w4u/MFwKXY0iA/6AWsI0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F86984E8C for ; Wed, 15 May 2024 06:58:56 +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 mu49URclHQKg for ; Wed, 15 May 2024 06:58:56 +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 0380D84D35 for ; Wed, 15 May 2024 06:58:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715756336; bh=rf0/K+xeBrzV4oFM9JdaS6uAoxxD9HWx6dWSBedCAJQ=; h=Date:From:Subject:To:Reply-To; b=bTk+jk85gNhMQum71W/ofdp1iPXjozyYUFZ550aqJ1hCYKwfIWz15OJ27N2DU4ORZ wI5ofBBUbxmQkeiXrvFeUjvG/oXcMOAU9AjcZ79m1Ynt8VvHgkiMsroPUeSdPFCPtx L9BoEtO4Y9SkuNd1cQUvOg4a+PkzkmPNOzxoYoEA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id F0BA3FA2C; Wed, 15 May 2024 06:58:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715756335239970" MIME-Version: 1.0 Date: Wed, 15 May 2024 06:58:55 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240515065855.F0BA3FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715756335239970 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:58:55 UTC 2024 Modified Files: pkgsrc/math: Makefile Log Message: math/Makefile: + py-asdf_wcs_schemas To generate a diff of this commit: cvs rdiff -u -r1.593 -r1.594 pkgsrc/math/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715756335239970 Content-Disposition: inline Content-Length: 617 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.593 pkgsrc/math/Makefile:1.594 --- pkgsrc/math/Makefile:1.593 Wed May 15 06:47:15 2024 +++ pkgsrc/math/Makefile Wed May 15 06:58:55 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.593 2024/05/15 06:47:15 wiz Exp $ +# $NetBSD: Makefile,v 1.594 2024/05/15 06:58:55 wiz Exp $ COMMENT= Mathematics @@ -394,6 +394,7 @@ SUBDIR+= py-asdf-transform-schemas SUBDIR+= py-asdf-unit-schemas SUBDIR+= py-asdf_astropy SUBDIR+= py-asdf_coordinates_schemas +SUBDIR+= py-asdf_wcs_schemas SUBDIR+= py-asteval SUBDIR+= py-astroML SUBDIR+= py-astropy --_----------=_1715756335239970--