mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
24 lines
536 B
Makefile
24 lines
536 B
Makefile
PORTNAME= orange3-associate
|
|
DISTVERSION= 1.1.8
|
|
CATEGORIES= misc python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Orange 3 add-on: Frequent itemsets and association rules mining
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
DEPRECATED= Uses EOL Python 2.7 via misc/orange3
|
|
EXPIRATION_DATE=2021-06-23
|
|
|
|
RUN_DEPENDS= orange3>0:misc/orange3 \
|
|
${PYNUMPY} \
|
|
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
|
|
|
|
USES= python:3.4+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= biolab
|
|
|
|
.include <bsd.port.mk>
|