wok-next diff tinypy/receipt @ rev 21233

updated clamtk again (4.36 -> 5.27)
author Hans-G?nter Theisgen
date Tue Dec 03 17:47:44 2019 +0100 (2019-12-03)
parents da9e80c5d4bb
children
line diff
     1.1 --- a/tinypy/receipt	Fri Mar 16 06:03:21 2018 +0200
     1.2 +++ b/tinypy/receipt	Tue Dec 03 17:47:44 2019 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="1.1"
     1.5  CATEGORY="development"
     1.6  SHORT_DESC="A minimalist implementation of Python"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="MIT"
    1.10  WEB_SITE="http://www.tinypy.org/"
    1.11  
    1.12 @@ -14,7 +14,7 @@
    1.13  BUILD_DEPENDS="python-dev"
    1.14  
    1.15  compile_rules() {
    1.16 -	python setup.py linux &&
    1.17 +	python -B setup.py linux &&
    1.18  	install -Dm755 $src/build/tinypy $install/usr/bin/tinypy
    1.19  }
    1.20