Index: head/math/py-luminol/Makefile =================================================================== --- head/math/py-luminol/Makefile (nonexistent) +++ head/math/py-luminol/Makefile (revision 413550) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= luminol +PORTVERSION= 0.3.1 +DISTVERSIONPREFIX= v +CATEGORIES= math python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= araujo@FreeBSD.org +COMMENT= Light weight python library for time series data analysis + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.6.2:math/py-numpy + +USES= python +USE_PYTHON= autoplist distutils +USE_GITHUB= yes +GH_ACCOUNT= linkedin + +.include Property changes on: head/math/py-luminol/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/py-luminol/distinfo =================================================================== --- head/math/py-luminol/distinfo (nonexistent) +++ head/math/py-luminol/distinfo (revision 413550) @@ -0,0 +1,2 @@ +SHA256 (linkedin-luminol-v0.3.1_GH0.tar.gz) = 31c2c5697dffa0e4b9c3468189b2a4f25e5dd2c59ee351f51fdbf5a770fe8c7b +SIZE (linkedin-luminol-v0.3.1_GH0.tar.gz) = 141854 Property changes on: head/math/py-luminol/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/py-luminol/pkg-descr =================================================================== --- head/math/py-luminol/pkg-descr (nonexistent) +++ head/math/py-luminol/pkg-descr (revision 413550) @@ -0,0 +1,5 @@ +Luminol is a light weight python library for time series data analysis. +The two major functionalities it supports are anomaly detection and +correlation. It can be used to investigate possible causes of anomaly. + +WWW: https://github.com/linkedin/luminol Property changes on: head/math/py-luminol/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property