Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2018 07:34:46 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472364 - in head/misc: . py-orange3-datafusion
Message-ID:  <201806140734.w5E7YkDm094221@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Jun 14 07:34:46 2018
New Revision: 472364
URL: https://svnweb.freebsd.org/changeset/ports/472364

Log:
  New port: misc/py-orange3-datafusion: Data fusion add-on for Orange3

Added:
  head/misc/py-orange3-datafusion/
  head/misc/py-orange3-datafusion/Makefile   (contents, props changed)
  head/misc/py-orange3-datafusion/distinfo   (contents, props changed)
  head/misc/py-orange3-datafusion/pkg-descr   (contents, props changed)
Modified:
  head/misc/Makefile

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Thu Jun 14 07:28:03 2018	(r472363)
+++ head/misc/Makefile	Thu Jun 14 07:34:46 2018	(r472364)
@@ -408,6 +408,7 @@
     SUBDIR += py-emoji
     SUBDIR += py-fuzzy
     SUBDIR += py-glance
+    SUBDIR += py-orange3-datafusion
     SUBDIR += py-orange3-educational
     SUBDIR += py-orange3-timeseries
     SUBDIR += py-osd

Added: head/misc/py-orange3-datafusion/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-orange3-datafusion/Makefile	Thu Jun 14 07:34:46 2018	(r472364)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	orange3-datafusion
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.1.11-7
+DISTVERSIONSUFFIX=	-g69aa51c
+CATEGORIES=	misc python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Data fusion add-on for Orange3
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	orange3>0:misc/orange3 \
+		${PYTHON_PKGNAMEPREFIX}scikit-fusion>0:misc/py-scikit-fusion@${FLAVOR}
+
+USES=		python:3.4+
+USE_GITHUB=	yes
+GH_ACCOUNT=	biolab
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/misc/py-orange3-datafusion/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-orange3-datafusion/distinfo	Thu Jun 14 07:34:46 2018	(r472364)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1528961460
+SHA256 (biolab-orange3-datafusion-v0.1.11-7-g69aa51c_GH0.tar.gz) = 86e1e9bf31fbbd64b92bfefd3fde72d93475c69355a18559c438fd3e7afffae5
+SIZE (biolab-orange3-datafusion-v0.1.11-7-g69aa51c_GH0.tar.gz) = 6835800

Added: head/misc/py-orange3-datafusion/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-orange3-datafusion/pkg-descr	Thu Jun 14 07:34:46 2018	(r472364)
@@ -0,0 +1,6 @@
+This is a data fusion add-on for Orange3. Add-on wraps scikit-fusion, a Python
+library for data fusion, and implements a set of widgets for loading of the
+data, definition of data fusion schema, collective matrix factorization and
+exploration of latent factors.
+
+WWW: https://github.com/biolab/orange3-datafusion



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806140734.w5E7YkDm094221>