Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LRediRhp; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=3YTTnKHq Received: by mail.netbsd.org (Postfix, from userid 605) id 68E6E84EDA; Wed, 15 May 2024 06:42:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715755353; bh=N3uqSiUTdiWJYQRzlnzSdndsR0l4+3tTkXFrUQGsr68=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=LRediRhpGLQyj/Bu5T4342Sqkh4F1uOIcPMtfv90vY53JUITaf1HBx7mC/0okOZz2 1mJsqz/oG3AIQArbvX2THz1mgIKqkFpIth42pVOsSNrbLKGSkFTq2aHvIZxBtElolO SEsxTERh0wNEJBJhDHkqF6pS4D5NIO1b6S2gKuFY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5928384D5E for ; Wed, 15 May 2024 06:42:32 +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 7BsM6zmcaI7D for ; Wed, 15 May 2024 06:42:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 87EA784D35 for ; Wed, 15 May 2024 06:42:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715755351; bh=N3uqSiUTdiWJYQRzlnzSdndsR0l4+3tTkXFrUQGsr68=; h=Date:From:Subject:To:Reply-To; b=3YTTnKHqwUnP4S3Vs0OXHEDG6QfLuR9pRU57vTk/3xbxILC4Jn28wzIKjVSljPL1E UK+6loQDMD4u8u4Hj2C/dmAL+GjvPtzNRujTt1Bs84pP6I5kM7I0ySEizor0V5IXw1 b4UQAMN5+iMsNdExz7KxH3szukHacdouH83XQsEg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F4A6FA2C; Wed, 15 May 2024 06:42:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171575535148380" MIME-Version: 1.0 Date: Wed, 15 May 2024 06:42:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/py-asdf_coordinates_schemas To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240515064231.7F4A6FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171575535148380 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:42:31 UTC 2024 Added Files: pkgsrc/math/py-asdf_coordinates_schemas: DESCR Makefile PLIST distinfo Log Message: math/py-asdf_coordinates_schemas: import py-asdf_coordinates_schemas-0.3.0 ASDF schemas for validating coordinates tags. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-asdf_coordinates_schemas/DESCR \ pkgsrc/math/py-asdf_coordinates_schemas/Makefile \ pkgsrc/math/py-asdf_coordinates_schemas/PLIST \ pkgsrc/math/py-asdf_coordinates_schemas/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171575535148380 Content-Disposition: inline Content-Length: 6286 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/math/py-asdf_coordinates_schemas/DESCR diff -u /dev/null pkgsrc/math/py-asdf_coordinates_schemas/DESCR:1.1 --- /dev/null Wed May 15 06:42:31 2024 +++ pkgsrc/math/py-asdf_coordinates_schemas/DESCR Wed May 15 06:42:31 2024 @@ -0,0 +1 @@ +ASDF schemas for validating coordinates tags. Index: pkgsrc/math/py-asdf_coordinates_schemas/Makefile diff -u /dev/null pkgsrc/math/py-asdf_coordinates_schemas/Makefile:1.1 --- /dev/null Wed May 15 06:42:31 2024 +++ pkgsrc/math/py-asdf_coordinates_schemas/Makefile Wed May 15 06:42:31 2024 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2024/05/15 06:42:31 wiz Exp $ + +DISTNAME= asdf_coordinates_schemas-0.3.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= math python +MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf_coordinates_schemas/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://asdf-coordinates-schemas.readthedocs.io/en/latest/ +COMMENT= ASDF schemas for validating coordinates tags +LICENSE= modified-bsd + +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel +DEPENDS+= ${PYPKGPREFIX}-asdf>=2.12.1:../../math/py-asdf +DEPENDS+= ${PYPKGPREFIX}-asdf-standard>=1.1.0:../../math/py-asdf-standard + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 38 + +.include "../../lang/python/wheel.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/py-asdf_coordinates_schemas/PLIST diff -u /dev/null pkgsrc/math/py-asdf_coordinates_schemas/PLIST:1.1 --- /dev/null Wed May 15 06:42:31 2024 +++ pkgsrc/math/py-asdf_coordinates_schemas/PLIST Wed May 15 06:42:31 2024 @@ -0,0 +1,54 @@ +@comment $NetBSD: PLIST,v 1.1 2024/05/15 06:42:31 wiz Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt +${PYSITELIB}/asdf_coordinates_schemas/__init__.py +${PYSITELIB}/asdf_coordinates_schemas/__init__.pyc +${PYSITELIB}/asdf_coordinates_schemas/__init__.pyo +${PYSITELIB}/asdf_coordinates_schemas/_version.py +${PYSITELIB}/asdf_coordinates_schemas/_version.pyc +${PYSITELIB}/asdf_coordinates_schemas/_version.pyo +${PYSITELIB}/asdf_coordinates_schemas/integration.py +${PYSITELIB}/asdf_coordinates_schemas/integration.pyc +${PYSITELIB}/asdf_coordinates_schemas/integration.pyo +${PYSITELIB}/asdf_coordinates_schemas/resources/manifests/coordinates-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/manifests/coordinates-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/angle-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/angle-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/earthlocation-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/earthlocation-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/baseframe-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/baseframe-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/cirs-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/cirs-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/fk4-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/fk4-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/fk4noeterms-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/fk4noeterms-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/fk5-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/fk5-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/galactic-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/galactic-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/galactocentric-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/galactocentric-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/gcrs-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/gcrs-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/icrs-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/icrs-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/icrs-1.2.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/itrs-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/itrs-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/precessedgeocentric-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/frames/precessedgeocentric-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/latitude-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/latitude-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/longitude-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/longitude-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/representation-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/representation-1.1.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/skycoord-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/spectralcoord-1.0.0.yaml +${PYSITELIB}/asdf_coordinates_schemas/resources/schemas/spectralcoord-1.1.0.yaml Index: pkgsrc/math/py-asdf_coordinates_schemas/distinfo diff -u /dev/null pkgsrc/math/py-asdf_coordinates_schemas/distinfo:1.1 --- /dev/null Wed May 15 06:42:31 2024 +++ pkgsrc/math/py-asdf_coordinates_schemas/distinfo Wed May 15 06:42:31 2024 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2024/05/15 06:42:31 wiz Exp $ + +BLAKE2s (asdf_coordinates_schemas-0.3.0.tar.gz) = aba983de2899e2617da76fdc8aa4f5fb66cad61fb578bf82bbdb8d1f5faac368 +SHA512 (asdf_coordinates_schemas-0.3.0.tar.gz) = c51212c2a91b6cd7722ee34d244c2a5bda60c28673b125c7daee992cd1f8450fc3f66bd33e0acd235bd16a6daef8849a35d0a1a771cea892340463e98f954cc2 +Size (asdf_coordinates_schemas-0.3.0.tar.gz) = 54499 bytes --_----------=_171575535148380--