aboutsummaryrefslogtreecommitdiff
path: root/biology/py-ete3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/py-ete3/Makefile')
-rw-r--r--biology/py-ete3/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/biology/py-ete3/Makefile b/biology/py-ete3/Makefile
index 3ffa71d1dfc6..6a8ffb40a0af 100644
--- a/biology/py-ete3/Makefile
+++ b/biology/py-ete3/Makefile
@@ -1,12 +1,12 @@
PORTNAME= ete3
-DISTVERSION= 3.1.2
-PORTREVISION= 4
+DISTVERSION= 3.1.3
CATEGORIES= biology python
-MASTER_SITES= CHEESESHOP
+MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Framework for the analysis and visualization of trees
+WWW= http://etetoolkit.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -17,10 +17,11 @@ PY_DEPENDS= ${PYNUMPY} \
BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}
-USES= python:3.5+ pyqt:5 shebangfix
+USES= python pyqt:5 shebangfix
+USE_PYTHON= distutils concurrent autoplist pytest # some tests fail, see https://github.com/etetoolkit/ete/issues/643
+USE_PYQT= pyqt5
+
SHEBANG_GLOB= *.py
-USE_PYTHON= distutils concurrent autoplist
-USE_PYQT= core gui opengl printsupport svg widgets
NO_ARCH= yes