Skip to content
Permalink
Browse files

salt: update to version 2017.7.4

* remove "experimental" notes re: python3x variants
* Version 2017.7.4 is a (minor) bugfix release for 2017.7
* release notes https://docs.saltstack.com/en/latest/topics/releases/2017.7.4.html
* openmaintainer
  • Loading branch information
aphor authored and pmetzger committed Mar 13, 2018
1 parent 0569d25 commit cedc8964de9c11b8203ff88b0d3619dc1f817e55
Showing with 8 additions and 17 deletions.
  1. +8 −17 sysutils/salt/Portfile
@@ -3,10 +3,10 @@
PortSystem 1.0

name salt
version 2017.7.3
version 2017.7.4
categories sysutils python
platforms darwin
maintainers {@aphor gmail.com:jeremy.mcmillan}
maintainers {@aphor gmail.com:jeremy.mcmillan} openmaintainer
license Apache-2
supported_archs noarch
description Salt is a Python-based remote execution, automation, \
@@ -25,16 +25,16 @@ if {$subport eq $name} {
python.versions 27 34 35 36
categories sysutils python

checksums rmd160 a50e20349ac6feea60a122f1b01aaa2f2224fb9d \
sha256 249cfbd895c9cfb5283812d6e2ca047c643244cd9b02d030d3e20b8dd0ec2c8e
checksums rmd160 ddb1cbf6f26890360cc06592bb4ba17decf4b772 \
sha256 2698745b572541ccf2e2b1cec48c0c1646b6cad5f56d372a29c4a2a93655e592

notes "Salt startupitems are installed by subports salt-minion, salt-master, salt-syndic, salt-api."

if {![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36]} {
default_variants +python27
}

variant python27 conflicts python34 python35 python36 description {experimental python-2.7 support} {
variant python27 conflicts python34 python35 python36 description {python-2.7 support} {
python.default_version 27
depends_build port:py${python.version}-setuptools

@@ -49,7 +49,7 @@ if {$subport eq $name} {
notes "Salt startupitems are installed by subports salt-minion, salt-master, salt-syndic, salt-api."
}

variant python34 conflicts python27 python35 python36 description {experimental python-3.4 support} {
variant python34 conflicts python27 python35 python36 description {python-3.4 support} {
python.default_version 34
depends_build port:py${python.version}-setuptools

@@ -60,12 +60,9 @@ if {$subport eq $name} {
port:py${python.version}-zmq

destroot.cmd-append --with-salt-version=${version}

notes "Salt startupitems are installed by subports salt-minion, salt-master, salt-syndic, salt-api. " \
"Support for Python 3 versions is experimental."
}

variant python35 conflicts python27 python34 python36 description {experimental python-3.5 support} {
variant python35 conflicts python27 python34 python36 description {python-3.5 support} {
python.default_version 35
depends_build port:py${python.version}-setuptools

@@ -76,12 +73,9 @@ if {$subport eq $name} {
port:py${python.version}-zmq

destroot.cmd-append --with-salt-version=${version}

notes "Salt startupitems are installed by subports salt-minion, salt-master, salt-syndic, salt-api. " \
"Support for Python 3 versions is experimental."
}

variant python36 conflicts python27 python34 python35 description {experimental python-3.6 support} {
variant python36 conflicts python27 python34 python35 description {python-3.6 support} {
python.default_version 36
depends_build port:py${python.version}-setuptools

@@ -92,9 +86,6 @@ if {$subport eq $name} {
port:py${python.version}-zmq

destroot.cmd-append --with-salt-version=${version}

notes "Salt startupitems are installed by subports salt-minion, salt-master, salt-syndic, salt-api. " \
"Support for Python 3 versions is experimental."
}

patchfiles patch-macports_syspaths.diff

0 comments on commit cedc896

Please sign in to comment.
You can’t perform that action at this time.