SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
26
devel/py-test-astropy-header/Makefile
Normal file
26
devel/py-test-astropy-header/Makefile
Normal 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>
|
2
devel/py-test-astropy-header/distinfo
Normal file
2
devel/py-test-astropy-header/distinfo
Normal 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
|
5
devel/py-test-astropy-header/pkg/DESCR
Normal file
5
devel/py-test-astropy-header/pkg/DESCR
Normal 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.
|
18
devel/py-test-astropy-header/pkg/PLIST
Normal file
18
devel/py-test-astropy-header/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue