wok rev 23502

updated python-ldap (2.4.9 -> 3.1.0)
author Hans-G?nter Theisgen
date Mon Apr 06 08:15:43 2020 +0100 (2020-04-06)
parents 34b765740f7c
children ba584564da08
files python-ldap/receipt
line diff
     1.1 --- a/python-ldap/receipt	Mon Apr 06 07:57:27 2020 +0100
     1.2 +++ b/python-ldap/receipt	Mon Apr 06 08:15:43 2020 +0100
     1.3 @@ -1,22 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-ldap"
     1.7 -VERSION="2.4.9"
     1.8 +VERSION="3.1.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="An object-oriented API to access LDAP directory servers."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +LICENSE="PSL"
    1.13 +WEB_SITE="https://www.python-ldap.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -LICENSE="PSL"
    1.17 -WEB_SITE="http://www.python-ldap.org/"
    1.18 -WGET_URL="http://pypi.python.org/packages/source/p/$PACKAGE/$TARBALL"
    1.19 +WGET_URL="http://files.pythonhosted.org/packages/source/p/$PACKAGE/$TARBALL"
    1.20  
    1.21 -DEPENDS="openldap openssl cyrus-sasl python"
    1.22 -BUILD_DEPENDS="openldap-dev openssl-dev cyrus-sasl-dev python-dev"
    1.23 +DEPENDS="cyrus-sasl openldap openssl python"
    1.24 +BUILD_DEPENDS="cyrus-sasl-dev openldap-dev openssl-dev python-dev python-setuptools"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	python setup.py build
    1.30 +	python setup.py build &&
    1.31  	python setup.py install --root=$DESTDIR
    1.32  }
    1.33  
    1.34 @@ -24,5 +25,5 @@
    1.35  genpkg_rules()
    1.36  {
    1.37  	mkdir -p $fs/usr
    1.38 -	cp -a $install/usr/lib $fs/usr
    1.39 +	cp -a $install/usr/lib	$fs/usr
    1.40  }