wok-next diff psyco/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 2f03cb67a994
children
line diff
     1.1 --- a/psyco/receipt	Tue Mar 13 02:04:32 2018 +0200
     1.2 +++ b/psyco/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="1.6"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="Module which can massively speed up the execution of any Python code"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="MIT"
    1.10  WEB_SITE="http://psyco.sourceforge.net/"
    1.11  HOST_ARCH="i486" # error: Sorry, non-32-bit platforms are not supported at all.
    1.12 @@ -19,7 +19,8 @@
    1.13  	sed -i -e 's/JUMP_IF_FALSE\([: )]\)/JUMP_IF_FALSE_OR_POP\1/' \
    1.14  		-e 's/JUMP_IF_TRUE\([: )]\)/JUMP_IF_TRUE_OR_POP\1/' \
    1.15  		c/Python/pycompiler.c c/mergepoints.c
    1.16 -	python setup.py install --root=$DESTDIR
    1.17 +
    1.18 +	python -B setup.py install --root=$install
    1.19  }
    1.20  
    1.21  genpkg_rules() {