mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/pelican: Updated for version 3.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
60c8c6589c
commit
1337beb99e
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue