python/pelican: Updated for version 3.7.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2017-06-18 21:37:33 +01:00 committed by David Spencer
parent 2084b30c93
commit c49dfc7638
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for pelican
# Copyright 2015-2016 Markus Reichelt, Aachen, DE
# Copyright 2015-2017 Markus Reichelt, Aachen, 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.6.3}
VERSION=${VERSION:-3.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="pelican"
VERSION="3.6.3"
VERSION="3.7.1"
HOMEPAGE="https://pypi.python.org/pypi/pelican/"
DOWNLOAD="https://pypi.python.org/packages/82/e2/f649e72085465813600e4a2fecc5de8d005fb51eff20ef6a7e69a34006d3/pelican-3.6.3.tar.gz"
MD5SUM="ee4110fc60af26459f4e2f7c9fa9cdd5"
DOWNLOAD="https://pypi.python.org/packages/d0/9e/c5cf3f7e98b84ac666422d7f6707cc415d4c96247c266377c0ed5a489f49/pelican-3.7.1.tar.gz"
MD5SUM="da0f459c0a9e302974d5ebf86e3dc78b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="feedgenerator Jinja2 Unidecode blinker pytz docutils Pygments six python-dateutil Markdown"