wok rev 25200

updated python-llfuse (1.3.6 -> 1.3.8)
author Hans-G?nter Theisgen
date Wed Jul 13 14:06:28 2022 +0100 (22 months ago)
parents 3ce9abc153e7
children 57030e42feb4
files python-llfuse/description.txt python-llfuse/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-llfuse/description.txt	Wed Jul 13 14:06:28 2022 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +Python-LLFUSE is no longer actively maintained.
     1.5 +Unless you are stuck with Python 2.x or libfuse 2.x, we recommended
     1.6 +to use the pyfuse3 module instead.
     1.7 +
     1.8 +Python-LLFUSE is a set of Python bindings for the low level FUSE API.
     1.9 +It requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x.
     2.1 --- a/python-llfuse/receipt	Wed Jul 13 13:51:46 2022 +0100
     2.2 +++ b/python-llfuse/receipt	Wed Jul 13 14:06:28 2022 +0100
     2.3 @@ -1,19 +1,20 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-llfuse"
     2.7 -VERSION="1.3.6"
     2.8 +VERSION="1.3.8"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Python bindings for the low level FUSE API."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="LGPL2"
    2.13  WEB_SITE="https://pypi.org/project/llfuse/"
    2.14 +REPOLOGY="python:llfuse"
    2.15  
    2.16  SOURCE="llfuse"
    2.17 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.18 -WGET_URL="https://files.pythonhosted.org/packages/source/l/$SOURCE/$TARBALL"
    2.19 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    2.21  
    2.22 -DEPENDS="fuse2 python"
    2.23 -BUILD_DEPENDS="attr-dev fuse2-dev openssl python python-dev python-distribute 
    2.24 +DEPENDS="fuse2"
    2.25 +BUILD_DEPENDS="attr-dev fuse2-dev openssl python-dev python-distribute
    2.26  	python-setuptools"
    2.27  
    2.28  # What is the latest version available today?