freebsd-ports/misc/py-orange3-educational/Makefile
Yuri Victorovich bf9932f3cc misc/py-orange3-educational: Update 0.1.8 -> 0.4.0
Reported by:	portscout
2021-04-19 21:22:01 -07:00

27 lines
663 B
Makefile

PORTNAME= orange3-educational
DISTVERSION= 0.4.0
CATEGORIES= misc education python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Orange add-on: widgets for machine learning and data mining
LICENSE= CC-BY-3.0
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Uses EOL Python 2.7 via misc/orange3, ultimately because www/qt5-webengine is still Python 2.7
EXPIRATION_DATE=2021-06-23
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR}
USES= python:3.4+
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= biolab
NO_ARCH= yes
.include <bsd.port.mk>