summaryrefslogtreecommitdiffstats
path: root/libraries/Mako
diff options
context:
space:
mode:
author Larry Hajali2010-05-13 00:28:33 +0200
committer Robby Workman2010-05-13 00:28:33 +0200
commit9af80c1f9a208a7f9127e292c5894bcfdff885bb (patch)
treed61ae0f00ad36c52f4966f294241da9c43555ce1 /libraries/Mako
parent6058f62bf6924a15ffd7de1b9c5d1adcf20698fd (diff)
downloadslackbuilds-9af80c1f9a208a7f9127e292c5894bcfdff885bb.tar.gz
libraries/Mako: Updated for version 0.2.5
Diffstat (limited to 'libraries/Mako')
-rw-r--r--libraries/Mako/Mako.SlackBuild6
-rw-r--r--libraries/Mako/Mako.info8
-rw-r--r--libraries/Mako/README16
-rw-r--r--libraries/Mako/slack-desc2
4 files changed, 17 insertions, 15 deletions
diff --git a/libraries/Mako/Mako.SlackBuild b/libraries/Mako/Mako.SlackBuild
index 28e3d69bfb..f06e7fe0eb 100644
--- a/libraries/Mako/Mako.SlackBuild
+++ b/libraries/Mako/Mako.SlackBuild
@@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=Mako
-VERSION=${VERSION:-0.2.4}
+VERSION=${VERSION:-0.2.5}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -42,11 +42,11 @@ python setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CHANGES LICENSE README doc/* \
- $PKG/usr/doc/$PRGNAM-$VERSION
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/libraries/Mako/Mako.info b/libraries/Mako/Mako.info
index 9110d77a59..0480958d62 100644
--- a/libraries/Mako/Mako.info
+++ b/libraries/Mako/Mako.info
@@ -1,8 +1,10 @@
PRGNAM="Mako"
-VERSION="0.2.4"
+VERSION="0.2.5"
HOMEPAGE="http://www.makotemplates.org/"
-DOWNLOAD="http://pypi.python.org/packages/source/M/Mako/Mako-0.2.4.tar.gz"
-MD5SUM="f1a3d79bb79f6787e6d5c70dfd1c8ff8"
+DOWNLOAD="http://pypi.python.org/packages/source/M/Mako/Mako-0.2.5.tar.gz"
+MD5SUM="d8ca783630dc5e93970a2075532fa643"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="rworkman"
diff --git a/libraries/Mako/README b/libraries/Mako/README
index bd288a3e34..6b5e85d755 100644
--- a/libraries/Mako/README
+++ b/libraries/Mako/README
@@ -1,10 +1,10 @@
-Mako is a template library written in Python. It provides a familiar,
-non-XML syntax which compiles into Python modules for maximum performance.
-Mako's syntax and API borrows from the best ideas of many others, including
-Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an
-embedded Python (i.e. Python Server Page) language, which refines the
-familiar ideas of componentized layout and inheritance to produce one of the
-most straightforward and flexible models available, while also maintaining
-close ties to Python calling and scoping semantics.
+Mako is a template library written in Python. It provides a familiar, non-XML
+syntax which compiles into Python modules for maximum performance. Mako's
+syntax and API borrows from the best ideas of many others, including Django
+templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
+Python (i.e. Python Server Page) language, which refines the familiar ideas
+of componentized layout and inheritance to produce one of the most
+straightforward and flexible models available, while also maintaining close
+ties to Python calling and scoping semantics.
This requires pysetuptools.
diff --git a/libraries/Mako/slack-desc b/libraries/Mako/slack-desc
index 93ef083179..98c2b86f0f 100644
--- a/libraries/Mako/slack-desc
+++ b/libraries/Mako/slack-desc
@@ -7,7 +7,7 @@
|-----handy-ruler------------------------------------------------------|
Mako: Mako (A python templating language)
-Mako:
+Mako:
Mako: Mako is a template library written in Python. It provides a familiar,
Mako: non-XML syntax which compiles into Python modules for maximum
Mako: performance. Mako's syntax and API borrows from the best ideas of many