Date: Thu, 14 Jun 2018 07:10:13 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472361 - in head/misc: . py-orange3-timeseries Message-ID: <201806140710.w5E7ADwU078771@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Jun 14 07:10:12 2018 New Revision: 472361 URL: https://svnweb.freebsd.org/changeset/ports/472361 Log: New port: misc/py-orange3-timeseries: Orange add-on for analyzing, visualizing, manipulating time series Added: head/misc/py-orange3-timeseries/ head/misc/py-orange3-timeseries/Makefile (contents, props changed) head/misc/py-orange3-timeseries/distinfo (contents, props changed) head/misc/py-orange3-timeseries/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Thu Jun 14 07:07:28 2018 (r472360) +++ head/misc/Makefile Thu Jun 14 07:10:12 2018 (r472361) @@ -409,6 +409,7 @@ SUBDIR += py-fuzzy SUBDIR += py-glance SUBDIR += py-orange3-educational + SUBDIR += py-orange3-timeseries SUBDIR += py-osd SUBDIR += py-palettable SUBDIR += py-pexpect Added: head/misc/py-orange3-timeseries/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-orange3-timeseries/Makefile Thu Jun 14 07:10:12 2018 (r472361) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= orange3-timeseries +DISTVERSION= 0.3.3 +CATEGORIES= misc python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Orange add-on for analyzing, visualizing, manipulating time series + +LICENSE= CC-BY-3.0 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= orange3>0:misc/orange3 \ + ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas-datareader>0:math/py-pandas-datareader@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.17:science/py-scipy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}statsmodels>=0.6.1>0:math/py-statsmodels@${FLAVOR} + +USES= python:3.4+ +USE_GITHUB= yes +GH_ACCOUNT= biolab +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/misc/py-orange3-timeseries/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-orange3-timeseries/distinfo Thu Jun 14 07:10:12 2018 (r472361) @@ -0,0 +1,3 @@ +TIMESTAMP = 1528958874 +SHA256 (biolab-orange3-timeseries-0.3.3_GH0.tar.gz) = 4694057ce5966b8c0ec79a6bdd144e9d1594d4afd9fc610d696b1ca808fa23f3 +SIZE (biolab-orange3-timeseries-0.3.3_GH0.tar.gz) = 1653766 Added: head/misc/py-orange3-timeseries/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-orange3-timeseries/pkg-descr Thu Jun 14 07:10:12 2018 (r472361) @@ -0,0 +1,4 @@ +Orange add-on for analyzing, visualizing, manipulating, and forecasting time +series data. + +WWW: https://github.com/biolab/orange3-timeseries
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806140710.w5E7ADwU078771>