Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2020 15:44:44 +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: r534783 - head/devel/py-asciimatics
Message-ID:  <202005091544.049Fiiok045217@repo.freebsd.org>

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

Log:
  py-asciimatics runs fine with python 3.7

Modified:
  head/devel/py-asciimatics/Makefile

Modified: head/devel/py-asciimatics/Makefile
==============================================================================
--- head/devel/py-asciimatics/Makefile	Sat May  9 15:44:00 2020	(r534782)
+++ head/devel/py-asciimatics/Makefile	Sat May  9 15:44:43 2020	(r534783)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>0:devel/py-
 		${PYTHON_PKGNAMEPREFIX}pyfiglet>=0.7.2:misc/py-pyfiglet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wcwidth>0:devel/py-wcwidth@${PY_FLAVOR}
 
-USES=		python:2.7 # only because misc/py-pyfiglet is py27-only
+USES=		python
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes



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