summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Markus Reichelt2015-03-12 16:47:34 +0100
committer Willy Sudiarto Raharjo2015-03-12 16:47:34 +0100
commit1337beb99e3ccdf6b6402d51d0bcaebf5f764d65 (patch)
treee69ee968663624791d947e9e710550c87b5d73e1
parent60c8c6589c2b24594f29f52ad002976ab90da382 (diff)
downloadslackbuilds-1337beb99e3ccdf6b6402d51d0bcaebf5f764d65.tar.gz
python/pelican: Updated for version 3.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/pelican/pelican.SlackBuild6
-rw-r--r--python/pelican/pelican.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/python/pelican/pelican.SlackBuild b/python/pelican/pelican.SlackBuild
index ed5d86e3dc..928628223d 100644
--- a/python/pelican/pelican.SlackBuild
+++ b/python/pelican/pelican.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pelican
-# Copyright 2013 Markus Reichelt, Stolberg (Rhld.), DE
+# Copyright 2015 Markus Reichelt, Stolberg (Rhld.), DE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
PRGNAM=pelican
-VERSION=${VERSION:-3.3}
+VERSION=${VERSION:-3.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,7 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a samples/ LICENSE README.rst THANKS $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a docs/* pelican/themes/ LICENSE README.rst THANKS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/pelican/pelican.info b/python/pelican/pelican.info
index 060e063985..efa5bc3cb6 100644
--- a/python/pelican/pelican.info
+++ b/python/pelican/pelican.info
@@ -1,10 +1,10 @@
PRGNAM="pelican"
-VERSION="3.3"
+VERSION="3.5.0"
HOMEPAGE="http://pypi.python.org/pypi/pelican/"
-DOWNLOAD="http://pypi.python.org/packages/source/p/pelican/pelican-3.3.tar.gz"
-MD5SUM="0e1c16a13290e19e02b739ad7a9b3850"
+DOWNLOAD="http://pypi.python.org/packages/source/p/pelican/pelican-3.5.0.tar.gz"
+MD5SUM="af9a3deafb4683a109a5c44e6d6138aa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="feedgenerator MarkupSafe Jinja2 Unidecode blinker pytz docutils Pygments six Markdown"
+REQUIRES="feedgenerator MarkupSafe Jinja2 Unidecode blinker pytz docutils Pygments six python-dateutil Markdown"
MAINTAINER="Markus Reichelt"
EMAIL="slackbuilds@mareichelt.de"