wok-current diff ptpython/receipt @ rev 22017
xcircuit: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 19 18:20:40 2019 +0200 (2019-10-19) |
parents | 4ca238d6262e |
children | 117e5b447e27 |
line diff
1.1 --- a/ptpython/receipt Wed Jun 12 14:57:36 2019 +0100 1.2 +++ b/ptpython/receipt Sat Oct 19 18:20:40 2019 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 WEB_SITE="https://github.com/prompt-toolkit/ptpython" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="${WEB_SITE}/$PACKAGE/archive/$VERSION.tar.gz" 1.8 +WGET_URL="${WEB_SITE}/archive/$VERSION.tar.gz" 1.9 1.10 DEPENDS="python python-docopt python-jedi python-prompt-toolkit" 1.11 BUILD_DEPENDS="python-dev python-docopt python-jedi \