From e574acd2fdfcd9b0b55255ec3321a5e864038803 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 6 Nov 2020 21:21:00 -0500 Subject: [PATCH] python3-pynacl: update to 1.4.0. --- srcpkgs/python3-pynacl/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template index cf1a81b0eda..387a34e121a 100644 --- a/srcpkgs/python3-pynacl/template +++ b/srcpkgs/python3-pynacl/template @@ -1,10 +1,10 @@ # Template file for 'python3-pynacl' pkgname=python3-pynacl -version=1.3.0 -revision=5 +version=1.4.0 +revision=1 wrksrc="PyNaCl-${version}" build_style=python3-module -hostmakedepends="python3-setuptools python3-cffi" +hostmakedepends="python3-setuptools python3-cffi python3-wheel" makedepends="python3-devel python3-cffi libsodium-devel" depends="python3-cffi python3-six" checkdepends="${depends}" @@ -12,12 +12,12 @@ short_desc="Python3 binding to the Networking and Cryptography (NaCl) library" maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/pyca/pynacl/" +changelog="https://raw.githubusercontent.com/pyca/pynacl/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/P/PyNaCl/PyNaCl-${version}.tar.gz" -checksum=0c6100edd16fefd1557da078c7a31e7b7d7a52ce39fdca2bec29d4f7b6e7600c +checksum=54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505 export SODIUM_INSTALL=system - python3-nacl_package() { build_style=meta depends="python3-pynacl"