1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

biology/groopm: Remove python's 2.7 restriction placed here by mistake

This commit is contained in:
Yuri Victorovich 2020-08-13 19:19:23 +00:00
parent a1555a06a0
commit 152f1a83b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544832

View File

@ -2,7 +2,7 @@
PORTNAME= GroopM
DISTVERSION= 0.3.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
@ -12,15 +12,12 @@ COMMENT= Metagenomic binning suite
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1.0:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.10.1:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tables>=2.3:devel/py-tables@${PY_FLAVOR}
USES= python:2.7
USES= python
USE_PYTHON= distutils noflavors autoplist
NO_ARCH= yes