wok-current diff turses/receipt @ rev 19997
@depends: python-vte
author | hackdorte <hackdorte@yandex.com> |
---|---|
date | Thu Jul 27 09:23:34 2017 -0300 (2017-07-27) |
parents | 23c3aed67cd9 |
children | 6135577f4d08 |
line diff
1.1 --- a/turses/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/turses/receipt Thu Jul 27 09:23:34 2017 -0300 1.3 @@ -10,13 +10,13 @@ 1.4 WEB_SITE="https://github.com/alejandrogomez/turses" 1.5 WGET_URL="http://pypi.python.org/packages/source/t/$PACKAGE/$TARBALL" 1.6 1.7 -DEPENDS="python setuptools python-httplib2 python-urwid python-oauth2 python-tweepy" 1.8 +DEPENDS="python setuptools python-httplib2 python-urwid python-oauth2 \ 1.9 +python-tweepy" 1.10 BUILD_DEPENDS="python python-dev setuptools" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 python setup.py build 1.17 python setup.py install --root=$DESTDIR 1.18 } 1.19 @@ -26,4 +26,3 @@ 1.20 { 1.21 cp -a $install/usr $fs 1.22 } 1.23 -