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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8AFB9158009 for ; Thu, 29 Jun 2023 05:12:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BBBCE0871; Thu, 29 Jun 2023 05:12:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4575BE0874 for ; Thu, 29 Jun 2023 05:12:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8093534100E for ; Thu, 29 Jun 2023 05:12:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B853A9B for ; Thu, 29 Jun 2023 05:12:19 +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: <1688015528.494c077984d443466455726a45f6b9d1b4d38426.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/joblib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/joblib/Manifest dev-python/joblib/joblib-1.2.0.ebuild dev-python/joblib/joblib-1.3.0.ebuild X-VCS-Directories: dev-python/joblib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 494c077984d443466455726a45f6b9d1b4d38426 X-VCS-Branch: master Date: Thu, 29 Jun 2023 05:12:19 +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: 5c5d6ffd-ca4f-4f12-b1b1-aa9423935445 X-Archives-Hash: bf47791a3daad8ab135d77d29e531432 commit: 494c077984d443466455726a45f6b9d1b4d38426 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 29 04:19:51 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 29 05:12:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494c0779 dev-python/joblib: Bump to 1.3.0 Signed-off-by: Michał Górny gentoo.org> dev-python/joblib/Manifest | 1 + dev-python/joblib/joblib-1.2.0.ebuild | 1 - .../{joblib-1.2.0.ebuild => joblib-1.3.0.ebuild} | 30 ++++++++++++++-------- 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/dev-python/joblib/Manifest b/dev-python/joblib/Manifest index 8873889b7f93..39974800136e 100644 --- a/dev-python/joblib/Manifest +++ b/dev-python/joblib/Manifest @@ -1 +1,2 @@ DIST joblib-1.2.0.gh.tar.gz 345345 BLAKE2B e18be536054829057ff320eda320a7548434108b3fc6c92a03df73dc68e093d039c656c1d674ea26fb6419bdfc39d26cfc28236a6bfbf0dcbf3ace7e52b0c829 SHA512 de882f2ff8dd936b4f98352b9ee1cc56c3a734f215a74257cf90a25736afd9e6b93e6538929b7a29f5956e6fccbdfcbf8b39c8fd68035a8857721f7a76066133 +DIST joblib-1.3.0.gh.tar.gz 357076 BLAKE2B d14c71deba922fe9e9caabb35f60aeeac505e2b3fde1b87b12f998086aac91ef337af360320f5f5ac8e2e3c05a6b77d46e0b2f794932f8ecbcca2ecd907028b3 SHA512 3264f3fdf66095302c37c32cb43221c686c62646a01dbc14233c588d36e9dd13132e8b4cb0b48d2add6cdf5bb86e7c2e6dac6664a9bd22de2035ded28f61a06c diff --git a/dev-python/joblib/joblib-1.2.0.ebuild b/dev-python/joblib/joblib-1.2.0.ebuild index e97c038a7f9a..13027f0f851c 100644 --- a/dev-python/joblib/joblib-1.2.0.ebuild +++ b/dev-python/joblib/joblib-1.2.0.ebuild @@ -39,7 +39,6 @@ python_prepare_all() { -e 's:from \.externals ::' \ -i {} + || die - # https://github.com/joblib/joblib/issues/1115 sed -e 's:test_parallel_call_cached_function_defined_in_jupyter:_&:' \ -i joblib/test/test_memory.py || die diff --git a/dev-python/joblib/joblib-1.2.0.ebuild b/dev-python/joblib/joblib-1.3.0.ebuild similarity index 58% copy from dev-python/joblib/joblib-1.2.0.ebuild copy to dev-python/joblib/joblib-1.3.0.ebuild index e97c038a7f9a..acfab4db2d7a 100644 --- a/dev-python/joblib/joblib-1.2.0.ebuild +++ b/dev-python/joblib/joblib-1.3.0.ebuild @@ -3,18 +3,25 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools + inherit distutils-r1 DESCRIPTION="Tools to provide lightweight pipelining in Python" -HOMEPAGE="https://joblib.readthedocs.io/en/latest/ - https://github.com/joblib/joblib" -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://joblib.readthedocs.io/en/latest/ + https://github.com/joblib/joblib/ + https://pypi.org/project/joblib/ +" +SRC_URI=" + https://github.com/joblib/joblib/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" RDEPEND=" dev-python/cloudpickle[${PYTHON_USEDEP}] @@ -30,18 +37,21 @@ BDEPEND=" distutils_enable_tests pytest +EPYTEST_DESELECT=( + # https://github.com/joblib/joblib/issues/1115 + joblib/test/test_memory.py::test_parallel_call_cached_function_defined_in_jupyter + # unexpectedly pickleable? + joblib/test/test_hashing.py::test_hashing_pickling_error +) + python_prepare_all() { # unbundle rm -r joblib/externals || die - sed -e "s:'joblib.externals[^']*',\?::g" -i setup.py || die + sed -e "/joblib.externals/d" -i pyproject.toml || die find -name '*.py' -exec \ sed -e 's:\(joblib\)\?\.externals\.::' \ -e 's:from \.externals ::' \ -i {} + || die - # https://github.com/joblib/joblib/issues/1115 - sed -e 's:test_parallel_call_cached_function_defined_in_jupyter:_&:' \ - -i joblib/test/test_memory.py || die - distutils-r1_python_prepare_all }