# HG changeset patch # User Paul Issott # Date 1453023129 0 # Node ID df7942dc271be12c9ba4a994314b012a9c4de161 # Parent 7efba77f8483f2bae7d066f5016c11b639cd2545 Add pyvim diff -r 7efba77f8483 -r df7942dc271b ptpython/receipt --- a/ptpython/receipt Sat Jan 16 16:19:14 2016 +0100 +++ b/ptpython/receipt Sun Jan 17 09:32:09 2016 +0000 @@ -6,7 +6,6 @@ CATEGORY="development" SHORT_DESC="Python REPL." MAINTAINER="paul@slitaz.org" -#LICENSE="MIT" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://github.com/jonathanslenders/ptpython" WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" diff -r 7efba77f8483 -r df7942dc271b pyvim/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pyvim/receipt Sun Jan 17 09:32:09 2016 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="pyvim" +SOURCE="pyvim" +VERSION="0.0.13" +CATEGORY="development" +SHORT_DESC="Pure Python Vi Implementation." +MAINTAINER="paul@slitaz.org" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="https://github.com/jonathanslenders/pyvim" +WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" + +DEPENDS="python python-prompt-toolkit ptpython python-docopt python-pyflakes" +BUILD_DEPENDS="wget python-prompt-toolkit ptpython python-docopt python-pyflakes setuptools python-dev" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} +