wok-next diff tinypy/receipt @ rev 21613
updated eboard (1.1.1 -> 1.1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 25 10:33:28 2020 +0100 (2020-06-25) |
parents | da9e80c5d4bb |
children |
line diff
1.1 --- a/tinypy/receipt Fri Mar 16 06:03:21 2018 +0200 1.2 +++ b/tinypy/receipt Thu Jun 25 10:33:28 2020 +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