wok-6.x rev 23503
updated python-llfuse (0.38 -> 1.3.6)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 08:57:07 2020 +0100 (2020-04-06) |
parents | db55df2b4086 |
children | 3969374b97db |
files | python-ldap/receipt python-llfuse/receipt |
line diff
1.1 --- a/python-ldap/receipt Mon Apr 06 08:15:43 2020 +0100 1.2 +++ b/python-ldap/receipt Mon Apr 06 08:57:07 2020 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="https://www.python-ldap.org/" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="http://files.pythonhosted.org/packages/source/p/$PACKAGE/$TARBALL" 1.8 +WGET_URL="https://files.pythonhosted.org/packages/source/p/$PACKAGE/$TARBALL" 1.9 1.10 DEPENDS="cyrus-sasl openldap openssl python" 1.11 BUILD_DEPENDS="cyrus-sasl-dev openldap-dev openssl-dev python-dev python-setuptools"
2.1 --- a/python-llfuse/receipt Mon Apr 06 08:15:43 2020 +0100 2.2 +++ b/python-llfuse/receipt Mon Apr 06 08:57:07 2020 +0100 2.3 @@ -1,27 +1,31 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-llfuse" 2.7 -SOURCE="llfuse" 2.8 -VERSION="0.38" 2.9 +VERSION="1.3.6" 2.10 CATEGORY="development" 2.11 SHORT_DESC="Python bindings for the low level FUSE API." 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 LICENSE="LGPL2" 2.14 -TARBALL="$SOURCE-$VERSION.tar.bz2" 2.15 -WEB_SITE="https://pypi.org/project/$SOURCE/" 2.16 -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 2.17 +WEB_SITE="https://pypi.org/project/llfuse/" 2.18 2.19 -DEPENDS="fuse" 2.20 -BUILD_DEPENDS="python-dev fuse-dev attr-dev python-distribute openssl" 2.21 +SOURCE="llfuse" 2.22 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.23 +WGET_URL="https://files.pythonhosted.org/packages/source/l/$SOURCE/$TARBALL" 2.24 + 2.25 +DEPENDS="fuse python" 2.26 +BUILD_DEPENDS="attr-dev fuse-dev openssl python python-dev python-distribute 2.27 + python-setuptools" 2.28 2.29 # Rules to configure and make the package. 2.30 compile_rules() 2.31 { 2.32 - sed -i 's|attr/xattr|sys/xattr|;s|(ENOATTR)|(ENODATA)|' \ 2.33 - src/llfuse.c Include/libc/xattr.pxd 2.34 - sed -i -e 's|import sys|&\nimport ssl|' -e 's|http:|https:|' -e \ 2.35 - 's|.*urlopen(url|\t ssl._create_default_https_context = ssl._create_unverified_context\n&|' \ 2.36 - util/distribute_setup.py 2.37 + # 0.38 2.38 +# sed -i 's|attr/xattr|sys/xattr|;s|(ENOATTR)|(ENODATA)|' \ 2.39 +# src/llfuse.c Include/libc/xattr.pxd 2.40 +# sed -i -e 's|import sys|&\nimport ssl|' -e 's|http:|https:|' -e \ 2.41 +# 's|.*urlopen(url|\t ssl._create_default_https_context = ssl._create_unverified_context\n&|' \ 2.42 +# util/distribute_setup.py 2.43 + 2.44 python setup.py build && 2.45 python setup.py install --root=$DESTDIR 2.46 } 2.47 @@ -29,5 +33,5 @@ 2.48 # Rules to gen a SliTaz package suitable for Tazpkg. 2.49 genpkg_rules() 2.50 { 2.51 - cp -a $install/usr $fs 2.52 + cp -a $install/usr $fs 2.53 }