# HG changeset patch # User Claudinei Pereira # Date 1244844781 0 # Node ID 983e91358a714d070163cf3e9d9252393bbdf96e # Parent 23858f368eeb0d072953549918c30192b741a11f Ren: reportlab -> python-reportlab & update receipts of packages that depends on it diff -r 23858f368eeb -r 983e91358a71 openerp-server/receipt --- a/openerp-server/receipt Fri Jun 12 21:58:05 2009 +0000 +++ b/openerp-server/receipt Fri Jun 12 22:13:01 2009 +0000 @@ -8,11 +8,11 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://openerp.com/" WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" -DEPENDS="python postgresql libxml2-python libxslt psycopg2 reportlab \ +DEPENDS="python postgresql libxml2-python libxslt psycopg2 python-reportlab \ pyparsing graphviz libgcrypt pil python-lxml matplotlib pyxml pychart \ pydot egenix-mx-base" -BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt reportlab pychart \ -pydot python-dev" +BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ +pychart pydot python-dev" # Rules to configure and make the package. compile_rules() diff -r 23858f368eeb -r 983e91358a71 python-reportlab/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-reportlab/receipt Fri Jun 12 22:13:01 2009 +0000 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="python-reportlab" +VERSION="2_3" +CATEGORY="development" +SHORT_DESC="PDF generation solution." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="ReportLab" +TARBALL="${SOURCE}_$VERSION.tar.gz" +WEB_SITE="http://www.reportlab.org/" +WGET_URL="${WEB_SITE}ftp/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ln -s ${SOURCE}_$VERSION $src + 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 +} + +clean_wok() +{ + rm -rf ${PACKAGE}_$VERSION +} + +# Remove old package. +post_install() +{ + rm -rf $1/var/lib/tazpkg/installed/reportlab +} diff -r 23858f368eeb -r 983e91358a71 reportlab/receipt --- a/reportlab/receipt Fri Jun 12 21:58:05 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="reportlab" -VERSION="2_3" -CATEGORY="development" -SHORT_DESC="PDF generation solution." -MAINTAINER="pascal.bellard@slitaz.org" -SOURCE="ReportLab" -TARBALL="${SOURCE}_$VERSION.tar.gz" -WEB_SITE="http://www.reportlab.org/" -WGET_URL="${WEB_SITE}ftp/$TARBALL" -DEPENDS="python" -BUILD_DEPENDS="python python-dev" - -# Rules to configure and make the package. -compile_rules() -{ - ln -s ${SOURCE}_$VERSION $src - 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 -} - -clean_wok() -{ - rm -rf ${PACKAGE}_$VERSION -} diff -r 23858f368eeb -r 983e91358a71 xhtml2pdf/receipt --- a/xhtml2pdf/receipt Fri Jun 12 21:58:05 2009 +0000 +++ b/xhtml2pdf/receipt Fri Jun 12 22:13:01 2009 +0000 @@ -9,7 +9,7 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.xhtml2pdf.com" WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" -DEPENDS="python reportlab python-html5lib python-pypdf setuptools" +DEPENDS="python python-reportlab python-html5lib python-pypdf setuptools" BUILD_DEPENDS="$DEPENDS python-dev" # Rules to configure and make the package.