wok diff python-pynacl/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents ac8ca9758df1
children 0262035dc1e7
line diff
     1.1 --- a/python-pynacl/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.2 +++ b/python-pynacl/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -1,18 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-pynacl"
     1.7 -SOURCE="pynacl"
     1.8 -VERSION="1.3.0"
     1.9 +VERSION="1.4.0"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="Python binding to the Networking and Cryptography (NaCl) library"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="Apache"
    1.14 +WEB_SITE="https://pypi.org/project/PyNaCl/"
    1.15 +REPOLOGY="python:pynacl"
    1.16 +
    1.17 +SOURCE="PyNaCl"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WEB_SITE="https://github.com/pyca/pynacl/"
    1.20  WGET_URL="https://github.com/pyca/pynacl/archive/$VERSION.tar.gz"
    1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.22  
    1.23 -DEPENDS="python libsodium"
    1.24 -BUILD_DEPENDS="python-setuptools python-dev libmagic libsodium-dev"
    1.25 +DEPENDS="libsodium python"
    1.26 +BUILD_DEPENDS="libmagic libsodium-dev python-dev python-setuptools"
    1.27  
    1.28  current_version()
    1.29  {
    1.30 @@ -30,6 +33,5 @@
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	mkdir -p $fs
    1.35 -	cp -a $install/usr $fs
    1.36 +	cp -a $install/usr	$fs
    1.37  }