Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/
Date: Sun, 13 Dec 2015 14:05:47
Message-Id: 1450015528.fec5d183a330065e4942d9875bbe05c3d4ad53b3.jlec@gentoo
1 commit: fec5d183a330065e4942d9875bbe05c3d4ad53b3
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 13 11:25:01 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 13 14:05:28 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec5d183
7
8 dev-python/billiard: Version Bump
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/billiard/Manifest | 1 +
14 dev-python/billiard/billiard-3.3.0.22.ebuild | 57 ++++++++++++++++++++++++++++
15 2 files changed, 58 insertions(+)
16
17 diff --git a/dev-python/billiard/Manifest b/dev-python/billiard/Manifest
18 index 9e7b8da..58637ad 100644
19 --- a/dev-python/billiard/Manifest
20 +++ b/dev-python/billiard/Manifest
21 @@ -2,3 +2,4 @@ DIST billiard-3.3.0.18.tar.gz 150594 SHA256 59c04036f314c11632a49c15c57735ffb9e1
22 DIST billiard-3.3.0.19.tar.gz 150943 SHA256 6e6b8ec6e45b89389051737c7e6215d8e55a83896eb6212fa726ca76e80c7a19 SHA512 492bbf38a7924394dd89f0528598e37ca1a93fc21bdccded396e036b2457c14a06e44de2c9b80d81e5f55bfd1559a6c5fbf1969d108089dc2b697aeaecea60ad WHIRLPOOL cb6e96a1b0c19c62ea07854e7520acb04fa716f79f499e00c24b46f0403ac80d1416fe9669d7e9e1c4955341b29d9215b2e9429d482a4ab34c710397c0fc5e2d
23 DIST billiard-3.3.0.20.tar.gz 150990 SHA256 688f9466b1c3ae14106381e6dbd328115e75c5260c542eb48e6c46931f6928cc SHA512 e068be5e0bc8bc68a38dd1cec2574da25494cfac2d9b4b951af3fd9f019080a4fe402d4b407162bcc0edbd0ac4fa406a964913e4bf1dd98dbf8a937294a34321 WHIRLPOOL 41a2ae0648d7f960c569491d0dea519787e3ba779fa27e71c2dcf12e7955175cf3b9697ca750f4e164e263abd880af287f5645c0864115ef88bb0088d31b74c2
24 DIST billiard-3.3.0.21.tar.gz 151141 SHA256 9705f78f0a971b91a70b3b19aa7862401b6eb3b0bffc2a2e0702ed5eeaccdae9 SHA512 29c3e0b78858dc4693a122360a23b8a0f4a40f542ef5451b1c26e8606623a40a586f2f5a99d04ff91dd2dcc34f084fa35d6ee80ca6efd98690517dd46c6ead8b WHIRLPOOL cf4e9476e0b7b18f62f945408f98d96820ee8837dd4838e9fd7c080784e66c5688fe1c05bc91927aeb57365f036ef60b200220958b1bcf14c57dc8723434b7e5
25 +DIST billiard-3.3.0.22.tar.gz 151192 SHA256 d216181387317f8696c6d1c80a2491258d037493c1f0c6eb58992a549481e77e SHA512 751d6406efa4d4854070921eb91fa000e8cd01adebe36627e6cb1fb2281a9c9ab49694d3692fd666f8782804db5590f1fde9318873bbaa6765bcb45fad517bed WHIRLPOOL 6c25ff76fdfd50dd6cea63504acc412d264f354b2235ef6eab1444e8cf0c737bfd729da1107362bbd3afb1e813fb2c6f709ad9139db8c8a5f3f9f4497573e296
26
27 diff --git a/dev-python/billiard/billiard-3.3.0.22.ebuild b/dev-python/billiard/billiard-3.3.0.22.ebuild
28 new file mode 100644
29 index 0000000..7ad800d
30 --- /dev/null
31 +++ b/dev-python/billiard/billiard-3.3.0.22.ebuild
32 @@ -0,0 +1,57 @@
33 +# Copyright 1999-2015 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=5
38 +
39 +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
40 +
41 +inherit distutils-r1 flag-o-matic
42 +
43 +DESCRIPTION="Python multiprocessing fork"
44 +HOMEPAGE="https://pypi.python.org/pypi/billiard https://github.com/celery/billiard"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="BSD"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE="doc test"
51 +
52 +RDEPEND=""
53 +DEPEND="
54 + dev-python/setuptools[${PYTHON_USEDEP}]
55 + test? (
56 + >=dev-python/unittest2-0.4.0[${PYTHON_USEDEP}]
57 + >=dev-python/nose-1.3.4[${PYTHON_USEDEP}]
58 + dev-python/nose-cover3[${PYTHON_USEDEP}]
59 + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy pypy3 )
60 + )"
61 +# The usual req'd for tests
62 +DISTUTILS_IN_SOURCE_BUILD=1
63 +
64 +python_compile() {
65 + if ! python_is_python3; then
66 + local CFLAGS=${CFLAGS}
67 + append-cflags -fno-strict-aliasing
68 + fi
69 + distutils-r1_python_compile
70 +}
71 +
72 +python_compile_all() {
73 + use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/
74 +}
75 +
76 +python_test() {
77 + cd "${BUILD_DIR}" || die
78 + # The teardown in __init__.py breaks pypy's installed nose
79 + if [[ "${EPYTHON}" == pypy ]]; then
80 + rm lib/billiard/tests/__init__.py || die
81 + echo "from __future__ import absolute_import" >> ./lib/billiard/tests/__init__.py || die
82 + fi
83 + nosetests billiard.tests || die "Tests fail with ${EPYTHON}"
84 +}
85 +
86 +python_install_all() {
87 + use doc && local HTML_DOCS=( build/sphinx/html/. )
88 + distutils-r1_python_install_all
89 +}