wok rev 24503

updated dulwich (0.19.14 -> 0.19.16)
author Hans-G?nter Theisgen
date Sun Feb 20 10:36:29 2022 +0100 (2022-02-20)
parents 0f4a853f36b4
children e81a854f7503
files dulwich/description.txt dulwich/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dulwich/description.txt	Sun Feb 20 10:36:29 2022 +0100
     1.3 @@ -0,0 +1,2 @@
     1.4 +Dulwich aims to provide an interface to git repos (both local and remote)
     1.5 +that doesn't call out to git directly but instead uses pure Python.
     2.1 --- a/dulwich/receipt	Sun Feb 20 10:12:06 2022 +0100
     2.2 +++ b/dulwich/receipt	Sun Feb 20 10:36:29 2022 +0100
     2.3 @@ -1,15 +1,16 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="dulwich"
     2.7 -VERSION="0.19.14"
     2.8 +VERSION="0.19.16"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Git files formats and protocols for python."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13  WEB_SITE="https://pypi.org/project/$PACKAGE/"
    2.14 +REPOLOGY="python:dulwich"
    2.15  
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 -WGET_URL="https://www.dulwich.io/releases/$TARBALL"
    2.18 +WGET_URL="https://files.pythonhosted.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
    2.19  
    2.20  DEPENDS="python"
    2.21  BUILD_DEPENDS="python-dev"