Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2021 11:27:54 +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: r560499 - head/graphics/py-pydotplus
Message-ID:  <202101061127.106BRsDq079807@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jan  6 11:27:53 2021
New Revision: 560499
URL: https://svnweb.freebsd.org/changeset/ports/560499

Log:
  Remove python 2.7 support

Modified:
  head/graphics/py-pydotplus/Makefile

Modified: head/graphics/py-pydotplus/Makefile
==============================================================================
--- head/graphics/py-pydotplus/Makefile	Wed Jan  6 11:20:36 2021	(r560498)
+++ head/graphics/py-pydotplus/Makefile	Wed Jan  6 11:27:53 2021	(r560499)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes



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