From bcdbdccbfb51789ae12c567d5ba5646b638d6fe1 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 27 Apr 2018 17:07:37 +0200 Subject: python/Flask: Updated for version 1.0. Signed-off-by: Dimitris Zlatanidis --- python/Flask/Flask.SlackBuild | 7 ++++--- python/Flask/Flask.info | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'python/Flask') diff --git a/python/Flask/Flask.SlackBuild b/python/Flask/Flask.SlackBuild index 0e10f1e2b33c..bda81a0abe99 100644 --- a/python/Flask/Flask.SlackBuild +++ b/python/Flask/Flask.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Flask -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=Flask -VERSION=${VERSION:-0.12.2} +VERSION=${VERSION:-1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,7 +75,8 @@ 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 README AUTHORS CHANGES LICENSE PKG-INFO docs/*.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.rst AUTHORS CHANGES.rst LICENSE PKG-INFO docs/*.rst \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/Flask/Flask.info b/python/Flask/Flask.info index 92358989d1e9..063f79c5885c 100644 --- a/python/Flask/Flask.info +++ b/python/Flask/Flask.info @@ -1,8 +1,8 @@ PRGNAM="Flask" -VERSION="0.12.2" +VERSION="1.0" HOMEPAGE="http://flask.pocoo.org/" -DOWNLOAD="https://pypi.python.org/packages/eb/12/1c7bd06fcbd08ba544f25bf2c6612e305a70ea51ca0eda8007344ec3f123/Flask-0.12.2.tar.gz" -MD5SUM="97278dfdafda98ba7902e890b0289177" +DOWNLOAD="https://files.pythonhosted.org/packages/99/ab/eedb921f26adf7057ade1291f9c1bfa35a506d64894f58546457ef658772/Flask-1.0.tar.gz" +MD5SUM="7140df3116386c7af0f389800a91817b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="werkzeug Jinja2 itsdangerous click" -- cgit v1.2.3