wok diff dulwich/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents 104a2a2e5484
children
line diff
     1.1 --- a/dulwich/receipt	Mon Feb 07 18:01:05 2022 +0000
     1.2 +++ b/dulwich/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dulwich"
     1.7 -VERSION="0.19.14"
     1.8 +VERSION="0.19.16"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Git files formats and protocols for python."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="https://pypi.org/project/$PACKAGE/"
    1.14 +REPOLOGY="python:dulwich"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="https://www.dulwich.io/releases/$TARBALL"
    1.18 +WGET_URL="https://files.pythonhosted.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
    1.19  
    1.20  DEPENDS="python"
    1.21  BUILD_DEPENDS="python-dev"