Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2018 04:44:04 +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: r472949 - in head/misc: . py-orange3-associate
Message-ID:  <201806210444.w5L4i4XG044195@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Jun 21 04:44:03 2018
New Revision: 472949
URL: https://svnweb.freebsd.org/changeset/ports/472949

Log:
  New port: misc/py-orange3-associate: Orange 3 add-on: Frequent itemsets and association rules mining

Added:
  head/misc/py-orange3-associate/
  head/misc/py-orange3-associate/Makefile   (contents, props changed)
  head/misc/py-orange3-associate/distinfo   (contents, props changed)
  head/misc/py-orange3-associate/pkg-descr   (contents, props changed)
Modified:
  head/misc/Makefile

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Thu Jun 21 02:59:06 2018	(r472948)
+++ head/misc/Makefile	Thu Jun 21 04:44:03 2018	(r472949)
@@ -411,6 +411,7 @@
     SUBDIR += py-emoji
     SUBDIR += py-fuzzy
     SUBDIR += py-glance
+    SUBDIR += py-orange3-associate
     SUBDIR += py-orange3-datafusion
     SUBDIR += py-orange3-educational
     SUBDIR += py-orange3-network

Added: head/misc/py-orange3-associate/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-orange3-associate/Makefile	Thu Jun 21 04:44:03 2018	(r472949)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	orange3-associate
+DISTVERSION=	1.1.5-5
+DISTVERSIONSUFFIX=	-ge82d0db
+CATEGORIES=	misc python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Orange 3 add-on: Frequent itemsets and association rules mining
+
+LICENSE=	GPLv3+
+
+RUN_DEPENDS=	orange3>0:misc/orange3 \
+		${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=0.12.0:science/py-scipy@${PY_FLAVOR}
+
+USES=		python:3.4+
+USE_GITHUB=	yes
+GH_ACCOUNT=	biolab
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/misc/py-orange3-associate/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-orange3-associate/distinfo	Thu Jun 21 04:44:03 2018	(r472949)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1529555308
+SHA256 (biolab-orange3-associate-1.1.5-5-ge82d0db_GH0.tar.gz) = 72941f8860cb5cce58b30bf6b9e88846b470f85adfaed7b31571039117c93a28
+SIZE (biolab-orange3-associate-1.1.5-5-ge82d0db_GH0.tar.gz) = 521853

Added: head/misc/py-orange3-associate/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-orange3-associate/pkg-descr	Thu Jun 21 04:44:03 2018	(r472949)
@@ -0,0 +1,4 @@
+Orange3 add-on implementing association rules data mining,
+and enumerating frequent itemsets.
+
+WWW: https://github.com/biolab/orange3-associate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806210444.w5L4i4XG044195>