summaryrefslogtreecommitdiffstats
path: root/libraries/CherryPy
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2018-04-01 10:56:17 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-07 08:13:18 +0700
commitffd70c8a95b9a671887a524d2924a4daa8374a0b (patch)
tree62368d5d3f645d5082efb454cb014caccec9015e /libraries/CherryPy
parent37b06ac517d84827cea93ff19ce8b00eef62f4f9 (diff)
downloadslackbuilds-ffd70c8a95b9a671887a524d2924a4daa8374a0b.tar.gz
slackbuilds-ffd70c8a95b9a671887a524d2924a4daa8374a0b.tar.xz
libraries/CherryPy: Updated for version 14.0.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/CherryPy')
-rw-r--r--libraries/CherryPy/CherryPy.SlackBuild4
-rw-r--r--libraries/CherryPy/CherryPy.info8
-rw-r--r--libraries/CherryPy/README2
3 files changed, 6 insertions, 8 deletions
diff --git a/libraries/CherryPy/CherryPy.SlackBuild b/libraries/CherryPy/CherryPy.SlackBuild
index 20ccf71ead..987dbef39e 100644
--- a/libraries/CherryPy/CherryPy.SlackBuild
+++ b/libraries/CherryPy/CherryPy.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for CherryPy
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
-# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=CherryPy
-VERSION=${VERSION:-12.0.1}
+VERSION=${VERSION:-14.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/libraries/CherryPy/CherryPy.info b/libraries/CherryPy/CherryPy.info
index f85251429d..5ab103dc61 100644
--- a/libraries/CherryPy/CherryPy.info
+++ b/libraries/CherryPy/CherryPy.info
@@ -1,10 +1,10 @@
PRGNAM="CherryPy"
-VERSION="12.0.1"
+VERSION="14.0.1"
HOMEPAGE="http://www.cherrypy.org/"
-DOWNLOAD="https://pypi.python.org/packages/be/d8/a8ef56bfe1c39d466b8d55b496b64459cc43dec71361d88edf904901637f/CherryPy-12.0.1.tar.gz"
-MD5SUM="e21fd0c5706504a8f26c46d808a14255"
+DOWNLOAD="https://pypi.python.org/packages/b6/cb/c38321ba5bf3c968f926a8be41868bbc35bedbf70272f7d51d88a78ee588/CherryPy-14.0.1.tar.gz"
+MD5SUM="c52fccb916bdbc1cfd7dace46929301a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="cheroot portend jaraco.classes"
+REQUIRES="setuptools-scm cheroot portend"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"
diff --git a/libraries/CherryPy/README b/libraries/CherryPy/README
index 044299bd53..316ba98147 100644
--- a/libraries/CherryPy/README
+++ b/libraries/CherryPy/README
@@ -3,5 +3,3 @@ CherryPy allows developers to build web applications in
much the same way they would build any other object-oriented
Python program. This results in smaller source code
developed in less time.
-
-Optional dependency: python-memcached