# HG changeset patch # User Hans-G?nter Theisgen # Date 1586018270 -3600 # Node ID 907a77dcc2a77492d9c7b41edc0e9e69c0ad234d # Parent 78a8b309d30593d43e885929a23241ec09afae9c updated pyopenssl (16.2.0 -> 19.1.0) diff -r 78a8b309d305 -r 907a77dcc2a7 pyopenssl/receipt --- a/pyopenssl/receipt Sat Apr 04 17:32:52 2020 +0100 +++ b/pyopenssl/receipt Sat Apr 04 17:37:50 2020 +0100 @@ -1,18 +1,18 @@ # SliTaz package receipt. PACKAGE="pyopenssl" -VERSION="16.2.0" +VERSION="19.1.0" CATEGORY="development" SHORT_DESC="OpenSSL library subset wrapper for python." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Apache" -SOURCE="pyOpenSSL" -TARBALL="$VERSION.tar.gz" WEB_SITE="https://launchpad.net/pyopenssl/" -WGET_URL="https://github.com/pyca/pyopenssl/archive/$TARBALL" -DEPENDS="python openssl" -BUILD_DEPENDS="python python-dev openssl-dev python-setuptools" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/pyca/$PACKAGE/archive/$VERSION.tar.gz" + +DEPENDS="openssl python" +BUILD_DEPENDS="openssl-dev python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -23,5 +23,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }