diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-21 04:44:03 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-21 04:44:03 +0000 |
commit | b2ae0d2c7711388e7302a18a3b67054ba648d0eb (patch) | |
tree | 24b2e8bb9fbec424c6ec82b3b4c2c05d4190f6dc /misc | |
parent | 05606ff0e97340c17084cfc6d3805e47616276d9 (diff) | |
download | ports-b2ae0d2c7711388e7302a18a3b67054ba648d0eb.tar.gz ports-b2ae0d2c7711388e7302a18a3b67054ba648d0eb.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/py-orange3-associate/Makefile | 23 | ||||
-rw-r--r-- | misc/py-orange3-associate/distinfo | 3 | ||||
-rw-r--r-- | misc/py-orange3-associate/pkg-descr | 4 |
4 files changed, 31 insertions, 0 deletions
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 <bsd.port.mk> 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 |