[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2020-08-14 Thread Andreas Sturmlechner
commit: 36eaa27994c976729e517599d82437d941cece9b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug  3 21:23:48 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 14 23:21:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36eaa279

dev-python/billiard: Drop superfluous calls to python_is_python3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/billiard/billiard-3.6.0.0.ebuild | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-python/billiard/billiard-3.6.0.0.ebuild 
b/dev-python/billiard/billiard-3.6.0.0.ebuild
index 0f1f5c0d566..b578e10b1b1 100644
--- a/dev-python/billiard/billiard-3.6.0.0.ebuild
+++ b/dev-python/billiard/billiard-3.6.0.0.ebuild
@@ -29,14 +29,6 @@ DEPEND="
 # The usual req'd for tests
 DISTUTILS_IN_SOURCE_BUILD=1
 
-python_compile() {
-   if !  python_is_python3; then
-   local CFLAGS=${CFLAGS}
-   append-cflags -fno-strict-aliasing
-   fi
-   distutils-r1_python_compile
-}
-
 python_compile_all() {
use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2020-03-26 Thread Michał Górny
commit: d335f451065fd25abbe517e4c98a3534edd6ed22
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 13:43:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 13:43:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d335f451

dev-python/billiard: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/billiard/Manifest|  1 -
 dev-python/billiard/billiard-3.5.0.2.ebuild | 49 -
 2 files changed, 50 deletions(-)

diff --git a/dev-python/billiard/Manifest b/dev-python/billiard/Manifest
index 2a7f46aeb42..a85d3d00ba3 100644
--- a/dev-python/billiard/Manifest
+++ b/dev-python/billiard/Manifest
@@ -1,2 +1 @@
-DIST billiard-3.5.0.2.tar.gz 157299 BLAKE2B 
1400d5a562dcab33c83a64cc7f7d14ad55b75677c3bb4c050cd4ba08a1f882e65d033653628fc3f2b52942081da3d5661fb0bcc5f2dd95f81a64749cd47d324f
 SHA512 
581e1ac361324b36d79e280072952e490ef3470709b094f001c579feda54578c8e7b3e5afc93a5f878a6118c56afff7e59e13b3d3f2ccb2564b9b27cc810dae7
 DIST billiard-3.6.0.0.tar.gz 151342 BLAKE2B 
46e29ae54144f3b4ebf3fbb4a5bdbba29662d3a6b292cbfef526618237103fd833d10eefe03211141264424590b33ddcd8722616d36ab4e2405198628cc29d5a
 SHA512 
0a71de026d2a781b83fe2c549ecbfe9b6fbd574d8067fc46ba7eca6b76633a123620853d22696df3563d050043cfe75b14b4b69bf5217e0af964aaa0bcbe08ff

diff --git a/dev-python/billiard/billiard-3.5.0.2.ebuild 
b/dev-python/billiard/billiard-3.5.0.2.ebuild
deleted file mode 100644
index dd6ede09bfc..000
--- a/dev-python/billiard/billiard-3.5.0.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1 flag-o-matic
-
-DESCRIPTION="Python multiprocessing fork"
-HOMEPAGE="https://pypi.org/project/billiard/ 
https://github.com/celery/billiard";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/case-1.3.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
-   )"
-# The usual req'd for tests
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile() {
-   if !  python_is_python3; then
-   local CFLAGS=${CFLAGS}
-   append-cflags -fno-strict-aliasing
-   fi
-   distutils-r1_python_compile
-}
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( build/sphinx/html/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2020-02-04 Thread Michał Górny
commit: c58bfa3c94e88f2a0eb4efb91a26aa415346ce10
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:17:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:17:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58bfa3c

dev-python/billiard: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/billiard/billiard-3.5.0.2.ebuild | 2 +-
 dev-python/billiard/billiard-3.6.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/billiard/billiard-3.5.0.2.ebuild 
b/dev-python/billiard/billiard-3.5.0.2.ebuild
index 541e6643f46..dd6ede09bfc 100644
--- a/dev-python/billiard/billiard-3.5.0.2.ebuild
+++ b/dev-python/billiard/billiard-3.5.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/billiard/billiard-3.6.0.0.ebuild 
b/dev-python/billiard/billiard-3.6.0.0.ebuild
index 4d3b932cc8f..5ac822b6d80 100644
--- a/dev-python/billiard/billiard-3.6.0.0.ebuild
+++ b/dev-python/billiard/billiard-3.6.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1 flag-o-matic
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2019-06-30 Thread Zac Medico
commit: 3cb74f221facb32e91e2cde249f15a3fc3ce61f2
Author: lillypad  gmail  com>
AuthorDate: Sun Jun 16 20:00:34 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jun 30 21:57:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb74f22

dev-python/billiard: Bump to version 3.6.0.0

Bug: https://bugs.gentoo.org/688034
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lilly Chalupowski  gmail.com>
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/billiard/Manifest|  1 +
 dev-python/billiard/billiard-3.6.0.0.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-python/billiard/Manifest b/dev-python/billiard/Manifest
index 5afe878dd55..895432d8e62 100644
--- a/dev-python/billiard/Manifest
+++ b/dev-python/billiard/Manifest
@@ -1,3 +1,4 @@
 DIST billiard-3.3.0.23.tar.gz 151675 BLAKE2B 
78cddee80df8a7d78f993ac33b40967c1f7f7b9c65fbb27d4038b48732a90e4dc016c83e009a5963e9cc208eaa6a5f74fd4a33f3faa0f49b2112f10c285be1f1
 SHA512 
2ab83512f5317230066f6f82615bda97c1fe6c0cf98281dc3ed486055584c6899695e6b9905d5825d657111c65c7f3552cf3fc7934ad2e4d4b3da09b538b09ca
 DIST billiard-3.5.0.0.tar.gz 155959 BLAKE2B 
dcfbcf7ca7d53cc1963d9753736e1001d2a4e1b19e4e67fb937619f327ec9c6af66ddf23a89ab4332499b16a6ede8bda86e82a8843a66d4d2b47d1c95885ee57
 SHA512 
c73adb0cd470e66cc6aaca848f24a991df3eda44e7adf0e83d2a7a1e87bba4381b165842e8cd297d43a4d01d4c006953107354b841cdad9fdde4e00e7a80c4f1
 DIST billiard-3.5.0.2.tar.gz 157299 BLAKE2B 
1400d5a562dcab33c83a64cc7f7d14ad55b75677c3bb4c050cd4ba08a1f882e65d033653628fc3f2b52942081da3d5661fb0bcc5f2dd95f81a64749cd47d324f
 SHA512 
581e1ac361324b36d79e280072952e490ef3470709b094f001c579feda54578c8e7b3e5afc93a5f878a6118c56afff7e59e13b3d3f2ccb2564b9b27cc810dae7
+DIST billiard-3.6.0.0.tar.gz 151342 BLAKE2B 
46e29ae54144f3b4ebf3fbb4a5bdbba29662d3a6b292cbfef526618237103fd833d10eefe03211141264424590b33ddcd8722616d36ab4e2405198628cc29d5a
 SHA512 
0a71de026d2a781b83fe2c549ecbfe9b6fbd574d8067fc46ba7eca6b76633a123620853d22696df3563d050043cfe75b14b4b69bf5217e0af964aaa0bcbe08ff

diff --git a/dev-python/billiard/billiard-3.6.0.0.ebuild 
b/dev-python/billiard/billiard-3.6.0.0.ebuild
new file mode 100644
index 000..087879f89dc
--- /dev/null
+++ b/dev-python/billiard/billiard-3.6.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="Python multiprocessing fork"
+HOMEPAGE="https://pypi.org/project/billiard/ 
https://github.com/celery/billiard";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="
+   >=dev-python/setuptools-20.6.7[${PYTHON_USEDEP}]
+   test? (
+   !!=dev-python/case-1.3.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   )"
+# The usual req'd for tests
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile() {
+   if !  python_is_python3; then
+   local CFLAGS=${CFLAGS}
+   append-cflags -fno-strict-aliasing
+   fi
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( build/sphinx/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2018-07-20 Thread Mikle Kolyada
commit: 698b6fd7b47af3d8625e7bf5841caa62b324d8db
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jul 20 23:53:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 00:06:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698b6fd7

dev-python/billiard: x86 stable wrt bug #658884

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/billiard/billiard-3.5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/billiard/billiard-3.5.0.2.ebuild 
b/dev-python/billiard/billiard-3.5.0.2.ebuild
index c02f3b17638..0a00bd984df 100644
--- a/dev-python/billiard/billiard-3.5.0.2.ebuild
+++ b/dev-python/billiard/billiard-3.5.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2018-06-24 Thread Mikle Kolyada
commit: f3d9745648c0a8626033707e0fc9a090c0060c3c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jun 24 09:29:41 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jun 24 09:39:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d97456

dev-python/billiard: amd64 stable wrt bug #658884

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/billiard/billiard-3.5.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/billiard/billiard-3.5.0.2.ebuild 
b/dev-python/billiard/billiard-3.5.0.2.ebuild
index 038495a8b19..c02f3b17638 100644
--- a/dev-python/billiard/billiard-3.5.0.2.ebuild
+++ b/dev-python/billiard/billiard-3.5.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2017-05-02 Thread Michał Górny
commit: e79c39f8098da31b13b51e9f7e346be9e002c91d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 15:13:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 15:14:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79c39f8

dev-python/billiard: Clean old versions up

 dev-python/billiard/Manifest |  5 ---
 dev-python/billiard/billiard-3.3.0.18.ebuild | 53 --
 dev-python/billiard/billiard-3.3.0.19.ebuild | 54 ---
 dev-python/billiard/billiard-3.3.0.20.ebuild | 54 ---
 dev-python/billiard/billiard-3.3.0.21.ebuild | 56 
 dev-python/billiard/billiard-3.3.0.22.ebuild | 56 
 6 files changed, 278 deletions(-)

diff --git a/dev-python/billiard/Manifest b/dev-python/billiard/Manifest
index 307bb7482f5..59d3cfedd0e 100644
--- a/dev-python/billiard/Manifest
+++ b/dev-python/billiard/Manifest
@@ -1,8 +1,3 @@
-DIST billiard-3.3.0.18.tar.gz 150594 SHA256 
59c04036f314c11632a49c15c57735ffb9e111983ee8d15e4d3e188be31583c1 SHA512 
8d62c1b5d3e979926cb416f6a85597cf2a959559e4f07f76f189e70cf585ef55ddbba9506bc50c2f9a88d8aa00684b7468668748edbd0530a72970334b8e2617
 WHIRLPOOL 
34ce61559529ca95fb9aed44917541546ce9955212954aa16b783f5ed22e36a3b7700edd46eb4961bf49b1653f9020aaf760ba67b1123b69e78e04af8e9c93fb
-DIST billiard-3.3.0.19.tar.gz 150943 SHA256 
6e6b8ec6e45b89389051737c7e6215d8e55a83896eb6212fa726ca76e80c7a19 SHA512 
492bbf38a7924394dd89f0528598e37ca1a93fc21bdccded396e036b2457c14a06e44de2c9b80d81e5f55bfd1559a6c5fbf1969d108089dc2b697aeaecea60ad
 WHIRLPOOL 
cb6e96a1b0c19c62ea07854e7520acb04fa716f79f499e00c24b46f0403ac80d1416fe9669d7e9e1c4955341b29d9215b2e9429d482a4ab34c710397c0fc5e2d
-DIST billiard-3.3.0.20.tar.gz 150990 SHA256 
688f9466b1c3ae14106381e6dbd328115e75c5260c542eb48e6c46931f6928cc SHA512 
e068be5e0bc8bc68a38dd1cec2574da25494cfac2d9b4b951af3fd9f019080a4fe402d4b407162bcc0edbd0ac4fa406a964913e4bf1dd98dbf8a937294a34321
 WHIRLPOOL 
41a2ae0648d7f960c569491d0dea519787e3ba779fa27e71c2dcf12e7955175cf3b9697ca750f4e164e263abd880af287f5645c0864115ef88bb0088d31b74c2
-DIST billiard-3.3.0.21.tar.gz 151141 SHA256 
9705f78f0a971b91a70b3b19aa7862401b6eb3b0bffc2a2e0702ed5eeaccdae9 SHA512 
29c3e0b78858dc4693a122360a23b8a0f4a40f542ef5451b1c26e8606623a40a586f2f5a99d04ff91dd2dcc34f084fa35d6ee80ca6efd98690517dd46c6ead8b
 WHIRLPOOL 
cf4e9476e0b7b18f62f945408f98d96820ee8837dd4838e9fd7c080784e66c5688fe1c05bc91927aeb57365f036ef60b200220958b1bcf14c57dc8723434b7e5
-DIST billiard-3.3.0.22.tar.gz 151192 SHA256 
d216181387317f8696c6d1c80a2491258d037493c1f0c6eb58992a549481e77e SHA512 
751d6406efa4d4854070921eb91fa000e8cd01adebe36627e6cb1fb2281a9c9ab49694d3692fd666f8782804db5590f1fde9318873bbaa6765bcb45fad517bed
 WHIRLPOOL 
6c25ff76fdfd50dd6cea63504acc412d264f354b2235ef6eab1444e8cf0c737bfd729da1107362bbd3afb1e813fb2c6f709ad9139db8c8a5f3f9f4497573e296
 DIST billiard-3.3.0.23.tar.gz 151675 SHA256 
692a2a5a55ee39a42bcb7557930e2541da85df9ea81c6e24827f63b80cd39d0b SHA512 
2ab83512f5317230066f6f82615bda97c1fe6c0cf98281dc3ed486055584c6899695e6b9905d5825d657111c65c7f3552cf3fc7934ad2e4d4b3da09b538b09ca
 WHIRLPOOL 
704a2b37f5bc176c273dd08509a7330d38ce79d0db98ffc1d18b649fa9b0b4fbcce81ec80fdf43acfeb7cc74e444fd29b1cadaaee88c37e56a234876b610bbfc
 DIST billiard-3.5.0.0.tar.gz 155959 SHA256 
800fa0ac7b362585d43d2d4b8d6aeb5ada25796121956e15dc1e68cfe5319234 SHA512 
c73adb0cd470e66cc6aaca848f24a991df3eda44e7adf0e83d2a7a1e87bba4381b165842e8cd297d43a4d01d4c006953107354b841cdad9fdde4e00e7a80c4f1
 WHIRLPOOL 
8b63cfd62dcf7f33c6441a6cc0f9fc6b668bef694c823ff6b3ffec3e6ea2d8c183639011d791038c621d83991ae686f9cfae50d8ece87b6c9ff373e935f55740
 DIST billiard-3.5.0.2.tar.gz 157299 SHA256 
3eb01a8fe44116aa6d63d2010515ef1526e40caee5f766f75b2d28393332dcaa SHA512 
581e1ac361324b36d79e280072952e490ef3470709b094f001c579feda54578c8e7b3e5afc93a5f878a6118c56afff7e59e13b3d3f2ccb2564b9b27cc810dae7
 WHIRLPOOL 
fac0985819710e88d689f2aad628e6ed749f088b980fa09f169f74b962145d4a9cbbe10f5d290fdb0f62ea5b5a2e6d074c30c4a45a3a44db750c2b44e78b8f5a

diff --git a/dev-python/billiard/billiard-3.3.0.18.ebuild 
b/dev-python/billiard/billiard-3.3.0.18.ebuild
deleted file mode 100644
index 38efbc45581..000
--- a/dev-python/billiard/billiard-3.3.0.18.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1 flag-o-matic
-
-DESCRIPTION="Python multiprocessing fork"
-HOMEPAGE="https://pypi.python.org/pypi/billiard 
https://github.com/celery/billiard";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( >=dev-python/unittest2-0.4.0[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2017-03-17 Thread Zac Medico
commit: 17673220a0aab7ba678166676a4b752d8db2ce7b
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Mar 17 09:09:35 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar 17 09:09:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17673220

dev-python/billiard: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/billiard/billiard-3.5.0.0.ebuild | 2 +-
 dev-python/billiard/billiard-3.5.0.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/billiard/billiard-3.5.0.0.ebuild 
b/dev-python/billiard/billiard-3.5.0.0.ebuild
index 842561ffcb4..c5b00937968 100644
--- a/dev-python/billiard/billiard-3.5.0.0.ebuild
+++ b/dev-python/billiard/billiard-3.5.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/billiard/billiard-3.5.0.2.ebuild 
b/dev-python/billiard/billiard-3.5.0.2.ebuild
index 9626da8e834..c5625cdcc13 100644
--- a/dev-python/billiard/billiard-3.5.0.2.ebuild
+++ b/dev-python/billiard/billiard-3.5.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1 flag-o-matic
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2017-02-12 Thread Agostino Sarubbo
commit: dc6c10621613f9c90ebb2e2ceb906bb05451609b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Feb 12 15:42:13 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Feb 12 15:43:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6c1062

dev-python/billiard: x86 stable wrt bug #590458

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/billiard/billiard-3.3.0.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/billiard/billiard-3.3.0.23.ebuild 
b/dev-python/billiard/billiard-3.3.0.23.ebuild
index 2172953cb5..8accb0e304 100644
--- a/dev-python/billiard/billiard-3.3.0.23.ebuild
+++ b/dev-python/billiard/billiard-3.3.0.23.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2017-02-04 Thread Agostino Sarubbo
commit: f4a6284f5fc9634a28cec78c346a5f2e624fd01d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Feb  4 15:20:19 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Feb  4 15:21:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a6284f

dev-python/billiard: amd64 stable wrt bug #590458

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/billiard/billiard-3.3.0.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/billiard/billiard-3.3.0.23.ebuild 
b/dev-python/billiard/billiard-3.3.0.23.ebuild
index ccd6682..2172953 100644
--- a/dev-python/billiard/billiard-3.3.0.23.ebuild
+++ b/dev-python/billiard/billiard-3.3.0.23.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2017-01-21 Thread Agostino Sarubbo
commit: cf2e193bf212f5152e341691690eefb4f8bfcad6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 17:24:27 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 17:27:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2e193b

dev-python/billiard: x86 stable wrt bug #606010

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/billiard/billiard-3.5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/billiard/billiard-3.5.0.0.ebuild 
b/dev-python/billiard/billiard-3.5.0.0.ebuild
index 78aa87b..ba846f7 100644
--- a/dev-python/billiard/billiard-3.5.0.0.ebuild
+++ b/dev-python/billiard/billiard-3.5.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2017-01-21 Thread Agostino Sarubbo
commit: c39830c9a6614a9df445a753682050f8b92e558b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 17:13:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 17:16:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39830c9

dev-python/billiard: amd64 stable wrt bug #606010

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/billiard/billiard-3.5.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/billiard/billiard-3.5.0.0.ebuild 
b/dev-python/billiard/billiard-3.5.0.0.ebuild
index 3fa708d..78aa87b 100644
--- a/dev-python/billiard/billiard-3.5.0.0.ebuild
+++ b/dev-python/billiard/billiard-3.5.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2017-01-20 Thread Zac Medico
commit: 501bf6c024ae7537948494fcff444ed351254922
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jan 20 10:19:38 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jan 20 10:24:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501bf6c0

dev-python/billiard: version bump to 3.5.0.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/billiard/Manifest|  1 +
 dev-python/billiard/billiard-3.5.0.2.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-python/billiard/Manifest b/dev-python/billiard/Manifest
index 9f8a00a..307bb74 100644
--- a/dev-python/billiard/Manifest
+++ b/dev-python/billiard/Manifest
@@ -5,3 +5,4 @@ DIST billiard-3.3.0.21.tar.gz 151141 SHA256 
9705f78f0a971b91a70b3b19aa7862401b6e
 DIST billiard-3.3.0.22.tar.gz 151192 SHA256 
d216181387317f8696c6d1c80a2491258d037493c1f0c6eb58992a549481e77e SHA512 
751d6406efa4d4854070921eb91fa000e8cd01adebe36627e6cb1fb2281a9c9ab49694d3692fd666f8782804db5590f1fde9318873bbaa6765bcb45fad517bed
 WHIRLPOOL 
6c25ff76fdfd50dd6cea63504acc412d264f354b2235ef6eab1444e8cf0c737bfd729da1107362bbd3afb1e813fb2c6f709ad9139db8c8a5f3f9f4497573e296
 DIST billiard-3.3.0.23.tar.gz 151675 SHA256 
692a2a5a55ee39a42bcb7557930e2541da85df9ea81c6e24827f63b80cd39d0b SHA512 
2ab83512f5317230066f6f82615bda97c1fe6c0cf98281dc3ed486055584c6899695e6b9905d5825d657111c65c7f3552cf3fc7934ad2e4d4b3da09b538b09ca
 WHIRLPOOL 
704a2b37f5bc176c273dd08509a7330d38ce79d0db98ffc1d18b649fa9b0b4fbcce81ec80fdf43acfeb7cc74e444fd29b1cadaaee88c37e56a234876b610bbfc
 DIST billiard-3.5.0.0.tar.gz 155959 SHA256 
800fa0ac7b362585d43d2d4b8d6aeb5ada25796121956e15dc1e68cfe5319234 SHA512 
c73adb0cd470e66cc6aaca848f24a991df3eda44e7adf0e83d2a7a1e87bba4381b165842e8cd297d43a4d01d4c006953107354b841cdad9fdde4e00e7a80c4f1
 WHIRLPOOL 
8b63cfd62dcf7f33c6441a6cc0f9fc6b668bef694c823ff6b3ffec3e6ea2d8c183639011d791038c621d83991ae686f9cfae50d8ece87b6c9ff373e935f55740
+DIST billiard-3.5.0.2.tar.gz 157299 SHA256 
3eb01a8fe44116aa6d63d2010515ef1526e40caee5f766f75b2d28393332dcaa SHA512 
581e1ac361324b36d79e280072952e490ef3470709b094f001c579feda54578c8e7b3e5afc93a5f878a6118c56afff7e59e13b3d3f2ccb2564b9b27cc810dae7
 WHIRLPOOL 
fac0985819710e88d689f2aad628e6ed749f088b980fa09f169f74b962145d4a9cbbe10f5d290fdb0f62ea5b5a2e6d074c30c4a45a3a44db750c2b44e78b8f5a

diff --git a/dev-python/billiard/billiard-3.5.0.2.ebuild 
b/dev-python/billiard/billiard-3.5.0.2.ebuild
new file mode 100644
index ..bcd41a3
--- /dev/null
+++ b/dev-python/billiard/billiard-3.5.0.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="Python multiprocessing fork"
+HOMEPAGE="https://pypi.python.org/pypi/billiard 
https://github.com/celery/billiard";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=""
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/case-1.3.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
+   )"
+# The usual req'd for tests
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile() {
+   if !  python_is_python3; then
+   local CFLAGS=${CFLAGS}
+   append-cflags -fno-strict-aliasing
+   fi
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( build/sphinx/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2017-01-19 Thread Mike Gilbert
commit: 05f3a4b1e7727c13761ab8d3b8c9a1a5505e7160
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Jan 19 23:23:15 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jan 19 23:23:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f3a4b1

dev-python/billiard: bump to 3.3.0.23

Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25

 dev-python/billiard/Manifest |  1 +
 dev-python/billiard/billiard-3.3.0.23.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-python/billiard/Manifest b/dev-python/billiard/Manifest
index 9c629a4..9f8a00a 100644
--- a/dev-python/billiard/Manifest
+++ b/dev-python/billiard/Manifest
@@ -3,4 +3,5 @@ DIST billiard-3.3.0.19.tar.gz 150943 SHA256 
6e6b8ec6e45b89389051737c7e6215d8e55a
 DIST billiard-3.3.0.20.tar.gz 150990 SHA256 
688f9466b1c3ae14106381e6dbd328115e75c5260c542eb48e6c46931f6928cc SHA512 
e068be5e0bc8bc68a38dd1cec2574da25494cfac2d9b4b951af3fd9f019080a4fe402d4b407162bcc0edbd0ac4fa406a964913e4bf1dd98dbf8a937294a34321
 WHIRLPOOL 
41a2ae0648d7f960c569491d0dea519787e3ba779fa27e71c2dcf12e7955175cf3b9697ca750f4e164e263abd880af287f5645c0864115ef88bb0088d31b74c2
 DIST billiard-3.3.0.21.tar.gz 151141 SHA256 
9705f78f0a971b91a70b3b19aa7862401b6eb3b0bffc2a2e0702ed5eeaccdae9 SHA512 
29c3e0b78858dc4693a122360a23b8a0f4a40f542ef5451b1c26e8606623a40a586f2f5a99d04ff91dd2dcc34f084fa35d6ee80ca6efd98690517dd46c6ead8b
 WHIRLPOOL 
cf4e9476e0b7b18f62f945408f98d96820ee8837dd4838e9fd7c080784e66c5688fe1c05bc91927aeb57365f036ef60b200220958b1bcf14c57dc8723434b7e5
 DIST billiard-3.3.0.22.tar.gz 151192 SHA256 
d216181387317f8696c6d1c80a2491258d037493c1f0c6eb58992a549481e77e SHA512 
751d6406efa4d4854070921eb91fa000e8cd01adebe36627e6cb1fb2281a9c9ab49694d3692fd666f8782804db5590f1fde9318873bbaa6765bcb45fad517bed
 WHIRLPOOL 
6c25ff76fdfd50dd6cea63504acc412d264f354b2235ef6eab1444e8cf0c737bfd729da1107362bbd3afb1e813fb2c6f709ad9139db8c8a5f3f9f4497573e296
+DIST billiard-3.3.0.23.tar.gz 151675 SHA256 
692a2a5a55ee39a42bcb7557930e2541da85df9ea81c6e24827f63b80cd39d0b SHA512 
2ab83512f5317230066f6f82615bda97c1fe6c0cf98281dc3ed486055584c6899695e6b9905d5825d657111c65c7f3552cf3fc7934ad2e4d4b3da09b538b09ca
 WHIRLPOOL 
704a2b37f5bc176c273dd08509a7330d38ce79d0db98ffc1d18b649fa9b0b4fbcce81ec80fdf43acfeb7cc74e444fd29b1cadaaee88c37e56a234876b610bbfc
 DIST billiard-3.5.0.0.tar.gz 155959 SHA256 
800fa0ac7b362585d43d2d4b8d6aeb5ada25796121956e15dc1e68cfe5319234 SHA512 
c73adb0cd470e66cc6aaca848f24a991df3eda44e7adf0e83d2a7a1e87bba4381b165842e8cd297d43a4d01d4c006953107354b841cdad9fdde4e00e7a80c4f1
 WHIRLPOOL 
8b63cfd62dcf7f33c6441a6cc0f9fc6b668bef694c823ff6b3ffec3e6ea2d8c183639011d791038c621d83991ae686f9cfae50d8ece87b6c9ff373e935f55740

diff --git a/dev-python/billiard/billiard-3.3.0.23.ebuild 
b/dev-python/billiard/billiard-3.3.0.23.ebuild
new file mode 100644
index ..ccd6682
--- /dev/null
+++ b/dev-python/billiard/billiard-3.3.0.23.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="Python multiprocessing fork"
+HOMEPAGE="https://pypi.python.org/pypi/billiard 
https://github.com/celery/billiard";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=""
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/unittest2-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.4[${PYTHON_USEDEP}]
+   dev-python/nose-cover3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 pypy pypy3 )
+   )"
+# The usual req'd for tests
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile() {
+   if !  python_is_python3; then
+   local CFLAGS=${CFLAGS}
+   append-cflags -fno-strict-aliasing
+   fi
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/
+}
+
+python_test() {
+   cd "${BUILD_DIR}" || die
+   # The teardown in __init__.py breaks pypy's installed nose
+   if [[ "${EPYTHON}" == pypy ]]; then
+   rm lib/billiard/tests/__init__.py || die
+   echo "from __future__ import absolute_import" >> 
./lib/billiard/tests/__init__.py || die
+   fi
+   nosetests billiard.tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( build/sphinx/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2016-08-30 Thread Zac Medico
commit: 6aafb3df5449d3386eb207c5028d786853e9a1e4
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Aug 30 16:34:31 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Aug 30 16:34:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aafb3df

dev-python/billiard: PYTHON_COMPAT: add python3_5

Package-Manager: portage-2.3.0

 dev-python/billiard/billiard-3.3.0.22.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/billiard/billiard-3.3.0.22.ebuild 
b/dev-python/billiard/billiard-3.3.0.22.ebuild
index 7ad800d..40be403 100644
--- a/dev-python/billiard/billiard-3.3.0.22.ebuild
+++ b/dev-python/billiard/billiard-3.3.0.22.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy  pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
 
 inherit distutils-r1 flag-o-matic
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2016-08-30 Thread Zac Medico
commit: c4eaecbd6fd437d1e37f44f5ee393a992a4a2a79
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Aug 30 16:26:29 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Aug 30 16:26:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4eaecbd

dev-python/billiard: PYTHON_COMPAT: add python3_5

Package-Manager: portage-2.3.0

 dev-python/billiard/billiard-3.5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/billiard/billiard-3.5.0.0.ebuild 
b/dev-python/billiard/billiard-3.5.0.0.ebuild
index 002e9c5..9ab1c9d 100644
--- a/dev-python/billiard/billiard-3.5.0.0.ebuild
+++ b/dev-python/billiard/billiard-3.5.0.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy  pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
 
 inherit distutils-r1 flag-o-matic
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2016-08-18 Thread Zac Medico
commit: f2163feed1bc49a5f8189aa68781f8586dd901b3
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Aug 18 21:07:50 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Aug 18 21:10:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2163fee

dev-python/billiard: version bump to 3.5.0.0

Package-Manager: portage-2.3.0

 dev-python/billiard/Manifest|  1 +
 dev-python/billiard/billiard-3.5.0.0.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-python/billiard/Manifest b/dev-python/billiard/Manifest
index 58637ad..9c629a4 100644
--- a/dev-python/billiard/Manifest
+++ b/dev-python/billiard/Manifest
@@ -3,3 +3,4 @@ DIST billiard-3.3.0.19.tar.gz 150943 SHA256 
6e6b8ec6e45b89389051737c7e6215d8e55a
 DIST billiard-3.3.0.20.tar.gz 150990 SHA256 
688f9466b1c3ae14106381e6dbd328115e75c5260c542eb48e6c46931f6928cc SHA512 
e068be5e0bc8bc68a38dd1cec2574da25494cfac2d9b4b951af3fd9f019080a4fe402d4b407162bcc0edbd0ac4fa406a964913e4bf1dd98dbf8a937294a34321
 WHIRLPOOL 
41a2ae0648d7f960c569491d0dea519787e3ba779fa27e71c2dcf12e7955175cf3b9697ca750f4e164e263abd880af287f5645c0864115ef88bb0088d31b74c2
 DIST billiard-3.3.0.21.tar.gz 151141 SHA256 
9705f78f0a971b91a70b3b19aa7862401b6eb3b0bffc2a2e0702ed5eeaccdae9 SHA512 
29c3e0b78858dc4693a122360a23b8a0f4a40f542ef5451b1c26e8606623a40a586f2f5a99d04ff91dd2dcc34f084fa35d6ee80ca6efd98690517dd46c6ead8b
 WHIRLPOOL 
cf4e9476e0b7b18f62f945408f98d96820ee8837dd4838e9fd7c080784e66c5688fe1c05bc91927aeb57365f036ef60b200220958b1bcf14c57dc8723434b7e5
 DIST billiard-3.3.0.22.tar.gz 151192 SHA256 
d216181387317f8696c6d1c80a2491258d037493c1f0c6eb58992a549481e77e SHA512 
751d6406efa4d4854070921eb91fa000e8cd01adebe36627e6cb1fb2281a9c9ab49694d3692fd666f8782804db5590f1fde9318873bbaa6765bcb45fad517bed
 WHIRLPOOL 
6c25ff76fdfd50dd6cea63504acc412d264f354b2235ef6eab1444e8cf0c737bfd729da1107362bbd3afb1e813fb2c6f709ad9139db8c8a5f3f9f4497573e296
+DIST billiard-3.5.0.0.tar.gz 155959 SHA256 
800fa0ac7b362585d43d2d4b8d6aeb5ada25796121956e15dc1e68cfe5319234 SHA512 
c73adb0cd470e66cc6aaca848f24a991df3eda44e7adf0e83d2a7a1e87bba4381b165842e8cd297d43a4d01d4c006953107354b841cdad9fdde4e00e7a80c4f1
 WHIRLPOOL 
8b63cfd62dcf7f33c6441a6cc0f9fc6b668bef694c823ff6b3ffec3e6ea2d8c183639011d791038c621d83991ae686f9cfae50d8ece87b6c9ff373e935f55740

diff --git a/dev-python/billiard/billiard-3.5.0.0.ebuild 
b/dev-python/billiard/billiard-3.5.0.0.ebuild
new file mode 100644
index 000..002e9c5
--- /dev/null
+++ b/dev-python/billiard/billiard-3.5.0.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy  pypy3 )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="Python multiprocessing fork"
+HOMEPAGE="https://pypi.python.org/pypi/billiard 
https://github.com/celery/billiard";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=""
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/case[${PYTHON_USEDEP}]
+   >=dev-python/unittest2-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.4[${PYTHON_USEDEP}]
+   dev-python/nose-cover3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 pypy pypy3 )
+   )"
+# The usual req'd for tests
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile() {
+   if !  python_is_python3; then
+   local CFLAGS=${CFLAGS}
+   append-cflags -fno-strict-aliasing
+   fi
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/
+}
+
+python_test() {
+   cd "${BUILD_DIR}" || die
+   # The teardown in __init__.py breaks pypy's installed nose
+   if [[ "${EPYTHON}" == pypy ]]; then
+   rm lib/billiard/tests/__init__.py || die
+   echo "from __future__ import absolute_import" >> 
./lib/billiard/tests/__init__.py || die
+   fi
+   nosetests billiard.tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( build/sphinx/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2015-12-13 Thread Justin Lecher
commit: fec5d183a330065e4942d9875bbe05c3d4ad53b3
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Dec 13 11:25:01 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Dec 13 14:05:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec5d183

dev-python/billiard: Version Bump

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/billiard/Manifest |  1 +
 dev-python/billiard/billiard-3.3.0.22.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-python/billiard/Manifest b/dev-python/billiard/Manifest
index 9e7b8da..58637ad 100644
--- a/dev-python/billiard/Manifest
+++ b/dev-python/billiard/Manifest
@@ -2,3 +2,4 @@ DIST billiard-3.3.0.18.tar.gz 150594 SHA256 
59c04036f314c11632a49c15c57735ffb9e1
 DIST billiard-3.3.0.19.tar.gz 150943 SHA256 
6e6b8ec6e45b89389051737c7e6215d8e55a83896eb6212fa726ca76e80c7a19 SHA512 
492bbf38a7924394dd89f0528598e37ca1a93fc21bdccded396e036b2457c14a06e44de2c9b80d81e5f55bfd1559a6c5fbf1969d108089dc2b697aeaecea60ad
 WHIRLPOOL 
cb6e96a1b0c19c62ea07854e7520acb04fa716f79f499e00c24b46f0403ac80d1416fe9669d7e9e1c4955341b29d9215b2e9429d482a4ab34c710397c0fc5e2d
 DIST billiard-3.3.0.20.tar.gz 150990 SHA256 
688f9466b1c3ae14106381e6dbd328115e75c5260c542eb48e6c46931f6928cc SHA512 
e068be5e0bc8bc68a38dd1cec2574da25494cfac2d9b4b951af3fd9f019080a4fe402d4b407162bcc0edbd0ac4fa406a964913e4bf1dd98dbf8a937294a34321
 WHIRLPOOL 
41a2ae0648d7f960c569491d0dea519787e3ba779fa27e71c2dcf12e7955175cf3b9697ca750f4e164e263abd880af287f5645c0864115ef88bb0088d31b74c2
 DIST billiard-3.3.0.21.tar.gz 151141 SHA256 
9705f78f0a971b91a70b3b19aa7862401b6eb3b0bffc2a2e0702ed5eeaccdae9 SHA512 
29c3e0b78858dc4693a122360a23b8a0f4a40f542ef5451b1c26e8606623a40a586f2f5a99d04ff91dd2dcc34f084fa35d6ee80ca6efd98690517dd46c6ead8b
 WHIRLPOOL 
cf4e9476e0b7b18f62f945408f98d96820ee8837dd4838e9fd7c080784e66c5688fe1c05bc91927aeb57365f036ef60b200220958b1bcf14c57dc8723434b7e5
+DIST billiard-3.3.0.22.tar.gz 151192 SHA256 
d216181387317f8696c6d1c80a2491258d037493c1f0c6eb58992a549481e77e SHA512 
751d6406efa4d4854070921eb91fa000e8cd01adebe36627e6cb1fb2281a9c9ab49694d3692fd666f8782804db5590f1fde9318873bbaa6765bcb45fad517bed
 WHIRLPOOL 
6c25ff76fdfd50dd6cea63504acc412d264f354b2235ef6eab1444e8cf0c737bfd729da1107362bbd3afb1e813fb2c6f709ad9139db8c8a5f3f9f4497573e296

diff --git a/dev-python/billiard/billiard-3.3.0.22.ebuild 
b/dev-python/billiard/billiard-3.3.0.22.ebuild
new file mode 100644
index 000..7ad800d
--- /dev/null
+++ b/dev-python/billiard/billiard-3.3.0.22.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy  pypy3 )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="Python multiprocessing fork"
+HOMEPAGE="https://pypi.python.org/pypi/billiard 
https://github.com/celery/billiard";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=""
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/unittest2-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.4[${PYTHON_USEDEP}]
+   dev-python/nose-cover3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 pypy pypy3 )
+   )"
+# The usual req'd for tests
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile() {
+   if !  python_is_python3; then
+   local CFLAGS=${CFLAGS}
+   append-cflags -fno-strict-aliasing
+   fi
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/
+}
+
+python_test() {
+   cd "${BUILD_DIR}" || die
+   # The teardown in __init__.py breaks pypy's installed nose
+   if [[ "${EPYTHON}" == pypy ]]; then
+   rm lib/billiard/tests/__init__.py || die
+   echo "from __future__ import absolute_import" >> 
./lib/billiard/tests/__init__.py || die
+   fi
+   nosetests billiard.tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( build/sphinx/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/

2015-10-27 Thread Justin Lecher
commit: 4c4f4f9a71cb82308f15a9b1109998dbd10fbc93
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Oct 27 07:41:08 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Oct 27 09:04:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4f4f9a

dev-python/billiard: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/billiard/Manifest |  1 +
 dev-python/billiard/billiard-3.3.0.21.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-python/billiard/Manifest b/dev-python/billiard/Manifest
index e490208..9e7b8da 100644
--- a/dev-python/billiard/Manifest
+++ b/dev-python/billiard/Manifest
@@ -1,3 +1,4 @@
 DIST billiard-3.3.0.18.tar.gz 150594 SHA256 
59c04036f314c11632a49c15c57735ffb9e111983ee8d15e4d3e188be31583c1 SHA512 
8d62c1b5d3e979926cb416f6a85597cf2a959559e4f07f76f189e70cf585ef55ddbba9506bc50c2f9a88d8aa00684b7468668748edbd0530a72970334b8e2617
 WHIRLPOOL 
34ce61559529ca95fb9aed44917541546ce9955212954aa16b783f5ed22e36a3b7700edd46eb4961bf49b1653f9020aaf760ba67b1123b69e78e04af8e9c93fb
 DIST billiard-3.3.0.19.tar.gz 150943 SHA256 
6e6b8ec6e45b89389051737c7e6215d8e55a83896eb6212fa726ca76e80c7a19 SHA512 
492bbf38a7924394dd89f0528598e37ca1a93fc21bdccded396e036b2457c14a06e44de2c9b80d81e5f55bfd1559a6c5fbf1969d108089dc2b697aeaecea60ad
 WHIRLPOOL 
cb6e96a1b0c19c62ea07854e7520acb04fa716f79f499e00c24b46f0403ac80d1416fe9669d7e9e1c4955341b29d9215b2e9429d482a4ab34c710397c0fc5e2d
 DIST billiard-3.3.0.20.tar.gz 150990 SHA256 
688f9466b1c3ae14106381e6dbd328115e75c5260c542eb48e6c46931f6928cc SHA512 
e068be5e0bc8bc68a38dd1cec2574da25494cfac2d9b4b951af3fd9f019080a4fe402d4b407162bcc0edbd0ac4fa406a964913e4bf1dd98dbf8a937294a34321
 WHIRLPOOL 
41a2ae0648d7f960c569491d0dea519787e3ba779fa27e71c2dcf12e7955175cf3b9697ca750f4e164e263abd880af287f5645c0864115ef88bb0088d31b74c2
+DIST billiard-3.3.0.21.tar.gz 151141 SHA256 
9705f78f0a971b91a70b3b19aa7862401b6eb3b0bffc2a2e0702ed5eeaccdae9 SHA512 
29c3e0b78858dc4693a122360a23b8a0f4a40f542ef5451b1c26e8606623a40a586f2f5a99d04ff91dd2dcc34f084fa35d6ee80ca6efd98690517dd46c6ead8b
 WHIRLPOOL 
cf4e9476e0b7b18f62f945408f98d96820ee8837dd4838e9fd7c080784e66c5688fe1c05bc91927aeb57365f036ef60b200220958b1bcf14c57dc8723434b7e5

diff --git a/dev-python/billiard/billiard-3.3.0.21.ebuild 
b/dev-python/billiard/billiard-3.3.0.21.ebuild
new file mode 100644
index 000..7ad800d
--- /dev/null
+++ b/dev-python/billiard/billiard-3.3.0.21.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy  pypy3 )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="Python multiprocessing fork"
+HOMEPAGE="https://pypi.python.org/pypi/billiard 
https://github.com/celery/billiard";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=""
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/unittest2-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.4[${PYTHON_USEDEP}]
+   dev-python/nose-cover3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 pypy pypy3 )
+   )"
+# The usual req'd for tests
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile() {
+   if !  python_is_python3; then
+   local CFLAGS=${CFLAGS}
+   append-cflags -fno-strict-aliasing
+   fi
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/
+}
+
+python_test() {
+   cd "${BUILD_DIR}" || die
+   # The teardown in __init__.py breaks pypy's installed nose
+   if [[ "${EPYTHON}" == pypy ]]; then
+   rm lib/billiard/tests/__init__.py || die
+   echo "from __future__ import absolute_import" >> 
./lib/billiard/tests/__init__.py || die
+   fi
+   nosetests billiard.tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( build/sphinx/html/. )
+   distutils-r1_python_install_all
+}