# HG changeset patch # User Claudinei Pereira # Date 1244848219 0 # Node ID aa7d170708a9a9152703a25272fd971968f14333 # Parent 1cfe4916e547c6a77ffa5daba06144ae4b8727b1 Ren: pyparsing -> python-pyparsing & UROPTDOI diff -r 1cfe4916e547 -r aa7d170708a9 openerp-server/receipt --- a/openerp-server/receipt Fri Jun 12 23:02:15 2009 +0000 +++ b/openerp-server/receipt Fri Jun 12 23:10:19 2009 +0000 @@ -9,8 +9,8 @@ WEB_SITE="http://openerp.com/" WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" DEPENDS="python postgresql libxml2-python libxslt psycopg2 python-reportlab \ -pyparsing graphviz libgcrypt python-pil python-lxml matplotlib python-pyxml \ -pychart python-pydot egenix-mx-base" +python-pyparsing graphviz libgcrypt python-pil python-lxml matplotlib \ +python-pyxml pychart python-pydot egenix-mx-base" BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ pychart python-pydot python-dev" diff -r 1cfe4916e547 -r aa7d170708a9 openerp-web/receipt --- a/openerp-web/receipt Fri Jun 12 23:02:15 2009 +0000 +++ b/openerp-web/receipt Fri Jun 12 23:10:19 2009 +0000 @@ -9,7 +9,7 @@ WEB_SITE="http://openerp.com/" WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" DEPENDS="matplotlib setuptools python-turbogears python-pil python \ -python-pyxml pyparsing" +python-pyxml python-pyparsing" BUILD_DEPENDS="setuptools python-dev python python-pyxml python-turbogears" CONFIG_FILES="/etc/openerp/openerp-web.conf" # http://doc.openerp.com/install/linux/web/index.html diff -r 1cfe4916e547 -r aa7d170708a9 pyparsing/receipt --- a/pyparsing/receipt Fri Jun 12 23:02:15 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="pyparsing" -VERSION="1.5.0" -CATEGORY="development" -SHORT_DESC="Fuse Filsystem in user space." -MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://pyparsing.wikispaces.com/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="python" -BUILD_DEPENDS="python python-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - python setup.py build && - python setup.py install --root=$PWD/_pkg -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $_pkg/usr $fs -} - diff -r 1cfe4916e547 -r aa7d170708a9 python-pydot/receipt --- a/python-pydot/receipt Fri Jun 12 23:02:15 2009 +0000 +++ b/python-pydot/receipt Fri Jun 12 23:10:19 2009 +0000 @@ -9,7 +9,7 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/pydot/" WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL" -DEPENDS="python pyparsing graphviz" +DEPENDS="python python-pyparsing graphviz" # Rules to configure and make the package. compile_rules() diff -r 1cfe4916e547 -r aa7d170708a9 python-pyparsing/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pyparsing/receipt Fri Jun 12 23:10:19 2009 +0000 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="python-pyparsing" +SOURCE="pyparsing" +VERSION="1.5.0" +CATEGORY="development" +SHORT_DESC="Fuse Filsystem in user space." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pyparsing.wikispaces.com/" +WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build && + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} + +# Remove old package. +post_install() +{ + rm -rf $1/var/lib/tazpkg/installed/pyparsing +}