wok diff python-llfuse/receipt @ rev 25494

Add finch & btop (thanks ceel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 30 08:50:05 2022 +0000 (19 months ago)
parents 72f2704d3ae0
children
line diff
     1.1 --- a/python-llfuse/receipt	Fri Mar 18 18:06:12 2022 +0000
     1.2 +++ b/python-llfuse/receipt	Wed Nov 30 08:50:05 2022 +0000
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-llfuse"
     1.7 -VERSION="1.3.6"
     1.8 +VERSION="1.3.8"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Python bindings for the low level FUSE API."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="LGPL2"
    1.13  WEB_SITE="https://pypi.org/project/llfuse/"
    1.14 +REPOLOGY="python:llfuse"
    1.15  
    1.16  SOURCE="llfuse"
    1.17 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18 -WGET_URL="https://files.pythonhosted.org/packages/source/l/$SOURCE/$TARBALL"
    1.19 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.21  
    1.22 -DEPENDS="fuse2 python"
    1.23 -BUILD_DEPENDS="attr-dev fuse2-dev openssl python python-dev python-distribute 
    1.24 +DEPENDS="fuse2"
    1.25 +BUILD_DEPENDS="attr-dev fuse2-dev openssl python-dev python-distribute
    1.26  	python-setuptools"
    1.27  
    1.28  # What is the latest version available today?