Import py27-fdasrsf-1.0.1 as wip/py-fdasrsf.
Functional data analysis using the square root slope framework
This commit is contained in:
parent
70bb6fb653
commit
95049d6115
4 changed files with 52 additions and 0 deletions
1
py-fdasrsf/DESCR
Normal file
1
py-fdasrsf/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Functional data analysis using the square root slope framework
|
27
py-fdasrsf/Makefile
Normal file
27
py-fdasrsf/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/01/17 20:02:15 jihbed Exp $
|
||||
|
||||
DISTNAME= fdasrsf-1.0.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/f/fdasrsf/
|
||||
FETCH_USING= curl
|
||||
|
||||
MAINTAINER= jihbed.research@gmail.com
|
||||
HOMEPAGE= http://stat.fsu.edu/~dtucker/research.html
|
||||
COMMENT= Functional data analysis using the square root slope framework
|
||||
LICENSE=modified-bsd
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
SUBST_CLASSES+= paths
|
||||
SUBST_STAGE.paths= pre-configure
|
||||
SUBST_SED.paths+= -e 's,share/man/man1,${PKGMANDIR}/man1,g'
|
||||
SUBST_FILES.paths+= setup.py
|
||||
SUBST_MESSAGE.paths= Fixing header search paths.
|
||||
|
||||
.include "../../devel/py-cython/buildlink3.mk"
|
||||
.include "../../graphics/py-matplotlib/buildlink3.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../math/py-numpy/buildlink3.mk"
|
||||
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.1:../../math/py-scipy
|
||||
.include "../../mk/bsd.pkg.mk"
|
19
py-fdasrsf/PLIST
Normal file
19
py-fdasrsf/PLIST
Normal file
|
@ -0,0 +1,19 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/01/17 20:02:15 jihbed Exp $
|
||||
bin/ex_srsf_align.py
|
||||
${PYSITELIB}/fdasrsf/__init__.py
|
||||
${PYSITELIB}/fdasrsf/__init__.pyc
|
||||
${PYSITELIB}/fdasrsf/__init__.pyo
|
||||
${PYSITELIB}/fdasrsf/fPCA.py
|
||||
${PYSITELIB}/fdasrsf/fPCA.pyc
|
||||
${PYSITELIB}/fdasrsf/fPCA.pyo
|
||||
${PYSITELIB}/fdasrsf/plot_style.py
|
||||
${PYSITELIB}/fdasrsf/plot_style.pyc
|
||||
${PYSITELIB}/fdasrsf/plot_style.pyo
|
||||
${PYSITELIB}/fdasrsf/time_warping.py
|
||||
${PYSITELIB}/fdasrsf/time_warping.pyc
|
||||
${PYSITELIB}/fdasrsf/time_warping.pyo
|
||||
${PYSITELIB}/fdasrsf/utility_functions.py
|
||||
${PYSITELIB}/fdasrsf/utility_functions.pyc
|
||||
${PYSITELIB}/fdasrsf/utility_functions.pyo
|
||||
${PYSITELIB}/optimum_reparamN.so
|
||||
man/man1/fdasrsf.1
|
5
py-fdasrsf/distinfo
Normal file
5
py-fdasrsf/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/01/17 20:02:15 jihbed Exp $
|
||||
|
||||
SHA1 (fdasrsf-1.0.1.tar.gz) = 9156df9a50061d8d86bd5ce0719734cd64159a63
|
||||
RMD160 (fdasrsf-1.0.1.tar.gz) = f696a164b199e4db074c2d0edfbf7670917c4a35
|
||||
Size (fdasrsf-1.0.1.tar.gz) = 84431 bytes
|
Loading…
Reference in a new issue