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 577FA1581E7 for ; Mon, 22 Apr 2024 15:29:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84FD1E29EC; Mon, 22 Apr 2024 15:29:07 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 68513E29EC for ; Mon, 22 Apr 2024 15:29:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A8C534330C for ; Mon, 22 Apr 2024 15:29:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF2E716F6 for ; Mon, 22 Apr 2024 15:29:04 +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: <1713799739.4c9a6e48f31a773338c49adcb324880aeb9eb03c.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.0.5.ebuild dev-python/gfloat/metadata.xml X-VCS-Directories: dev-python/gfloat/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4c9a6e48f31a773338c49adcb324880aeb9eb03c X-VCS-Branch: master Date: Mon, 22 Apr 2024 15:29:04 +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: 95b985b7-ffd7-4d91-9959-261d4d594025 X-Archives-Hash: c8609a84d7fa80f328c7538cab23e818 commit: 4c9a6e48f31a773338c49adcb324880aeb9eb03c Author: Michał Górny gentoo org> AuthorDate: Mon Apr 22 15:27:23 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Apr 22 15:28:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9a6e48 dev-python/gfloat: New package, v0.0.5 New dependency of dev-python/bitstring. Signed-off-by: Michał Górny gentoo.org> dev-python/gfloat/Manifest | 1 + dev-python/gfloat/gfloat-0.0.5.ebuild | 30 ++++++++++++++++++++++++++++++ dev-python/gfloat/metadata.xml | 11 +++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-python/gfloat/Manifest b/dev-python/gfloat/Manifest new file mode 100644 index 000000000000..e5873b0692c7 --- /dev/null +++ b/dev-python/gfloat/Manifest @@ -0,0 +1 @@ +DIST gfloat-0.0.5.tar.gz 17493 BLAKE2B d2eb75b6ecdf58b0875481fb2428ee2bed998988ded0e0bf212dc5834c428a8a2af0796e6badf2ff2c400432db266a82312743bc338cb6444bbb3133526dcf7b SHA512 b08d4f8cb3c8e2e629d32c96ecf3efb81280363bba9ac90a489ffcd2418a9a4a0c9248ce3f524d9873a295b5e5e520c70ebd098e7cfdfe9a3dc92d8ee58920ca diff --git a/dev-python/gfloat/gfloat-0.0.5.ebuild b/dev-python/gfloat/gfloat-0.0.5.ebuild new file mode 100644 index 000000000000..a3db6988220f --- /dev/null +++ b/dev-python/gfloat/gfloat-0.0.5.ebuild @@ -0,0 +1,30 @@ +# 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" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/ml-dtypes[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest diff --git a/dev-python/gfloat/metadata.xml b/dev-python/gfloat/metadata.xml new file mode 100644 index 000000000000..3c2f1ee74595 --- /dev/null +++ b/dev-python/gfloat/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + graphcore-research/gfloat + gfloat + +