summaryrefslogtreecommitdiff
path: root/dev-python/gfloat
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-13 00:08:30 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-13 00:08:30 +0100
commit0ebcd2cbf178600b5eb36b2f24cdbb3d2f4a9000 (patch)
tree941e6ba8c256dd27e9f9ca634f08d4bf0278798e /dev-python/gfloat
parentf0ddcad13515f66d2f3bf827d33c277bdba7e1dd (diff)
gentoo auto-resync : 13:06:2024 - 00:08:29
Diffstat (limited to 'dev-python/gfloat')
-rw-r--r--dev-python/gfloat/Manifest4
-rw-r--r--dev-python/gfloat/gfloat-0.2.1.ebuild35
-rw-r--r--dev-python/gfloat/gfloat-0.3.ebuild2
3 files changed, 2 insertions, 39 deletions
diff --git a/dev-python/gfloat/Manifest b/dev-python/gfloat/Manifest
index 2c70395d6a8b..f4cd8b6b180e 100644
--- a/dev-python/gfloat/Manifest
+++ b/dev-python/gfloat/Manifest
@@ -1,5 +1,3 @@
-DIST gfloat-0.2.1.tar.gz 40460 BLAKE2B 9103140b2523c1e0f430bdf066c1625c71783d30d3d6754cd44c626ce6ca4204742188d967489ff2dba65df6ac51989551c14ee6ae66302c452c765d5a0eca20 SHA512 50bb770795b8284c9071f345667772ecd334a7c44368acf173dd65094f9fe9ac473ae0cc250f35dfafdb19d5fe039ad3258c4256fbc281feac41f192ed139cc5
DIST gfloat-0.3.tar.gz 43790 BLAKE2B 3b6628dd6410090a684bc253965e167297f4105e3690b9ac38c0192c202fbc7e02026103723721494d4826d835b70a217114335201ab1c329d6bac02412f9e7f SHA512 2df65a3a188e99d1aa3da1b067aa3eaa9aabc22f42414b773c312d9c8dae9baf34d797f947a1646ea89e1db8f2bdb5f97a9672c292e2e0a2a8312e0e6f2fc496
-EBUILD gfloat-0.2.1.ebuild 636 BLAKE2B 004694360cbab3810040ba9e8a679a5bf963484af9f0a53d104faf0c9ac28d3f1ac03ab0338bbf09078986cf4b1c29a348a5f9c26414da715324d132c7485807 SHA512 e21d9cae7e565e10a33216b0bb61d2d3b810a2c428326d8bca52b802e47270ae2e16aa258b72155093baf1f2acb76598caa13930096b0e3cc001d57c1048c147
-EBUILD gfloat-0.3.ebuild 636 BLAKE2B 004694360cbab3810040ba9e8a679a5bf963484af9f0a53d104faf0c9ac28d3f1ac03ab0338bbf09078986cf4b1c29a348a5f9c26414da715324d132c7485807 SHA512 e21d9cae7e565e10a33216b0bb61d2d3b810a2c428326d8bca52b802e47270ae2e16aa258b72155093baf1f2acb76598caa13930096b0e3cc001d57c1048c147
+EBUILD gfloat-0.3.ebuild 646 BLAKE2B 278319a1b25bb909ff375a500142b03cf43549c05acac9b26ee2713c5e1b72b86d6e9cf040d19a22523c5f821346d5186bf9342f0569468af79b50103686685e SHA512 ca541123f2e89ede90c84e1922fd6dcb4622d86da3d0e65f935bcb30a551f04f207f027495a53d17879692145ef202dfee5e2e9b9f5f2ab1b902e15c3ccb2041
MISC metadata.xml 353 BLAKE2B 7d99f8b4d1b169146dab1605d391c9db63777d6a07af8308d0df982ff0848fc8f27dd2186f4c0f33f1fb73b1e091c8cee007e2d5157afe4cc863b1178b6034f8 SHA512 e17c967db7e216a060f9b2d16e6e395bfca5074a32386f738e7484afad08fd06794ac0015dec856053c2d8ec3ae17e6e1751b393e788a770f778589abdf2d78a
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
-)
diff --git a/dev-python/gfloat/gfloat-0.3.ebuild b/dev-python/gfloat/gfloat-0.3.ebuild
index 3b16a101cbc9..56f083094ba8 100644
--- a/dev-python/gfloat/gfloat-0.3.ebuild
+++ b/dev-python/gfloat/gfloat-0.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]