wok-next diff tinypy/receipt @ rev 21135
Up libgcrypt (1.8.4), libpgp-error (1.34), libxml2 (2.9.9), libxslt (1.1.33).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jan 20 16:02:24 2019 +0200 (2019-01-20) |
parents | da9e80c5d4bb |
children |
line diff
1.1 --- a/tinypy/receipt Fri Mar 16 06:03:21 2018 +0200 1.2 +++ b/tinypy/receipt Sun Jan 20 16:02:24 2019 +0200 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