Skip to content

Commit 4b3ac08

Browse files
committed
jaraco.classes: 1.4.3 - required by CherryPy from 11.1.0
1 parent c20be88 commit 4b3ac08

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

build/python27/cherrypy/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN_DEPENDS_IPS+="
3939
library/python-2/six-27
4040
library/python-2/portend-27
4141
library/python-2/cheroot-27
42+
library/python-2/jaraco.classes-27
4243
"
4344

4445
init
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
#!/usr/bin/bash
2+
#
3+
# {{{ CDDL HEADER
4+
#
5+
# This file and its contents are supplied under the terms of the
6+
# Common Development and Distribution License ("CDDL"), version 1.0.
7+
# You may only use this file in accordance with the terms of version
8+
# 1.0 of the CDDL.
9+
#
10+
# A full copy of the text of the CDDL should have accompanied this
11+
# source. A copy of the CDDL is also available via the Internet at
12+
# http://www.illumos.org/license/CDDL.
13+
#
14+
# }}}
15+
16+
# Copyright 2017 OmniOS Community Edition (OmniOSce) Association.
17+
18+
. ../../../lib/functions.sh
19+
20+
PKG=library/python-2/jaraco.classes-27
21+
PROG=jaraco.classes
22+
VER=1.4.3
23+
SUMMARY="jaraco.classes - Utility functions for Python class constructs"
24+
DESC="$SUMMARY"
25+
26+
. $SRCDIR/../common.sh
27+
28+
init
29+
download_source pymodules/$PROG $PROG $VER
30+
patch_source
31+
prep_build
32+
python_build
33+
strip_install -x
34+
make_package local.mog ../final.mog
35+
clean_up
36+
37+
# Vim hints
38+
# vim:ts=4:sw=4:et:fdm=marker
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
license LICENSE license=MIT

0 commit comments

Comments
 (0)