1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

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

This commit is contained in:
Yuri Victorovich 2018-06-21 04:44:03 +00:00
parent 05606ff0e9
commit b2ae0d2c77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472949
4 changed files with 31 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -0,0 +1,4 @@
Orange3 add-on implementing association rules data mining,
and enumerating frequent itemsets.
WWW: https://github.com/biolab/orange3-associate