freebsd-ports/misc/py-orange3-associate/Makefile
Rene Ladan c37c0138b3 Revert: "all: deprecate ports depending on expired security/py-keyrings.alt"
This reverts commit f9f811816c.

security/py-keyrings.alt was updated to use supported dependencies in
commit a16d8f14ce
2022-12-06 12:12:04 +01:00

22 lines
509 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
WWW= https://github.com/biolab/orange3-associate
LICENSE= GPLv3+
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>