wok-stable rev 3412
Ren: reportlab -> python-reportlab & update receipts of packages that depends on it
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Fri Jun 12 22:13:01 2009 +0000 (2009-06-12) |
parents | 23858f368eeb |
children | 63e63926a8ca |
files | openerp-server/receipt python-reportlab/receipt reportlab/receipt xhtml2pdf/receipt |
line diff
1.1 --- a/openerp-server/receipt Fri Jun 12 21:58:05 2009 +0000 1.2 +++ b/openerp-server/receipt Fri Jun 12 22:13:01 2009 +0000 1.3 @@ -8,11 +8,11 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://openerp.com/" 1.6 WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" 1.7 -DEPENDS="python postgresql libxml2-python libxslt psycopg2 reportlab \ 1.8 +DEPENDS="python postgresql libxml2-python libxslt psycopg2 python-reportlab \ 1.9 pyparsing graphviz libgcrypt pil python-lxml matplotlib pyxml pychart \ 1.10 pydot egenix-mx-base" 1.11 -BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt reportlab pychart \ 1.12 -pydot python-dev" 1.13 +BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ 1.14 +pychart pydot python-dev" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules()
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/python-reportlab/receipt Fri Jun 12 22:13:01 2009 +0000 2.3 @@ -0,0 +1,39 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="python-reportlab" 2.7 +VERSION="2_3" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="PDF generation solution." 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +SOURCE="ReportLab" 2.12 +TARBALL="${SOURCE}_$VERSION.tar.gz" 2.13 +WEB_SITE="http://www.reportlab.org/" 2.14 +WGET_URL="${WEB_SITE}ftp/$TARBALL" 2.15 +DEPENDS="python" 2.16 +BUILD_DEPENDS="python python-dev" 2.17 + 2.18 +# Rules to configure and make the package. 2.19 +compile_rules() 2.20 +{ 2.21 + ln -s ${SOURCE}_$VERSION $src 2.22 + cd $src 2.23 + python setup.py build && 2.24 + python setup.py install --root=$PWD/_pkg 2.25 +} 2.26 + 2.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.28 +genpkg_rules() 2.29 +{ 2.30 + cp -a $_pkg/usr $fs 2.31 +} 2.32 + 2.33 +clean_wok() 2.34 +{ 2.35 + rm -rf ${PACKAGE}_$VERSION 2.36 +} 2.37 + 2.38 +# Remove old package. 2.39 +post_install() 2.40 +{ 2.41 + rm -rf $1/var/lib/tazpkg/installed/reportlab 2.42 +}
3.1 --- a/reportlab/receipt Fri Jun 12 21:58:05 2009 +0000 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,33 +0,0 @@ 3.4 -# SliTaz package receipt. 3.5 - 3.6 -PACKAGE="reportlab" 3.7 -VERSION="2_3" 3.8 -CATEGORY="development" 3.9 -SHORT_DESC="PDF generation solution." 3.10 -MAINTAINER="pascal.bellard@slitaz.org" 3.11 -SOURCE="ReportLab" 3.12 -TARBALL="${SOURCE}_$VERSION.tar.gz" 3.13 -WEB_SITE="http://www.reportlab.org/" 3.14 -WGET_URL="${WEB_SITE}ftp/$TARBALL" 3.15 -DEPENDS="python" 3.16 -BUILD_DEPENDS="python python-dev" 3.17 - 3.18 -# Rules to configure and make the package. 3.19 -compile_rules() 3.20 -{ 3.21 - ln -s ${SOURCE}_$VERSION $src 3.22 - cd $src 3.23 - python setup.py build && 3.24 - python setup.py install --root=$PWD/_pkg 3.25 -} 3.26 - 3.27 -# Rules to gen a SliTaz package suitable for Tazpkg. 3.28 -genpkg_rules() 3.29 -{ 3.30 - cp -a $_pkg/usr $fs 3.31 -} 3.32 - 3.33 -clean_wok() 3.34 -{ 3.35 - rm -rf ${PACKAGE}_$VERSION 3.36 -}
4.1 --- a/xhtml2pdf/receipt Fri Jun 12 21:58:05 2009 +0000 4.2 +++ b/xhtml2pdf/receipt Fri Jun 12 22:13:01 2009 +0000 4.3 @@ -9,7 +9,7 @@ 4.4 TARBALL="$SOURCE-$VERSION.tar.gz" 4.5 WEB_SITE="http://www.xhtml2pdf.com" 4.6 WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 4.7 -DEPENDS="python reportlab python-html5lib python-pypdf setuptools" 4.8 +DEPENDS="python python-reportlab python-html5lib python-pypdf setuptools" 4.9 BUILD_DEPENDS="$DEPENDS python-dev" 4.10 4.11 # Rules to configure and make the package.