SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,26 @@
COMMENT= add diagnostic information to pytest's output
MODPY_EGG_VERSION= 0.2.2
DISTNAME= pytest-astropy-header-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME:S/py//}
REVISION= 0
CATEGORIES= devel
HOMEPAGE= https://github.com/astropy/pytest-astropy-header
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools_scm
FLAVOR= python3
FLAVORS= python3
RUN_DEPENDS= devel/py-test${MODPY_FLAVOR}
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (pytest-astropy-header-0.2.2.tar.gz) = d4kRAclLdajKMFRTuHmzGKtgAbNw3wK+LAttG7Mi2xA=
SIZE (pytest-astropy-header-0.2.2.tar.gz) = 9914

View file

@ -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.

View file

@ -0,0 +1,18 @@
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header/
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header-${MODPY_EGG_VERSION}.dist-info/LICENSE.rst
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header-${MODPY_EGG_VERSION}.dist-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header/${MODPY_PYCACHE}display.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header/${MODPY_PYCACHE}display.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header/${MODPY_PYCACHE}version.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header/${MODPY_PYCACHE}version.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header/display.py
lib/python${MODPY_VERSION}/site-packages/pytest_astropy_header/version.py