From 93851e9d19cf8c84b353310e55730d1efd021fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Wed, 3 Apr 2013 11:59:19 +0200 Subject: [PATCH] listing zip as a build dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- manuals/ponysay.texinfo | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 9bc54494..23817154 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -1666,6 +1666,12 @@ the file name) in addition to .pony-files or pony names. @pindex @command{python3} Required to run the @file{./setup.py} file, which is also invoked from the make script. +@item zip +@pindex @command{zip} +Required to create an executable containing all Pythons files. This is done by +creating an (uncompressed) zip-file with all source files and prepended with +a shebang telling the operating system to run Python 3, and naming the mane +file @file{__main__.py}. @item gzip @pindex @command{gzip} Used for compressing manuals. (Optional, standard) @@ -2756,7 +2762,7 @@ url="https://github.com/erkin/ponysay" license=('WTFPL' 'GNU FDL v1.3') depends=(python>=3 coreutils) optdepends=("util-say>=3: Improved TTY support with KMS and PNG files") -makedepends=('git' 'texinfo' 'info' 'gzip' 'python>=3') +makedepends=('git' 'texinfo' 'info' 'gzip' 'python>=3', 'zip') build() @{ cd "$srcdir"; git clone git://github.com/erkin/ponysay.git ponysay