diff options
author | yuri <yuri@FreeBSD.org> | 2018-06-14 14:40:02 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-06-14 14:40:02 +0800 |
commit | ca795c852ba1e0eceadc5ee0cb0be94458f728de (patch) | |
tree | c8ede08c18bc9892cba182d9c98b86f8924c5bc6 /misc | |
parent | 0addc2c16b6d47469f954ed03f438c9015ae3fbf (diff) | |
download | freebsd-ports-gnome-ca795c852ba1e0eceadc5ee0cb0be94458f728de.tar.gz freebsd-ports-gnome-ca795c852ba1e0eceadc5ee0cb0be94458f728de.tar.zst freebsd-ports-gnome-ca795c852ba1e0eceadc5ee0cb0be94458f728de.zip |
New port: misc/py-orange3-educational: Orange add-on: widgets for machine learning and data mining
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/py-orange3-educational/Makefile | 22 | ||||
-rw-r--r-- | misc/py-orange3-educational/distinfo | 3 | ||||
-rw-r--r-- | misc/py-orange3-educational/pkg-descr | 6 |
4 files changed, 32 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 0a842ab89400..26ff024ca32b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -408,6 +408,7 @@ SUBDIR += py-emoji SUBDIR += py-fuzzy SUBDIR += py-glance + SUBDIR += py-orange3-educational SUBDIR += py-osd SUBDIR += py-palettable SUBDIR += py-pexpect diff --git a/misc/py-orange3-educational/Makefile b/misc/py-orange3-educational/Makefile new file mode 100644 index 000000000000..e49370c588ea --- /dev/null +++ b/misc/py-orange3-educational/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= orange3-educational +DISTVERSION= 0.1.8 +CATEGORIES= misc python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Orange add-on: widgets for machine learning and data mining + +LICENSE= CC-BY-3.0 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= orange3>0:misc/orange3 + +USES= python:3.4+ +USE_GITHUB= yes +GH_ACCOUNT= biolab +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/misc/py-orange3-educational/distinfo b/misc/py-orange3-educational/distinfo new file mode 100644 index 000000000000..3e254eeb557a --- /dev/null +++ b/misc/py-orange3-educational/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1528957886 +SHA256 (biolab-orange3-educational-0.1.8_GH0.tar.gz) = 77d74ffe28ea11d3f79cb58cbea878e0aa28d8d00cf3622440807b75d120c2e2 +SIZE (biolab-orange3-educational-0.1.8_GH0.tar.gz) = 2705379 diff --git a/misc/py-orange3-educational/pkg-descr b/misc/py-orange3-educational/pkg-descr new file mode 100644 index 000000000000..b7f114d9af06 --- /dev/null +++ b/misc/py-orange3-educational/pkg-descr @@ -0,0 +1,6 @@ +Widgets in the educational add-on demonstrate several key data mining and +machine learning procedures. The widgets are useful for beginners to +understand the inner working of key algorithms in the data mining and for +teachers to be able to visually explain various methods in a classroom. + +WWW: https://github.com/biolab/orange3-educational |