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 567F41581C1 for ; Mon, 8 Jul 2024 04:41:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2755C2BC052; Mon, 8 Jul 2024 04:41:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E8EBA2BC052 for ; Mon, 8 Jul 2024 04:41:13 +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 26891342FAE for ; Mon, 8 Jul 2024 04:41:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 296E61DF7 for ; Mon, 8 Jul 2024 04:41:10 +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: <1720413660.6a7fd633e3f74a94b540ebec0fbc419bb61a9441.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uncertainties/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uncertainties/Manifest dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild X-VCS-Directories: dev-python/uncertainties/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6a7fd633e3f74a94b540ebec0fbc419bb61a9441 X-VCS-Branch: master Date: Mon, 8 Jul 2024 04:41:10 +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: a353bfd0-2e1d-4bcc-9d98-b444f12be0f4 X-Archives-Hash: 6afeeba9ba41f9a480373bf96caba24a commit: 6a7fd633e3f74a94b540ebec0fbc419bb61a9441 Author: Michał Górny gentoo org> AuthorDate: Mon Jul 8 04:15:54 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 8 04:41:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7fd633 dev-python/uncertainties: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/uncertainties/Manifest | 1 - .../uncertainties/uncertainties-3.1.7-r1.ebuild | 43 ---------------------- 2 files changed, 44 deletions(-) diff --git a/dev-python/uncertainties/Manifest b/dev-python/uncertainties/Manifest index 118b8a16d6e8..e17ca605b727 100644 --- a/dev-python/uncertainties/Manifest +++ b/dev-python/uncertainties/Manifest @@ -1,2 +1 @@ -DIST uncertainties-3.1.7.tar.gz 158727 BLAKE2B d68b74d291b1f6c4505a47f6fa19653eade43dc1ccaf78e02bd320df92d8bdaeac1b0808a21dceb046a6e2acd076836728b4014d39ca8da17647582320ce50e8 SHA512 24576415265df22459d83bb28e632195e6760204a6e11523821afe25222ea3e035bf7f10c552ec456bb2cdf42a09e296865f9bf0d13ff44beb88c11ebc479ff9 DIST uncertainties-3.2.1.tar.gz 143154 BLAKE2B 68a0e840878eed602666f1b315ea575f3ab07ca12555f6153801ffbb54b9b1ae8742e4d87c7cec9ec0ace505c4dd8aeb45d3a010663691db31145a146390c932 SHA512 4b1b1738bed60dddacaa0e7f6d8672e32c8282681c4f2f5222e26798150774a24349fb1a98011ff37dc990ab2dd271a3fff2abbc7a0279d499d08585df1b814f diff --git a/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild b/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild deleted file mode 100644 index d959694cae67..000000000000 --- a/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 optfeature pypi - -DESCRIPTION="Python module for calculations with uncertainties" -HOMEPAGE=" - https://pythonhosted.org/uncertainties/ - https://github.com/lmfit/uncertainties/ - https://pypi.org/project/uncertainties/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -BDEPEND=" - test? ( - dev-python/numpy[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx doc --no-autodoc - -src_prepare() { - # not used in py3, see https://github.com/lmfit/uncertainties/pull/168 - sed -i -e '/future/d' setup.py || die - # fix tests with numpy-2 - # https://github.com/lmfit/uncertainties/pull/225 - sed -e "/assert not hasattr(numpy, 'acos')/d" \ - -i uncertainties/unumpy/test_unumpy.py || die - distutils-r1_src_prepare -} - -pkg_postinst() { - optfeature "numpy support" dev-python/numpy -}