File tree Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ RUN_DEPENDS_IPS+="
39
39
library/python-2/six-27
40
40
library/python-2/portend-27
41
41
library/python-2/cheroot-27
42
+ library/python-2/jaraco.classes-27
42
43
"
43
44
44
45
init
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ license LICENSE license=MIT
You can’t perform that action at this time.
0 commit comments