diff --git a/py-fdasrsf/DESCR b/py-fdasrsf/DESCR new file mode 100644 index 0000000000..877851dfaa --- /dev/null +++ b/py-fdasrsf/DESCR @@ -0,0 +1 @@ +Functional data analysis using the square root slope framework diff --git a/py-fdasrsf/Makefile b/py-fdasrsf/Makefile new file mode 100644 index 0000000000..641f3d8b9d --- /dev/null +++ b/py-fdasrsf/Makefile @@ -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" diff --git a/py-fdasrsf/PLIST b/py-fdasrsf/PLIST new file mode 100644 index 0000000000..f677b236f2 --- /dev/null +++ b/py-fdasrsf/PLIST @@ -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 diff --git a/py-fdasrsf/distinfo b/py-fdasrsf/distinfo new file mode 100644 index 0000000000..4ed72a6110 --- /dev/null +++ b/py-fdasrsf/distinfo @@ -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