Port details |
- py-npTDMS NumPy based module for reading TDMS files produced by LabView
- 1.7.1 misc
=0 1.7.1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-07-21 06:39:18
- Last Update: 2023-09-16 18:26:04
- Commit Hash: 9f0562c
- License: GPLv3
- WWW:
- https://github.com/adamreeve/npTDMS
- Description:
- npTDMS is a cross-platform Python package for reading and writing TDMS files
as produced by LabVIEW, and is built on top of the numpy package. Data is read
from TDMS files as numpy arrays, and npTDMS also allows writing numpy arrays
to TDMS files.
TDMS files are structured in a hierarchy of groups and channels. A TDMS file can
contain multiple groups, which may each contain multiple channels. A file, group
and channel may all have properties associated with them, but only channels have
array data.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}npTDMS>0:misc/py-npTDMS@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-npTDMS/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-npTDMS
- pkg install py39-npTDMS
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-npTDMS listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-npTDMS
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1694884224
SHA256 (npTDMS-1.7.1.tar.gz) = f7cb8367b8bf3224725e74e63f9bdeef1af5020a7882bd3a3a7846e8a67a6d6e
SIZE (npTDMS-1.7.1.tar.gz) = 176453
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>0 : devel/py-setuptools@py39
- py39-wheel>0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- py39-hypothesis>0 : devel/py-hypothesis@py39
- py39-pytest-benchmark>0 : devel/py-pytest-benchmark@py39
- py39-thermocouples_reference>0 : misc/py-thermocouples_reference@py39
- py39-scipy>0 : science/py-scipy@py39
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-numpy>=1.16,1<1.26,1 : math/py-numpy@py39
- py39-h5py>0 : science/py-h5py@py39
- py39-pandas>0 : math/py-pandas@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- math/py-qats
Configuration Options:
- No options to configure
- Options name:
- misc_py-npTDMS
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|