mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
27 lines
659 B
Makefile
27 lines
659 B
Makefile
PORTNAME= orange3-datafusion
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.1.11-7
|
|
PORTREVISION= 3
|
|
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 expired security/py-keyrings.alt (via msic/orange3)
|
|
EXPIRATION_DATE=2022-12-31
|
|
|
|
RUN_DEPENDS= orange3>0:misc/orange3 \
|
|
${PYTHON_PKGNAMEPREFIX}scikit-fusion>0:misc/py-scikit-fusion@${PY_FLAVOR}
|
|
|
|
USES= python:3.4+
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= biolab
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|