From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23CE613835A for ; Sun, 14 Jun 2020 18:55:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53E33E0A53; Sun, 14 Jun 2020 18:55:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A876E0A53 for ; Sun, 14 Jun 2020 18:55:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DF9D34F0E5 for ; Sun, 14 Jun 2020 18:55:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3E30288 for ; Sun, 14 Jun 2020 18:55:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1592160940.72cd97ce4ae3adfe507d787c0120b43cf1cb5ade.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/loky/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/loky/Manifest dev-python/loky/loky-2.8.0.ebuild dev-python/loky/metadata.xml X-VCS-Directories: dev-python/loky/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 72cd97ce4ae3adfe507d787c0120b43cf1cb5ade X-VCS-Branch: master Date: Sun, 14 Jun 2020 18:55:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 552521cf-ddfa-4db3-91b0-db20a406d8a2 X-Archives-Hash: 7fa575513ca081a26c117c3a26ab8fb3 commit: 72cd97ce4ae3adfe507d787c0120b43cf1cb5ade Author: Michał Górny gentoo org> AuthorDate: Sun Jun 14 17:54:17 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 14 18:55:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72cd97ce dev-python/loky: New package, to be unbundled from joblib Signed-off-by: Michał Górny gentoo.org> dev-python/loky/Manifest | 1 + dev-python/loky/loky-2.8.0.ebuild | 34 ++++++++++++++++++++++++++++++++++ dev-python/loky/metadata.xml | 7 +++++++ 3 files changed, 42 insertions(+) diff --git a/dev-python/loky/Manifest b/dev-python/loky/Manifest new file mode 100644 index 00000000000..917f78219b6 --- /dev/null +++ b/dev-python/loky/Manifest @@ -0,0 +1 @@ +DIST loky-2.8.0.tar.gz 112383 BLAKE2B 5561d96c0e0d23951dff303bdb1789f200b88e74ca44ef75119112491693c5876a9a70ad3688b3af9eaf12c0000d891067c936ca984404146890fb131f8c261e SHA512 15fbdb56994e08f643b7bd5aa68d193f74ab61ef1230df9e2101fb4602a201a050e3ecf08229fc4ad61e478c893e0b34b81371ef9596733baa0e3d008125cd11 diff --git a/dev-python/loky/loky-2.8.0.ebuild b/dev-python/loky/loky-2.8.0.ebuild new file mode 100644 index 00000000000..dc991562d30 --- /dev/null +++ b/dev-python/loky/loky-2.8.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..8} ) +inherit distutils-r1 + +DESCRIPTION="Robust and reusable Executor for joblib" +HOMEPAGE="https://github.com/joblib/loky" +SRC_URI=" + https://github.com/joblib/loky/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/cloudpickle[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + dev-python/numpy[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest + +src_prepare() { + # docker, seriously? + sed -e 's:test_cpu_count_cfs_limit:_&:' \ + -i tests/test_loky_module.py || die + + distutils-r1_src_prepare +} diff --git a/dev-python/loky/metadata.xml b/dev-python/loky/metadata.xml new file mode 100644 index 00000000000..266e3f19ca5 --- /dev/null +++ b/dev-python/loky/metadata.xml @@ -0,0 +1,7 @@ + + + + + python@gentoo.org + +