svn commit: r544867 - head/biology/graphlan

Yuri Victorovich yuri at FreeBSD.org
Fri Aug 14 04:59:30 UTC 2020


Author: yuri
Date: Fri Aug 14 04:59:29 2020
New Revision: 544867
URL: https://svnweb.freebsd.org/changeset/ports/544867

Log:
  biology/graphlan: Remove the 2.7 limitation on python because it's no longer needed

Modified:
  head/biology/graphlan/Makefile

Modified: head/biology/graphlan/Makefile
==============================================================================
--- head/biology/graphlan/Makefile	Fri Aug 14 04:22:13 2020	(r544866)
+++ head/biology/graphlan/Makefile	Fri Aug 14 04:59:29 2020	(r544867)
@@ -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 taxo
 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


More information about the svn-ports-all mailing list