wok-next diff python-hg-git/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 034d1fefb1c3
children
line diff
     1.1 --- a/python-hg-git/receipt	Wed Aug 22 11:43:50 2018 +0300
     1.2 +++ b/python-hg-git/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,23 +1,25 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6 +ORIGIN="hg-git"
     1.7  PACKAGE="python-hg-git"
     1.8 -VERSION="latest"
     1.9 +VERSION="0.8.11"
    1.10  CATEGORY="misc"
    1.11  SHORT_DESC="Git plugin for Mercurial"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="https://pypi.org/project/hg-git/"
    1.15 +WEB_SITE="https://pypi.org/project/$ORIGIN/"
    1.16  HOST_ARCH="any"
    1.17  REPOLOGY="python:hg-git"
    1.18  
    1.19 -BUILD_DEPENDS="python-dev python-dulwich"
    1.20 +BUILD_DEPENDS="python python-dulwich  python3 python3-dulwich"
    1.21 +SPLIT="${PACKAGE/python/python3}:3"
    1.22  
    1.23  compile_rules() {
    1.24 -	pip install --no-compile --root=$DESTDIR hg-git
    1.25 +	pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
    1.26  }
    1.27  
    1.28  genpkg_rules() {
    1.29 -	VERSION=$(sed -n '/^Successfully installed/ s|.*hg-git-||p' $LOGS/$PACKAGE.log)
    1.30  	copy @std
    1.31 -	DEPENDS="mercurial python-dulwich python"
    1.32 +	py="${PACKAGE%%-*}" # python/python3
    1.33 +	DEPENDS="$py $py-dulwich   mercurial"
    1.34  }