From c6113702a3d9b1a84100fa12bfaaca145b3cebfa Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 14 Aug 2020 04:59:29 +0000 Subject: [PATCH] biology/graphlan: Remove the 2.7 limitation on python because it's no longer needed --- biology/graphlan/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/biology/graphlan/Makefile b/biology/graphlan/Makefile index a4fe03c6ac6d..b933c1d1b4dc 100644 --- a/biology/graphlan/Makefile +++ b/biology/graphlan/Makefile @@ -2,6 +2,7 @@ PORTNAME= graphlan DISTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}${EXTRACT_SUFX}?dummy=/ \ https://bitbucket.org/${BB_ACCOUNT}/pyphlan/get/eae40ebc0030${EXTRACT_SUFX}?dummy=/:pyphlan \ @@ -16,10 +17,7 @@ COMMENT= High-quality circular representations of taxonomic, phylogenetic trees LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.txt -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 - -USES= python:2.7 shebangfix +USES= python shebangfix SHEBANG_GLOB= *.py BB_ACCOUNT= nsegata