File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/bash
2
2
#
3
- # CDDL HEADER START
3
+ # {{{ CDDL HEADER START
4
4
#
5
5
# The contents of this file are subject to the terms of the
6
6
# Common Development and Distribution License, Version 1.0 only
18
18
# fields enclosed by brackets "[]" replaced with your own identifying
19
19
# information: Portions Copyright [yyyy] [name of copyright owner]
20
20
#
21
- # CDDL HEADER END
22
- #
21
+ # CDDL HEADER END }}}
23
22
#
24
23
# Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved.
25
24
# Copyright 2017 OmniOS Community Edition (OmniOSce) Association.
26
25
# Use is subject to license terms.
27
26
#
28
- # Load support functions
29
27
. ../../../lib/functions.sh
30
28
31
29
PKG=library/python-2/cherrypy-27
32
30
PROG=CherryPy
33
- VER=11 .0.0
31
+ VER=13 .0.0
34
32
SUMMARY=" cherrypy - A Minimalist Python Web Framework"
35
33
DESC=" $SUMMARY "
36
34
@@ -50,3 +48,6 @@ prep_build
50
48
python_build
51
49
make_package local.mog ../final.mog
52
50
clean_up
51
+
52
+ # Vim hints
53
+ # vim:ts=4:sw=4:et:fdm=marker
You can’t perform that action at this time.
0 commit comments