wok-next annotate python-pyopenssl/receipt @ rev 21705

updated graphviz (2.40.1 -> 2.44.0)
author Hans-G?nter Theisgen
date Mon Jul 06 14:36:48 2020 +0100 (2020-07-06)
parents
children
rev   line source
al@20972 1 # SliTaz package receipt v2.
al@20972 2
al@20972 3 ORIGIN="pyOpenSSL"
al@20972 4 PACKAGE="python-pyopenssl"
al@20972 5 VERSION="18.0.0"
al@20972 6 CATEGORY="python"
al@20972 7 SHORT_DESC="OpenSSL library subset wrapper for Python"
al@20972 8 MAINTAINER="pascal.bellard@slitaz.org"
al@20972 9 LICENSE="Apache"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20972 11 HOST_ARCH="any"
al@20972 12 REPOLOGY="python:pyopenssl"
al@20972 13
al@20972 14 BUILD_DEPENDS="python python-cryptography python-six \
al@20972 15 python3 python3-cryptography python3-six \
al@20972 16 openssl-dev"
al@20972 17 SPLIT="${PACKAGE/python/python3}:3"
al@20972 18
al@20972 19 compile_rules() {
al@20972 20 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
al@20972 21 }
al@20972 22
al@20972 23 genpkg_rules() {
al@20972 24 copy @std
al@20972 25 py=${PACKAGE%%-*} # python/python3
al@20972 26 DEPENDS="$py $py-cryptography $py-six openssl"
al@20972 27 }