wok-next view ptpython/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 8b5b2a6d07b8
children d457c4e37c1b
line source
1 # SliTaz package receipt.
3 PACKAGE="ptpython"
4 SOURCE="ptpython"
5 VERSION="0.28"
6 CATEGORY="development"
7 SHORT_DESC="Python REPL"
8 MAINTAINER="paul@slitaz.org"
9 WEB_SITE="https://github.com/jonathanslenders/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 }