svn commit: r560782 - head/databases/py-rrdtool

Antoine Brodin antoine at FreeBSD.org
Fri Jan 8 15:32:57 UTC 2021


Author: antoine
Date: Fri Jan  8 15:32:56 2021
New Revision: 560782
URL: https://svnweb.freebsd.org/changeset/ports/560782

Log:
  Remove python 2.7 support

Modified:
  head/databases/py-rrdtool/Makefile

Modified: head/databases/py-rrdtool/Makefile
==============================================================================
--- head/databases/py-rrdtool/Makefile	Fri Jan  8 15:18:42 2021	(r560781)
+++ head/databases/py-rrdtool/Makefile	Fri Jan  8 15:32:56 2021	(r560782)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	librrd.so:databases/rrdtool
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
 post-install:


More information about the svn-ports-all mailing list