wok rev 24643

updated hg-git (0.8.13 -> 0.10.4)
author Hans-G?nter Theisgen
date Wed Mar 09 17:41:22 2022 +0100 (2022-03-09)
parents 0ba7891c7043
children 7d05d3f89e8d
files hg-git/description.txt hg-git/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hg-git/description.txt	Wed Mar 09 17:41:22 2022 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +This is the Hg-Git plugin for Mercurial, adding the ability to push
     1.5 +and pull to and from a Git server repository from Hg.
     1.6 +This means you can collaborate on Git based projects from Hg, or use
     1.7 +a Git server as a collaboration point for a team with developers using
     1.8 +both Git and Hg.
     2.1 --- a/hg-git/receipt	Wed Mar 09 17:03:53 2022 +0100
     2.2 +++ b/hg-git/receipt	Wed Mar 09 17:41:22 2022 +0100
     2.3 @@ -1,17 +1,17 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="hg-git"
     2.7 -VERSION="0.8.13"
     2.8 +VERSION="0.10.4"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="Git plugin for mercurial."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13  WEB_SITE="https://pypi.org/project/$PACKAGE/"
    2.14  
    2.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.16 -WGET_URL="https://bitbucket.org/durin42/$PACKAGE/get/$VERSION.tar.bz2"
    2.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.18 +WGET_URL="https://files.pythonhosted.org/packages/source/h/hg-git/$TARBALL"
    2.19  
    2.20 -DEPENDS="dulwich mercurial python"
    2.21 +DEPENDS="mercurial dulwich python"
    2.22  BUILD_DEPENDS="python-dev"
    2.23  
    2.24  # What is the latest version available today?