# HG changeset patch # User Hans-G?nter Theisgen # Date 1657717588 -3600 # Node ID 84314143aa0b6333774e06606e55f747983006cf # Parent 3ce9abc153e7eaac99de7dabbb282540847a9844 updated python-llfuse (1.3.6 -> 1.3.8) diff -r 3ce9abc153e7 -r 84314143aa0b python-llfuse/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-llfuse/description.txt Wed Jul 13 14:06:28 2022 +0100 @@ -0,0 +1,6 @@ +Python-LLFUSE is no longer actively maintained. +Unless you are stuck with Python 2.x or libfuse 2.x, we recommended +to use the pyfuse3 module instead. + +Python-LLFUSE is a set of Python bindings for the low level FUSE API. +It requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x. diff -r 3ce9abc153e7 -r 84314143aa0b python-llfuse/receipt --- a/python-llfuse/receipt Wed Jul 13 13:51:46 2022 +0100 +++ b/python-llfuse/receipt Wed Jul 13 14:06:28 2022 +0100 @@ -1,19 +1,20 @@ # SliTaz package receipt. PACKAGE="python-llfuse" -VERSION="1.3.6" +VERSION="1.3.8" CATEGORY="development" SHORT_DESC="Python bindings for the low level FUSE API." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2" WEB_SITE="https://pypi.org/project/llfuse/" +REPOLOGY="python:llfuse" SOURCE="llfuse" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WGET_URL="https://files.pythonhosted.org/packages/source/l/$SOURCE/$TARBALL" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" -DEPENDS="fuse2 python" -BUILD_DEPENDS="attr-dev fuse2-dev openssl python python-dev python-distribute +DEPENDS="fuse2" +BUILD_DEPENDS="attr-dev fuse2-dev openssl python-dev python-distribute python-setuptools" # What is the latest version available today?