From 2289ae6037acbc0c76288c2cd1e43c8643e3ba49 Mon Sep 17 00:00:00 2001 From: Antonio Gurgel Date: Sat, 8 Aug 2020 18:44:33 -0700 Subject: [PATCH 1/2] New package: pycryptodomex-3.9.8 --- srcpkgs/python3-pycryptodomex/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-pycryptodomex/template diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template new file mode 100644 index 00000000000..e0bd32f27e2 --- /dev/null +++ b/srcpkgs/python3-pycryptodomex/template @@ -0,0 +1,19 @@ +# Template file for 'python-pycryptodomex' +pkgname=python-pycryptodomex +version=3.9.8 +revision=1 +wrksrc="pycryptodomex-${version}" +build_style=python-module +hostmakedepends="python-setuptools python3-setuptools" +makedepends="python-devel python3-devel" +short_desc="Pycryptodome equivalent that installs to \`Cryptodome\` module" +maintainer="Antonio Gurgel " +license="Public Domain, BSD-2-Clause" +homepage="https://www.pycryptodome.org/" +changelog="https://raw.githubusercontent.com/Legrandin/pycryptodome/master/Changelog.rst" +distfiles="${PYPI_SITE}/p/pycryptodomex/pycryptodomex-${version}.tar.gz" +checksum=48cc2cfc251f04a6142badeb666d1ff49ca6fdfc303fd72579f62b768aaa52b9 + +post_install() { + vlicense LICENSE.rst +} From 03e8a22a1343f1ef2083149fd42e339f48bdd182 Mon Sep 17 00:00:00 2001 From: Antonio Gurgel Date: Sat, 8 Aug 2020 22:02:27 -0700 Subject: [PATCH 2/2] 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 --- srcpkgs/salt/template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template index fc8052a8dd2..82af58efa1f 100644 --- a/srcpkgs/salt/template +++ b/srcpkgs/salt/template @@ -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" 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