wok rev 23463

updated pyopenssl (16.2.0 -> 19.1.0)
author Hans-G?nter Theisgen
date Sat Apr 04 17:37:50 2020 +0100 (2020-04-04)
parents 78a8b309d305
children 99b982c720a7
files pyopenssl/receipt
line diff
     1.1 --- a/pyopenssl/receipt	Sat Apr 04 17:32:52 2020 +0100
     1.2 +++ b/pyopenssl/receipt	Sat Apr 04 17:37:50 2020 +0100
     1.3 @@ -1,18 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pyopenssl"
     1.7 -VERSION="16.2.0"
     1.8 +VERSION="19.1.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="OpenSSL library subset wrapper for python."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="Apache"
    1.13 -SOURCE="pyOpenSSL"
    1.14 -TARBALL="$VERSION.tar.gz"
    1.15  WEB_SITE="https://launchpad.net/pyopenssl/"
    1.16 -WGET_URL="https://github.com/pyca/pyopenssl/archive/$TARBALL"
    1.17  
    1.18 -DEPENDS="python openssl"
    1.19 -BUILD_DEPENDS="python python-dev openssl-dev python-setuptools"
    1.20 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.21 +WGET_URL="https://github.com/pyca/$PACKAGE/archive/$VERSION.tar.gz"
    1.22 +
    1.23 +DEPENDS="openssl python"
    1.24 +BUILD_DEPENDS="openssl-dev python python-dev python-setuptools"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -23,5 +23,5 @@
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	cp -a $install/usr $fs
    1.33 +	cp -a $install/usr	$fs
    1.34  }