Skip to content

Commit 5919fe6

Browse files
committed
cherrypy: update to 13.0.0
1 parent c870a31 commit 5919fe6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build/python27/cherrypy/build.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/bash
22
#
3-
# CDDL HEADER START
3+
# {{{ CDDL HEADER START
44
#
55
# The contents of this file are subject to the terms of the
66
# Common Development and Distribution License, Version 1.0 only
@@ -18,19 +18,17 @@
1818
# fields enclosed by brackets "[]" replaced with your own identifying
1919
# information: Portions Copyright [yyyy] [name of copyright owner]
2020
#
21-
# CDDL HEADER END
22-
#
21+
# CDDL HEADER END }}}
2322
#
2423
# Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved.
2524
# Copyright 2017 OmniOS Community Edition (OmniOSce) Association.
2625
# Use is subject to license terms.
2726
#
28-
# Load support functions
2927
. ../../../lib/functions.sh
3028

3129
PKG=library/python-2/cherrypy-27
3230
PROG=CherryPy
33-
VER=11.0.0
31+
VER=13.0.0
3432
SUMMARY="cherrypy - A Minimalist Python Web Framework"
3533
DESC="$SUMMARY"
3634

@@ -50,3 +48,6 @@ prep_build
5048
python_build
5149
make_package local.mog ../final.mog
5250
clean_up
51+
52+
# Vim hints
53+
# vim:ts=4:sw=4:et:fdm=marker

0 commit comments

Comments
 (0)