wok view pyvim/receipt @ rev 23609

updated rclone (1.49.2 -> 1.51.0)
author Hans-G?nter Theisgen
date Tue Apr 14 06:22:12 2020 +0100 (2020-04-14)
parents 5d50a02468c7
children b569b85b0fb9
line source
1 # SliTaz package receipt.
3 PACKAGE="pyvim"
4 VERSION="2.0.24"
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/${SOURCE:0:1}/$SOURCE/$TARBALL"
14 DEPENDS="ptpython python python-docopt python-prompt-toolkit python-pyflakes"
15 BUILD_DEPENDS="ptpython python python-dev python-docopt python-prompt-toolkit
16 python-pyflakes python-setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }