wok-next diff python-pyopenssl/receipt @ rev 21613

updated eboard (1.1.1 -> 1.1.3)
author Hans-G?nter Theisgen
date Thu Jun 25 10:33:28 2020 +0100 (2020-06-25)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-pyopenssl/receipt	Thu Jun 25 10:33:28 2020 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +ORIGIN="pyOpenSSL"
     1.7 +PACKAGE="python-pyopenssl"
     1.8 +VERSION="18.0.0"
     1.9 +CATEGORY="python"
    1.10 +SHORT_DESC="OpenSSL library subset wrapper for Python"
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +LICENSE="Apache"
    1.13 +WEB_SITE="https://pypi.org/project/$ORIGIN/"
    1.14 +HOST_ARCH="any"
    1.15 +REPOLOGY="python:pyopenssl"
    1.16 +
    1.17 +BUILD_DEPENDS="python python-cryptography python-six \
    1.18 +python3 python3-cryptography python3-six \
    1.19 +openssl-dev"
    1.20 +SPLIT="${PACKAGE/python/python3}:3"
    1.21 +
    1.22 +compile_rules() {
    1.23 +	pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
    1.24 +}
    1.25 +
    1.26 +genpkg_rules() {
    1.27 +	copy @std
    1.28 +	py=${PACKAGE%%-*} # python/python3
    1.29 +	DEPENDS="$py $py-cryptography $py-six   openssl"
    1.30 +}