Skip to content

Commit 33a3c7d

Browse files
committed
more-itertools 4.0.1 - required by cheroot from 6.0.0
1 parent 4b3ac08 commit 33a3c7d

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

build/python27/cheroot/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ VER=6.0.0
3232
SUMMARY="cheroot - Highly-optimized, pure-python HTTP server"
3333
DESC="$SUMMARY"
3434

35+
RUN_DEPENDS_IPS+="
36+
library/python-2/more-itertools-27
37+
"
38+
3539
. $SRCDIR/../common.sh
3640

3741
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/more-itertools-27
21+
PROG=more-itertools
22+
VER=4.0.1
23+
SUMMARY="more-itertools - More routines for operating on iterables"
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)