pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-astropy-header



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index