wok-next view pyvim/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 0c430fcaf2d9
children
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/prompt-toolkit/pyvim"
9 HOST_ARCH="any"
11 SOURCE="pyvim"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL"
15 BUILD_DEPENDS="python-prompt-toolkit ptpython python-docopt python-pyflakes \
16 python-dev"
18 compile_rules() {
19 python -B setup.py install --root=$install
20 }
22 genpkg_rules() {
23 cp -a $install/usr $fs
24 DEPENDS="python python-prompt-toolkit ptpython python-docopt python-pyflakes"
25 }