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 7F71915817D for ; Wed, 12 Jun 2024 06:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8EA72BC013; Wed, 12 Jun 2024 06:19:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B06722BC013 for ; Wed, 12 Jun 2024 06:19: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 07A13335C11 for ; Wed, 12 Jun 2024 06:19:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73DB9119 for ; Wed, 12 Jun 2024 06:19:03 +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: <1718173139.66b96cae3f8bb685bdaf79fbed8a1c3a4a7b719a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gfloat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gfloat/Manifest dev-python/gfloat/gfloat-0.2.1.ebuild X-VCS-Directories: dev-python/gfloat/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 66b96cae3f8bb685bdaf79fbed8a1c3a4a7b719a X-VCS-Branch: master Date: Wed, 12 Jun 2024 06:19:03 +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: 11632c3e-24ac-4d18-93f1-a01f4d8bba3c X-Archives-Hash: af9b17948fff33b23f121f55d9f4a3bc commit: 66b96cae3f8bb685bdaf79fbed8a1c3a4a7b719a Author: Michał Górny gentoo org> AuthorDate: Wed Jun 12 06:18:26 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 12 06:18:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b96cae dev-python/gfloat: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/gfloat/Manifest | 1 - dev-python/gfloat/gfloat-0.2.1.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/gfloat/Manifest b/dev-python/gfloat/Manifest index dd6bf5fd40f5..d4627844d126 100644 --- a/dev-python/gfloat/Manifest +++ b/dev-python/gfloat/Manifest @@ -1,2 +1 @@ -DIST gfloat-0.2.1.tar.gz 40460 BLAKE2B 9103140b2523c1e0f430bdf066c1625c71783d30d3d6754cd44c626ce6ca4204742188d967489ff2dba65df6ac51989551c14ee6ae66302c452c765d5a0eca20 SHA512 50bb770795b8284c9071f345667772ecd334a7c44368acf173dd65094f9fe9ac473ae0cc250f35dfafdb19d5fe039ad3258c4256fbc281feac41f192ed139cc5 DIST gfloat-0.3.tar.gz 43790 BLAKE2B 3b6628dd6410090a684bc253965e167297f4105e3690b9ac38c0192c202fbc7e02026103723721494d4826d835b70a217114335201ab1c329d6bac02412f9e7f SHA512 2df65a3a188e99d1aa3da1b067aa3eaa9aabc22f42414b773c312d9c8dae9baf34d797f947a1646ea89e1db8f2bdb5f97a9672c292e2e0a2a8312e0e6f2fc496 diff --git a/dev-python/gfloat/gfloat-0.2.1.ebuild b/dev-python/gfloat/gfloat-0.2.1.ebuild deleted file mode 100644 index 3b16a101cbc9..000000000000 --- a/dev-python/gfloat/gfloat-0.2.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 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 pypi - -DESCRIPTION="Generic floating-point types in Python" -HOMEPAGE=" - https://github.com/graphcore-research/gfloat/ - https://pypi.org/project/gfloat/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/ml-dtypes[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - # requires mx (possibly git version), torch - test/test_microxcaling.py -)