From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id DEAC61584AD for ; Sun, 04 May 2025 19:23:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C81ED343194 for ; Sun, 04 May 2025 19:23:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AC6F01104B8; Sun, 04 May 2025 19:23:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id A56CA1104B8 for ; Sun, 04 May 2025 19:23:05 +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 5E5F73430C2 for ; Sun, 04 May 2025 19:23:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7C342817 for ; Sun, 04 May 2025 19:23:01 +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: <1746386159.09c371f8be48ddee0f6233e0a40ddc3e4b7af8a4.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.2.2.ebuild X-VCS-Directories: dev-python/uncertainties/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 09c371f8be48ddee0f6233e0a40ddc3e4b7af8a4 X-VCS-Branch: master Date: Sun, 04 May 2025 19:23:01 +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: 6f68af21-60d0-4663-b133-72517fa61396 X-Archives-Hash: 42329460b56e2b7cd0857bc220ab4356 commit: 09c371f8be48ddee0f6233e0a40ddc3e4b7af8a4 Author: Michał Górny gentoo org> AuthorDate: Sun May 4 19:15:59 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 4 19:15:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c371f8 dev-python/uncertainties: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/uncertainties/Manifest | 1 - .../uncertainties/uncertainties-3.2.2.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/uncertainties/Manifest b/dev-python/uncertainties/Manifest index abb109a2ed96..dca252e93622 100644 --- a/dev-python/uncertainties/Manifest +++ b/dev-python/uncertainties/Manifest @@ -1,2 +1 @@ -DIST uncertainties-3.2.2.tar.gz 143865 BLAKE2B 38f88ba147f2ef43749ddf2735fc26c1804e8acd504db2b8317abe69b37daded70b7e111edae1793dc3000d5bde207fe4156221d17c9284eb0006d3369efb367 SHA512 b78efc09cc572ecd24ead89db4136741429ab9032295c9e9050a79e14662b41c7537580f698e38d4ee1a36ae460ee22a463eeb473806a1f72246ab6868d950a3 DIST uncertainties-3.2.3.tar.gz 160492 BLAKE2B 404de12e28ba139f18876a0486ebe8e6bc06606b48ba4c0a79c121e7912b9dcc0affca637092c102d16ae18f75212f30669972fa267515df8cba4a1969df83ed SHA512 4b2c45f2955a6c3e4009f47521f2dbe725a71c2e417653445b180ea4661e96002b864e364f212af7c4acb333ec31228c24f74cfc4197435d2ca56ba74502bce2 diff --git a/dev-python/uncertainties/uncertainties-3.2.2.ebuild b/dev-python/uncertainties/uncertainties-3.2.2.ebuild deleted file mode 100644 index 2a213488261f..000000000000 --- a/dev-python/uncertainties/uncertainties-3.2.2.ebuild +++ /dev/null @@ -1,32 +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..13} ) - -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 - -pkg_postinst() { - optfeature "numpy support" dev-python/numpy -}