svn commit: r515759 - in head/sysutils/py-salt: . files

Kirill Ponomarev krion at FreeBSD.org
Sun Oct 27 09:23:34 UTC 2019


Author: krion
Date: Sun Oct 27 09:23:33 2019
New Revision: 515759
URL: https://svnweb.freebsd.org/changeset/ports/515759

Log:
  Fix master/minion run with python3

Added:
  head/sysutils/py-salt/files/patch-requirements_base.txt   (contents, props changed)
Modified:
  head/sysutils/py-salt/Makefile

Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile	Sun Oct 27 08:24:16 2019	(r515758)
+++ head/sysutils/py-salt/Makefile	Sun Oct 27 09:23:33 2019	(r515759)
@@ -3,6 +3,7 @@
 
 PORTNAME=	salt
 PORTVERSION=	2019.2.2
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Added: head/sysutils/py-salt/files/patch-requirements_base.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-salt/files/patch-requirements_base.txt	Sun Oct 27 09:23:33 2019	(r515759)
@@ -0,0 +1,11 @@
+--- requirements/base.txt.orig	2019-10-27 09:11:13 UTC
++++ requirements/base.txt
+@@ -2,7 +2,7 @@ Jinja2
+ # This should be changed to msgpack-python for Packages
+ # msgpack-python>0.3,!=0.5.5
+ msgpack>=0.5,!=0.5.5
+-PyYAML<5.1
++PyYAML
+ MarkupSafe
+ requests>=1.0.0
+ tornado>=4.2.1,<6.0; python_version < '3'


More information about the svn-ports-head mailing list