wok-next view ptpython/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ptpython"
4 VERSION="0.28"
5 CATEGORY="development"
6 SHORT_DESC="Python REPL"
7 MAINTAINER="paul@slitaz.org"
8 WEB_SITE="https://github.com/prompt-toolkit/ptpython"
10 SOURCE="ptpython"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL"
14 BUILD_DEPENDS="python-dev python-prompt-toolkit python-jedi python-docopt"
16 compile_rules() {
17 python -B setup.py install --root=$install
18 }
20 genpkg_rules() {
21 cp -a $install/usr $fs
22 DEPENDS="python python-prompt-toolkit python-jedi python-docopt"
23 }