pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/salt



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jul  8 18:54:22 UTC 2019

Modified Files:
        pkgsrc/sysutils/salt: Makefile

Log Message:
salt: Limit to python27.

There are reports of some modules failing with Python 3.x so best to be more
compatible for now.  Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/sysutils/salt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/salt/Makefile
diff -u pkgsrc/sysutils/salt/Makefile:1.69 pkgsrc/sysutils/salt/Makefile:1.70
--- pkgsrc/sysutils/salt/Makefile:1.69  Thu Apr 25 07:33:21 2019
+++ pkgsrc/sysutils/salt/Makefile       Mon Jul  8 18:54:22 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2019/04/25 07:33:21 maya Exp $
+# $NetBSD: Makefile,v 1.70 2019/07/08 18:54:22 jperkin Exp $
 
 DISTNAME=      salt-2019.2.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/salt/}
 
@@ -21,6 +21,9 @@ DEPENDS+=     ${PYPKGPREFIX}-psutil-[0-9]*:.
 DEPENDS+=      ${PYPKGPREFIX}-cryptodome-[0-9]*:../../security/py-cryptodome
 DEPENDS+=      ${PYPKGPREFIX}-zmq>=2.2.0:../../net/py-zmq
 
+# Some modules are still not (as of 2019.2.0) 3.x compatible.
+PYTHON_VERSIONS_ACCEPTED=      27
+
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 27
 DEPENDS+= ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures



Home | Main Index | Thread Index | Old Index