diff options
Diffstat (limited to 'misc/py-orange3-datafusion')
-rw-r--r-- | misc/py-orange3-datafusion/Makefile | 27 | ||||
-rw-r--r-- | misc/py-orange3-datafusion/distinfo | 3 | ||||
-rw-r--r-- | misc/py-orange3-datafusion/pkg-descr | 4 |
3 files changed, 0 insertions, 34 deletions
diff --git a/misc/py-orange3-datafusion/Makefile b/misc/py-orange3-datafusion/Makefile deleted file mode 100644 index 38308ffebd0f..000000000000 --- a/misc/py-orange3-datafusion/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= orange3-datafusion -DISTVERSIONPREFIX= v -DISTVERSION= 0.1.11-7 -PORTREVISION= 6 -DISTVERSIONSUFFIX= -g69aa51c -CATEGORIES= misc python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Data fusion add-on for Orange3 -WWW= https://github.com/biolab/orange3-datafusion - -LICENSE= GPLv3 - -DEPRECATED= Depends on expiring misc/orange3 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= orange3>0:misc/orange3 \ - ${PYTHON_PKGNAMEPREFIX}scikit-fusion>0:misc/py-scikit-fusion@${PY_FLAVOR} - -USES= python -USE_GITHUB= yes -GH_ACCOUNT= biolab -USE_PYTHON= distutils autoplist -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/misc/py-orange3-datafusion/distinfo b/misc/py-orange3-datafusion/distinfo deleted file mode 100644 index 5fea43e7e48b..000000000000 --- a/misc/py-orange3-datafusion/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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 diff --git a/misc/py-orange3-datafusion/pkg-descr b/misc/py-orange3-datafusion/pkg-descr deleted file mode 100644 index ba1c4bb6f52f..000000000000 --- a/misc/py-orange3-datafusion/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -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. |