wok rev 3418
Ren: pyparsing -> python-pyparsing & UROPTDOI
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Fri Jun 12 23:10:19 2009 +0000 (2009-06-12) |
parents | 1cfe4916e547 |
children | 017a09f73a4a |
files | openerp-server/receipt openerp-web/receipt pyparsing/receipt python-pydot/receipt python-pyparsing/receipt |
line diff
1.1 --- a/openerp-server/receipt Fri Jun 12 23:02:15 2009 +0000 1.2 +++ b/openerp-server/receipt Fri Jun 12 23:10:19 2009 +0000 1.3 @@ -9,8 +9,8 @@ 1.4 WEB_SITE="http://openerp.com/" 1.5 WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" 1.6 DEPENDS="python postgresql libxml2-python libxslt psycopg2 python-reportlab \ 1.7 -pyparsing graphviz libgcrypt python-pil python-lxml matplotlib python-pyxml \ 1.8 -pychart python-pydot egenix-mx-base" 1.9 +python-pyparsing graphviz libgcrypt python-pil python-lxml matplotlib \ 1.10 +python-pyxml pychart python-pydot egenix-mx-base" 1.11 BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ 1.12 pychart python-pydot python-dev" 1.13
2.1 --- a/openerp-web/receipt Fri Jun 12 23:02:15 2009 +0000 2.2 +++ b/openerp-web/receipt Fri Jun 12 23:10:19 2009 +0000 2.3 @@ -9,7 +9,7 @@ 2.4 WEB_SITE="http://openerp.com/" 2.5 WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" 2.6 DEPENDS="matplotlib setuptools python-turbogears python-pil python \ 2.7 -python-pyxml pyparsing" 2.8 +python-pyxml python-pyparsing" 2.9 BUILD_DEPENDS="setuptools python-dev python python-pyxml python-turbogears" 2.10 CONFIG_FILES="/etc/openerp/openerp-web.conf" 2.11 # http://doc.openerp.com/install/linux/web/index.html
3.1 --- a/pyparsing/receipt Fri Jun 12 23:02:15 2009 +0000 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,27 +0,0 @@ 3.4 -# SliTaz package receipt. 3.5 - 3.6 -PACKAGE="pyparsing" 3.7 -VERSION="1.5.0" 3.8 -CATEGORY="development" 3.9 -SHORT_DESC="Fuse Filsystem in user space." 3.10 -MAINTAINER="pascal.bellard@slitaz.org" 3.11 -TARBALL="$PACKAGE-$VERSION.tar.gz" 3.12 -WEB_SITE="http://pyparsing.wikispaces.com/" 3.13 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 3.14 -DEPENDS="python" 3.15 -BUILD_DEPENDS="python python-dev" 3.16 - 3.17 -# Rules to configure and make the package. 3.18 -compile_rules() 3.19 -{ 3.20 - cd $src 3.21 - python setup.py build && 3.22 - python setup.py install --root=$PWD/_pkg 3.23 -} 3.24 - 3.25 -# Rules to gen a SliTaz package suitable for Tazpkg. 3.26 -genpkg_rules() 3.27 -{ 3.28 - cp -a $_pkg/usr $fs 3.29 -} 3.30 -
4.1 --- a/python-pydot/receipt Fri Jun 12 23:02:15 2009 +0000 4.2 +++ b/python-pydot/receipt Fri Jun 12 23:10:19 2009 +0000 4.3 @@ -9,7 +9,7 @@ 4.4 TARBALL="$SOURCE-$VERSION.tar.gz" 4.5 WEB_SITE="http://code.google.com/p/pydot/" 4.6 WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL" 4.7 -DEPENDS="python pyparsing graphviz" 4.8 +DEPENDS="python python-pyparsing graphviz" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/python-pyparsing/receipt Fri Jun 12 23:10:19 2009 +0000 5.3 @@ -0,0 +1,33 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="python-pyparsing" 5.7 +SOURCE="pyparsing" 5.8 +VERSION="1.5.0" 5.9 +CATEGORY="development" 5.10 +SHORT_DESC="Fuse Filsystem in user space." 5.11 +MAINTAINER="pascal.bellard@slitaz.org" 5.12 +TARBALL="$SOURCE-$VERSION.tar.gz" 5.13 +WEB_SITE="http://pyparsing.wikispaces.com/" 5.14 +WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 5.15 +DEPENDS="python" 5.16 +BUILD_DEPENDS="python python-dev" 5.17 + 5.18 +# Rules to configure and make the package. 5.19 +compile_rules() 5.20 +{ 5.21 + cd $src 5.22 + python setup.py build && 5.23 + python setup.py install --root=$PWD/_pkg 5.24 +} 5.25 + 5.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.27 +genpkg_rules() 5.28 +{ 5.29 + cp -a $_pkg/usr $fs 5.30 +} 5.31 + 5.32 +# Remove old package. 5.33 +post_install() 5.34 +{ 5.35 + rm -rf $1/var/lib/tazpkg/installed/pyparsing 5.36 +}