Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2020 15:37:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534781 - head/misc/py-pyfiglet
Message-ID:  <202005091537.049Fbh5Y039251@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat May  9 15:37:43 2020
New Revision: 534781
URL: https://svnweb.freebsd.org/changeset/ports/534781

Log:
  pyfiglet runs fine with python 3.7

Modified:
  head/misc/py-pyfiglet/Makefile

Modified: head/misc/py-pyfiglet/Makefile
==============================================================================
--- head/misc/py-pyfiglet/Makefile	Sat May  9 15:15:00 2020	(r534780)
+++ head/misc/py-pyfiglet/Makefile	Sat May  9 15:37:43 2020	(r534781)
@@ -13,8 +13,7 @@ COMMENT=	Pure-python FIGlet implementation
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-# Actually 2.6-2.7,3.1-3.5 (no 3.0)
-USES=		python:2.7-3.6
+USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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