aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-08-14 04:59:29 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-08-14 04:59:29 +0000
commitc6113702a3d9b1a84100fa12bfaaca145b3cebfa (patch)
tree97966b210659458da72fe346be4c7087c12594f9 /biology
parent97cf82ea462f8005c62920eadda6cc4efef1d6f9 (diff)
downloadports-c6113702a3d9b1a84100fa12bfaaca145b3cebfa.tar.gz
ports-c6113702a3d9b1a84100fa12bfaaca145b3cebfa.zip
biology/graphlan: Remove the 2.7 limitation on python because it's no longer needed
Notes
Notes: svn path=/head/; revision=544867
Diffstat (limited to 'biology')
-rw-r--r--biology/graphlan/Makefile6
1 files 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