wok-next diff python-ldap3/receipt @ rev 21223

updated btrfs-progs again (4.9.1 -> 5.3.1)
author Hans-G?nter Theisgen
date Tue Dec 03 10:21:27 2019 +0100 (2019-12-03)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-ldap3/receipt	Tue Dec 03 10:21:27 2019 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +ORIGIN="ldap3"
     1.7 +PACKAGE="python-ldap3"
     1.8 +VERSION="2.5.1"
     1.9 +CATEGORY="python"
    1.10 +SHORT_DESC="A strictly RFC 4510 conforming LDAP V3 pure Python client library"
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +LICENSE="GPL3"
    1.13 +WEB_SITE="https://pypi.org/project/$ORIGIN/"
    1.14 +HOST_ARCH="any"
    1.15 +REPOLOGY="python:ldap3"
    1.16 +
    1.17 +BUILD_DEPENDS="python python-pyasn1  python3 python3-pyasn1 \
    1.18 +openldap-dev openssl-dev cyrus-sasl-dev"
    1.19 +SPLIT="${PACKAGE/python/python3}:3"
    1.20 +
    1.21 +compile_rules() {
    1.22 +	pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
    1.23 +}
    1.24 +
    1.25 +genpkg_rules() {
    1.26 +	copy @std
    1.27 +	py=${PACKAGE%%-*} # python/python3
    1.28 +	DEPENDS="$py $py-pyasn1   openldap openssl cyrus-sasl"
    1.29 +}