From 22652b5b61c8f47d4be19c5f644c4ffc48991c2d Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Sat, 28 Feb 2015 23:34:37 +0100 Subject: python-pypi/pelican: fix SOURCE_URL (cherry picked from commit 648112bac94d5fba94826b5508f9a064db48cb2d) --- python-pypi/pelican/DETAILS | 2 +- python-pypi/pelican/HISTORY | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pypi/pelican/DETAILS b/python-pypi/pelican/DETAILS index 8c6925fe94..8ed7de7dd2 100755 --- a/python-pypi/pelican/DETAILS +++ b/python-pypi/pelican/DETAILS @@ -1,7 +1,7 @@ SPELL=pelican VERSION=3.5.0 SOURCE="${SPELL}-${VERSION}.tar.gz" - SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELL}/{SOURCE} + SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELL}/${SOURCE} SOURCE_HASH=sha512:37222a8e8a732dd0c6122e57cf8f7ae5c522d2886404515df0bcd5b741e41c563a4819a3ae2e2b963d27343e8f211ae86c5630b1229cf42f4ec59f6f14272429 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" WEB_SITE="http://getpelican.com/" diff --git a/python-pypi/pelican/HISTORY b/python-pypi/pelican/HISTORY index abe0ab99a1..b2fb4a3fdb 100644 --- a/python-pypi/pelican/HISTORY +++ b/python-pypi/pelican/HISTORY @@ -1,3 +1,6 @@ +2015-02-28 Florian Franzmann + * DETAILS: fix SOURCE_URL + 2014-12-21 Vlad Glagolev * DETAILS: updated spell to 3.5.0; updated descriptions, source url * DEPENDS: removed smartypants -- it's optional and included within -- cgit v1.2.3