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:
parent
05606ff0e9
commit
b2ae0d2c77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472949
@ -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
|
||||
|
23
misc/py-orange3-associate/Makefile
Normal file
23
misc/py-orange3-associate/Makefile
Normal 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>
|
3
misc/py-orange3-associate/distinfo
Normal file
3
misc/py-orange3-associate/distinfo
Normal 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
|
4
misc/py-orange3-associate/pkg-descr
Normal file
4
misc/py-orange3-associate/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Orange3 add-on implementing association rules data mining,
|
||||
and enumerating frequent itemsets.
|
||||
|
||||
WWW: https://github.com/biolab/orange3-associate
|
Loading…
Reference in New Issue
Block a user