Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=NbXjHhjU; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=1Tp5wm55 Received: by mail.netbsd.org (Postfix, from userid 605) id 5EE1784ED8; Wed, 15 May 2024 06:33:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715754826; bh=0Uqf9UhnzwPIdD1Ju9lNF+KDi40TH9mSbR2CjDh9noo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=NbXjHhjUECTOJ9/FqDwsWfY3PGlyhJnZNLw3Pfafspjs8QHu/xKgz6W1mxJNS8VDz PQStqbx8RNpW9YzZQqnGRE28ZQp0mtZ0+zbGWgu0G9eN09MuixndJSlhwHI6fEE8yB 45FYKqszNQHnMdRQIGDGYWgStFXDbYvNcbF/QhTs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 488C384D5E for ; Wed, 15 May 2024 06:33:45 +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 jU8zYWn_Bhw6 for ; Wed, 15 May 2024 06:33:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 98C6084D35 for ; Wed, 15 May 2024 06:33:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715754824; bh=0Uqf9UhnzwPIdD1Ju9lNF+KDi40TH9mSbR2CjDh9noo=; h=Date:From:Subject:To:Reply-To; b=1Tp5wm55cVcxh59HLyvk/PAZrhAvn8g08ViNbmHMOrKbMk724O8oOFmrDxKd7Q8ER lYxN6xr55R71C20hrR7L7oqmEtxxMKSPeCRqA1Tr0ASWRW+nwUwi3VEqCMGY5WXvy8 ObHkMwcNCSkN63495ZA4MFN0KHIESnqpx+iLUH6c= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8CE0FFA2C; Wed, 15 May 2024 06:33:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715754824229730" MIME-Version: 1.0 Date: Wed, 15 May 2024 06:33:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-test-astropy-header To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240515063344.8CE0FFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715754824229730 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:33:44 UTC 2024 Added Files: pkgsrc/devel/py-test-astropy-header: DESCR Makefile PLIST distinfo Log Message: devel/py-test-astropy-header: import py-test-astropy-header-0.2.2 This plugin package provides a way to include information about the system, Python installation, and select dependencies in the header of the output when running pytest. It can be used with packages that are not affiliated with the Astropy project, but is optimized for use with Astropy-related projects. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-astropy-header/DESCR \ pkgsrc/devel/py-test-astropy-header/Makefile \ pkgsrc/devel/py-test-astropy-header/PLIST \ pkgsrc/devel/py-test-astropy-header/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715754824229730 Content-Disposition: inline Content-Length: 3369 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-test-astropy-header/DESCR diff -u /dev/null pkgsrc/devel/py-test-astropy-header/DESCR:1.1 --- /dev/null Wed May 15 06:33:44 2024 +++ pkgsrc/devel/py-test-astropy-header/DESCR Wed May 15 06:33:44 2024 @@ -0,0 +1,5 @@ +This plugin package provides a way to include information about +the system, Python installation, and select dependencies in the +header of the output when running pytest. It can be used with +packages that are not affiliated with the Astropy project, but is +optimized for use with Astropy-related projects. Index: pkgsrc/devel/py-test-astropy-header/Makefile diff -u /dev/null pkgsrc/devel/py-test-astropy-header/Makefile:1.1 --- /dev/null Wed May 15 06:33:44 2024 +++ pkgsrc/devel/py-test-astropy-header/Makefile Wed May 15 06:33:44 2024 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2024/05/15 06:33:44 wiz Exp $ + +DISTNAME= pytest-astropy-header-0.2.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-astropy-header/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/astropy/pytest-astropy-header +COMMENT= Pytest plugin to add diagnostic information to the test output header +LICENSE= modified-bsd + +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel +TEST_DEPENDS+= ${PYPKGPREFIX}-astropy-[0-9]*:../../math/py-astropy +TEST_DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/wheel.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-test-astropy-header/PLIST diff -u /dev/null pkgsrc/devel/py-test-astropy-header/PLIST:1.1 --- /dev/null Wed May 15 06:33:44 2024 +++ pkgsrc/devel/py-test-astropy-header/PLIST Wed May 15 06:33:44 2024 @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1 2024/05/15 06:33:44 wiz Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst +${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}/pytest_astropy_header/__init__.py +${PYSITELIB}/pytest_astropy_header/__init__.pyc +${PYSITELIB}/pytest_astropy_header/__init__.pyo +${PYSITELIB}/pytest_astropy_header/display.py +${PYSITELIB}/pytest_astropy_header/display.pyc +${PYSITELIB}/pytest_astropy_header/display.pyo +${PYSITELIB}/pytest_astropy_header/version.py +${PYSITELIB}/pytest_astropy_header/version.pyc +${PYSITELIB}/pytest_astropy_header/version.pyo Index: pkgsrc/devel/py-test-astropy-header/distinfo diff -u /dev/null pkgsrc/devel/py-test-astropy-header/distinfo:1.1 --- /dev/null Wed May 15 06:33:44 2024 +++ pkgsrc/devel/py-test-astropy-header/distinfo Wed May 15 06:33:44 2024 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2024/05/15 06:33:44 wiz Exp $ + +BLAKE2s (pytest-astropy-header-0.2.2.tar.gz) = 03b3be0cb886f42399746f5ae7cd2d259cfa7bb21a4ea6db2868dd1eda6716be +SHA512 (pytest-astropy-header-0.2.2.tar.gz) = 790e9bbfe2050298d00ddc435a00f65150a51ab0833ff7ab32090dfd5700a0f0fe07acca3d87c953d7b54b9010a1e2e9bb30b3143956e77f0f283c01490f5c77 +Size (pytest-astropy-header-0.2.2.tar.gz) = 9914 bytes --_----------=_1715754824229730--