# HG changeset patch # User Paul Issott # Date 1452938454 0 # Node ID e574ee12df5456173181d866e47bd0d6bd0acb8b # Parent f83c9673175d1a74fafd45baa2aa5b8305e1a508 Add ptpython diff -r f83c9673175d -r e574ee12df54 ptpython/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ptpython/receipt Sat Jan 16 10:00:54 2016 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="ptpython" +SOURCE="ptpython" +VERSION="0.28" +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" + +DEPENDS="python python-prompt-toolkit python-jedi python-docopt" +BUILD_DEPENDS="wget setuptools python-dev python-prompt-toolkit python-jedi python-docopt" + +# 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 +} +