Import py27-nptdms-0.6.4 as wip/py-nptdms.

Cross-platform module for reading TDMS files as produced by LabView. Data
is stored as a numpy array, and is loaded using numpy’s fromfile routine
so is very fast.
This commit is contained in:
Kamel Ibn Aziz Derouiche 2015-06-13 09:35:53 +00:00 committed by Thomas Klausner
parent 4eed7b73c9
commit 10312f2cb3
4 changed files with 58 additions and 0 deletions

3
py-nptdms/DESCR Normal file
View file

@ -0,0 +1,3 @@
Cross-platform module for reading TDMS files as produced by LabView. Data
is stored as a numpy array, and is loaded using numpys fromfile routine
so is very fast.

21
py-nptdms/Makefile Normal file
View file

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1 2015/06/13 09:35:53 jihbed Exp $
DISTNAME= npTDMS-0.6.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= math python
MASTER_SITES= https://pypi.python.org/packages/source/n/npTDMS/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/adamreeve/npTDMS
COMMENT= NumPy based module for reading TDMS files produced by LabView
LICENSE= gnu-lgpl-v3
WRKSRC= ${WRKDIR}/npTDMS-0.6.4
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 34 33 27
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

29
py-nptdms/PLIST Normal file
View file

@ -0,0 +1,29 @@
@comment $NetBSD: PLIST,v 1.1 2015/06/13 09:35:53 jihbed Exp $
bin/tdmsinfo
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/nptdms/__init__.py
${PYSITELIB}/nptdms/__init__.pyc
${PYSITELIB}/nptdms/__init__.pyo
${PYSITELIB}/nptdms/tdms.py
${PYSITELIB}/nptdms/tdms.pyc
${PYSITELIB}/nptdms/tdms.pyo
${PYSITELIB}/nptdms/tdmsinfo.py
${PYSITELIB}/nptdms/tdmsinfo.pyc
${PYSITELIB}/nptdms/tdmsinfo.pyo
${PYSITELIB}/nptdms/test/__init__.py
${PYSITELIB}/nptdms/test/__init__.pyc
${PYSITELIB}/nptdms/test/__init__.pyo
${PYSITELIB}/nptdms/test/tdms_test.py
${PYSITELIB}/nptdms/test/tdms_test.pyc
${PYSITELIB}/nptdms/test/tdms_test.pyo
${PYSITELIB}/nptdms/utils.py
${PYSITELIB}/nptdms/utils.pyc
${PYSITELIB}/nptdms/utils.pyo
${PYSITELIB}/nptdms/version.py
${PYSITELIB}/nptdms/version.pyc
${PYSITELIB}/nptdms/version.pyo

5
py-nptdms/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/06/13 09:35:53 jihbed Exp $
SHA1 (npTDMS-0.6.4.tar.gz) = 9d011703e6e798fec84dc205325a29841336d67a
RMD160 (npTDMS-0.6.4.tar.gz) = ad193f276dc41addf87d5b1a3ca9cd34a2ccbf8f
Size (npTDMS-0.6.4.tar.gz) = 23566 bytes