wok-next view pyvim/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 0c430fcaf2d9
line source
1 # SliTaz package receipt.
3 PACKAGE="pyvim"
4 VERSION="0.0.13"
5 CATEGORY="development"
6 SHORT_DESC="Pure Python Vi Implementation"
7 MAINTAINER="paul@slitaz.org"
8 WEB_SITE="https://github.com/jonathanslenders/pyvim"
10 SOURCE="pyvim"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL"
14 BUILD_DEPENDS="python-prompt-toolkit ptpython python-docopt python-pyflakes \
15 python-dev"
17 compile_rules() {
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 cp -a $install/usr $fs
23 DEPENDS="python python-prompt-toolkit ptpython python-docopt python-pyflakes"
24 }