From b2ae0d2c7711388e7302a18a3b67054ba648d0eb Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 21 Jun 2018 04:44:03 +0000 Subject: [PATCH] New port: misc/py-orange3-associate: Orange 3 add-on: Frequent itemsets and association rules mining --- misc/Makefile | 1 + misc/py-orange3-associate/Makefile | 23 +++++++++++++++++++++++ misc/py-orange3-associate/distinfo | 3 +++ misc/py-orange3-associate/pkg-descr | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 misc/py-orange3-associate/Makefile create mode 100644 misc/py-orange3-associate/distinfo create mode 100644 misc/py-orange3-associate/pkg-descr diff --git a/misc/Makefile b/misc/Makefile index 5af5ab672c7d..af05f2b49bce 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -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 diff --git a/misc/py-orange3-associate/Makefile b/misc/py-orange3-associate/Makefile new file mode 100644 index 000000000000..6589d400098f --- /dev/null +++ b/misc/py-orange3-associate/Makefile @@ -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 diff --git a/misc/py-orange3-associate/distinfo b/misc/py-orange3-associate/distinfo new file mode 100644 index 000000000000..206e043dd7b9 --- /dev/null +++ b/misc/py-orange3-associate/distinfo @@ -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 diff --git a/misc/py-orange3-associate/pkg-descr b/misc/py-orange3-associate/pkg-descr new file mode 100644 index 000000000000..d6e17b1af2d4 --- /dev/null +++ b/misc/py-orange3-associate/pkg-descr @@ -0,0 +1,4 @@ +Orange3 add-on implementing association rules data mining, +and enumerating frequent itemsets. + +WWW: https://github.com/biolab/orange3-associate