Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2020 19:19:24 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544832 - head/biology/groopm
Message-ID:  <202008131919.07DJJO4Y013415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Aug 13 19:19:23 2020
New Revision: 544832
URL: https://svnweb.freebsd.org/changeset/ports/544832

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

Modified:
  head/biology/groopm/Makefile

Modified: head/biology/groopm/Makefile
==============================================================================
--- head/biology/groopm/Makefile	Thu Aug 13 19:14:39 2020	(r544831)
+++ head/biology/groopm/Makefile	Thu Aug 13 19:19:23 2020	(r544832)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008131919.07DJJO4Y013415>