svn commit: r529735 - head/net/cloud-init
Matthias Andree
mandree at FreeBSD.org
Sat Mar 28 14:53:49 UTC 2020
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
More information about the svn-ports-all
mailing list