mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/Mako: Updated for version 0.2.5
This commit is contained in:
parent
6058f62bf6
commit
9af80c1f9a
4 changed files with 17 additions and 15 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue