wok diff python-cryptography/receipt @ rev 25175

updated python-cryptography (2.7 -> 2.8)
author Hans-G?nter Theisgen
date Fri Jul 01 17:39:11 2022 +0100 (24 months ago)
parents ac8ca9758df1
children 22bd84f34d4d
line diff
     1.1 --- a/python-cryptography/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.2 +++ b/python-cryptography/receipt	Fri Jul 01 17:39:11 2022 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-cryptography"
     1.7 -VERSION="2.7"
     1.8 +VERSION="2.8"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Python library exposing cryptographic recipes and primitives"
    1.11 +SHORT_DESC="Python library exposing cryptographic recipes and primitives."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="https://cryptography.io/"
    1.15 @@ -12,7 +12,7 @@
    1.16  
    1.17  DEPENDS="python python-six python-enum34 python-asn1crypto"
    1.18  BUILD_DEPENDS="python-setuptools openssl-dev python-dev python-cffi \
    1.19 -python-cparser"
    1.20 +	python-cparser"
    1.21  #BUILD_DEPENDS="python"
    1.22  
    1.23  current_version()
    1.24 @@ -24,11 +24,14 @@
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	python setup.py install --prefix=/usr --root=$DESTDIR
    1.29 +	python	setup.py	\
    1.30 +		install		\
    1.31 +		--prefix=/usr	\
    1.32 +		--root=$DESTDIR
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  genpkg_rules()
    1.37  {
    1.38 -	cp -a $install/usr $fs/
    1.39 +	cook_copy_folders	lib
    1.40  }