wok view pyopenssl/receipt @ 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 5d50a02468c7
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="pyopenssl"
4 VERSION="19.1.0"
5 CATEGORY="development"
6 SHORT_DESC="OpenSSL library subset wrapper for python."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="https://launchpad.net/pyopenssl/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/pyca/$PACKAGE/archive/$VERSION.tar.gz"
14 DEPENDS="openssl python"
15 BUILD_DEPENDS="openssl-dev python python-dev python-setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build && python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }