salt: update to 3001.1.

Salt dropped Python 2 support in version 3001 [1], so all the
dependencies have been converted to `python3-*`.

[1] https://docs.saltstack.com/en/latest/topics/releases/3001.html

Closes: #24136 [via git-merge-pr]
This commit is contained in:
Antonio Gurgel 2020-08-09 16:54:07 -07:00 committed by Toyam Cox
parent de030ffbe1
commit a9f8de7b7a

View file

@ -1,21 +1,20 @@
# Template file for 'salt'
pkgname=salt
version=3000.2
version=3001.1
revision=1
archs=noarch
build_style=python2-module
pycompile_module="salt"
hostmakedepends="python-devel python-setuptools"
depends="python-yaml python-Jinja2 python-requests python-pyzmq
python-M2Crypto python-tornado python-msgpack dmidecode pciutils
python-psutil"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq
python3-M2Crypto python3-tornado python3-msgpack dmidecode pciutils
python3-psutil python3-distro python3-pycryptodomex"
short_desc="Remote execution system, and configuration manager"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="Apache-2.0"
homepage="http://saltstack.org/"
changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html"
distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz"
checksum=0e33429d094a6109dfed955c4b1c638baee9641eca2f7609bbc4adad21c620d9
checksum=e9ebb4d92fae8dabf21b8749dc126e4a4048bf8f613f5b1b851fe4b8226b5abc
conf_files="
/etc/salt/cloud.providers.d/digitalocean.conf
/etc/salt/cloud.providers.d/vsphere.conf