Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2020 14:53:45 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529735 - head/net/cloud-init
Message-ID:  <202003281453.02SErjoP016872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sat Mar 28 14:53:44 2020
New Revision: 529735
URL: https://svnweb.freebsd.org/changeset/ports/529735

Log:
  net/cloud-init: require Python 3.6+
  
  The upstream code no longer works with Python 2.x, so require 3.6+.
  
  PR:		245100
  Submitted by:	Andrey Fesenko (maintainer)

Modified:
  head/net/cloud-init/Makefile

Modified: head/net/cloud-init/Makefile
==============================================================================
--- head/net/cloud-init/Makefile	Sat Mar 28 14:08:02 2020	(r529734)
+++ head/net/cloud-init/Makefile	Sat Mar 28 14:53:44 2020	(r529735)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cloud-init
 PORTVERSION=	20.1
+PORTREVISION=	1
 CATEGORIES=	net python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -28,7 +29,7 @@ RUN_DEPENDS=	dmidecode>0:sysutils/dmidecode \
 		${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${PY_FLAVOR}
 
-USES=		python shebangfix
+USES=		python:3.6+ shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	canonical
 



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