Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 02:05:12 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490104 - head/graphics/py-toyplot
Message-ID:  <201901130205.x0D25Cai030270@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Sun Jan 13 02:05:12 2019
New Revision: 490104
URL: https://svnweb.freebsd.org/changeset/ports/490104

Log:
  Remove dependancy on python 2.7
  
  Reported by:	db@

Modified:
  head/graphics/py-toyplot/Makefile

Modified: head/graphics/py-toyplot/Makefile
==============================================================================
--- head/graphics/py-toyplot/Makefile	Sun Jan 13 02:03:38 2019	(r490103)
+++ head/graphics/py-toyplot/Makefile	Sun Jan 13 02:05:12 2019	(r490104)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.8:math/py
 		${PYTHON_PKGNAMEPREFIX}reportlab>=3.2.0:print/py-reportlab@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}custom_inherit>=2.2.0:textproc/py-custom_inherit@${PY_FLAVOR}
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>



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