Date: Fri, 14 Aug 2020 04:59:29 +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: r544867 - head/biology/graphlan Message-ID: <202008140459.07E4xT2B076768@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008140459.07E4xT2B076768>