# HG changeset patch # User Hans-G?nter Theisgen # Date 1657727192 -3600 # Node ID 47003b5bbbafffed1dd7ff5eb26f7f99186e5a4e # Parent eec5fc514f23e1703ec2cce2d558b980a041d458 updated python-pynacl (1.3.0 -> 1.4.0) diff -r eec5fc514f23 -r 47003b5bbbaf python-pynacl/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pynacl/description.txt Wed Jul 13 16:46:32 2022 +0100 @@ -0,0 +1,12 @@ +PyNaCl is a Python binding to libsodium, which is a fork of the Networking +and Cryptography library. +These libraries have a stated goal of improving usability, security and speed. +It supports Python 2.7 and 3.5+ as well as PyPy 2.6+. + +Features + +- Digital signatures +- Secret-key encryption +- Public-key encryption +- Hashing and message authentication +- Password based key derivation and password hashing diff -r eec5fc514f23 -r 47003b5bbbaf python-pynacl/receipt --- a/python-pynacl/receipt Wed Jul 13 16:33:48 2022 +0100 +++ b/python-pynacl/receipt Wed Jul 13 16:46:32 2022 +0100 @@ -1,18 +1,21 @@ # SliTaz package receipt. PACKAGE="python-pynacl" -SOURCE="pynacl" -VERSION="1.3.0" +VERSION="1.4.0" CATEGORY="development" SHORT_DESC="Python binding to the Networking and Cryptography (NaCl) library" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Apache" +WEB_SITE="https://pypi.org/project/PyNaCl/" +REPOLOGY="python:pynacl" + +SOURCE="PyNaCl" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://github.com/pyca/pynacl/" WGET_URL="https://github.com/pyca/pynacl/archive/$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" -DEPENDS="python libsodium" -BUILD_DEPENDS="python-setuptools python-dev libmagic libsodium-dev" +DEPENDS="libsodium python" +BUILD_DEPENDS="libmagic libsodium-dev python-dev python-setuptools" current_version() { @@ -30,6 +33,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs - cp -a $install/usr $fs + cp -a $install/usr $fs }