wok diff tahoe-lafs/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 5d50a02468c7
children 83b97236db32
line diff
     1.1 --- a/tahoe-lafs/receipt	Sun May 19 19:23:11 2019 +0200
     1.2 +++ b/tahoe-lafs/receipt	Tue Oct 22 12:55:54 2019 +0300
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tahoe-lafs"
     1.7 -VERSION="1.10.1"
     1.8 +VERSION="1.13.0"
     1.9  CATEGORY="system-tools"
    1.10 +TAGS="filesystem backup"
    1.11  SHORT_DESC="Cloud storage system."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -TARBALL="allmydata-tahoe-$VERSION.zip"
    1.15  WEB_SITE="https://tahoe-lafs.org/"
    1.16 -WGET_URL="${WEB_SITE}source/$PACKAGE/releases/$TARBALL"
    1.17 -TAGS="filesystem backup"
    1.18  
    1.19 -DEPENDS="python python-setuptools python-simplejson zopeinterface twisted pyopenssl \
    1.20 -pycrypto python-zfec python-foolscap python-pyasn1 python-mock \
    1.21 -python-pycryptopp"
    1.22 -BUILD_DEPENDS="wget python-dev gmp-dev openssl-dev"
    1.23 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.24 +WGET_URL="${WEB_SITE}downloads/$TARBALL"
    1.25 +
    1.26 +DEPENDS="pycrypto pyopenssl python python-foolscap python-mock python-pyasn1 \
    1.27 +	python-pycryptopp python-simplejson python-zfec \
    1.28 +	twisted zopeinterface"
    1.29 +BUILD_DEPENDS="gmp-dev openssl-dev python-dev python-setuptools"
    1.30  
    1.31  # Rules to configure and make the package.
    1.32  compile_rules()