wok diff dulwich/receipt @ rev 24739
updated libexif and libexif-dev (0.6.22 -> 0.6.24)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 16 09:57:52 2022 +0100 (2022-03-16) |
parents | 104a2a2e5484 |
children |
line diff
1.1 --- a/dulwich/receipt Mon Feb 07 18:01:05 2022 +0000 1.2 +++ b/dulwich/receipt Wed Mar 16 09:57:52 2022 +0100 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"