wok-6.x rev 22663
updated dulwich (0.8.5 -> 0.19.14)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 17 09:12:02 2020 +0100 (2020-01-17) |
parents | 880ba93cb01e |
children | 0e882acbc556 |
files | dulwich/receipt |
line diff
1.1 --- a/dulwich/receipt Fri Jan 17 08:53:50 2020 +0100 1.2 +++ b/dulwich/receipt Fri Jan 17 09:12:02 2020 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dulwich" 1.7 -VERSION="0.8.5" 1.8 +VERSION="0.19.14" 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 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WGET_URL="${WEB_SITE}$TARBALL" 1.17 +WGET_URL="https://www.dulwich.io/releases/$TARBALL" 1.18 1.19 DEPENDS="python" 1.20 BUILD_DEPENDS="python-dev" 1.21 @@ -22,5 +23,5 @@ 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - cp -a $install/* $fs 1.26 + cp -a $install/* $fs 1.27 }