c37c0138b3
This reverts commitf9f811816c
. security/py-keyrings.alt was updated to use supported dependencies in commita16d8f14ce
25 lines
580 B
Makefile
25 lines
580 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
|
|
WWW= https://github.com/biolab/orange3-educational
|
|
|
|
LICENSE= CC-BY-3.0
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
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>
|