From c9791c78c9fdaf0573573fcd36e2006fd25332aa Mon Sep 17 00:00:00 2001 From: Antonio Gurgel Date: Fri, 7 Aug 2020 21:34:54 -0700 Subject: [PATCH] salt: upgrade to 3001.1; convert depends to py3 --- srcpkgs/salt/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template index fc8052a8dd2..47305e05d7b 100644 --- a/srcpkgs/salt/template +++ b/srcpkgs/salt/template @@ -1,21 +1,21 @@ # Template file for 'salt' pkgname=salt -version=3000.2 +version=3001.1 revision=1 archs=noarch -build_style=python2-module +build_style=python3-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" +hostmakedepends="python3-setuptools" +depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq + python3-M2Crypto python3-tornado python3-msgpack dmidecode pciutils + python3-psutil python3-distro" short_desc="Remote execution system, and configuration manager" maintainer="Toyam Cox " 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