* [gentoo-commits] repo/gentoo:master commit in: dev-python/ml_dtypes/, profiles/updates/, sci-libs/tensorflow/, ...
@ 2024-02-04 20:07 Jason Zaman
0 siblings, 0 replies; only message in thread
From: Jason Zaman @ 2024-02-04 20:07 UTC (permalink / raw
To: gentoo-commits
commit: 9f5e70d044a709f73b730e823df56be17c794fb1
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 4 19:39:01 2024 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Feb 4 19:54:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5e70d0
Move dev-python/{ml_dtypes → ml-dtypes}
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
dev-python/{ml_dtypes => ml-dtypes}/Manifest | 0
dev-python/{ml_dtypes => ml-dtypes}/metadata.xml | 2 +-
.../ml_dtypes-0.2.0.ebuild => ml-dtypes/ml-dtypes-0.2.0.ebuild} | 3 ++-
.../ml_dtypes-0.3.2.ebuild => ml-dtypes/ml-dtypes-0.3.2.ebuild} | 3 ++-
profiles/updates/1Q-2024 | 1 +
sci-libs/tensorflow/tensorflow-2.14.1.ebuild | 2 +-
sci-libs/tensorflow/tensorflow-2.15.0.ebuild | 2 +-
7 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/dev-python/ml_dtypes/Manifest b/dev-python/ml-dtypes/Manifest
similarity index 100%
rename from dev-python/ml_dtypes/Manifest
rename to dev-python/ml-dtypes/Manifest
diff --git a/dev-python/ml_dtypes/metadata.xml b/dev-python/ml-dtypes/metadata.xml
similarity index 87%
rename from dev-python/ml_dtypes/metadata.xml
rename to dev-python/ml-dtypes/metadata.xml
index fb90faa23f9d..a0436bcc589f 100644
--- a/dev-python/ml_dtypes/metadata.xml
+++ b/dev-python/ml-dtypes/metadata.xml
@@ -7,6 +7,6 @@
</maintainer>
<upstream>
<remote-id type="github">jax-ml/ml_dtypes</remote-id>
- <remote-id type="pypi">ml_dtypes</remote-id>
+ <remote-id type="pypi">ml-dtypes</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/ml_dtypes/ml_dtypes-0.2.0.ebuild b/dev-python/ml-dtypes/ml-dtypes-0.2.0.ebuild
similarity index 84%
rename from dev-python/ml_dtypes/ml_dtypes-0.2.0.ebuild
rename to dev-python/ml-dtypes/ml-dtypes-0.2.0.ebuild
index b6db456a8c20..2c22d3c56d02 100644
--- a/dev-python/ml_dtypes/ml_dtypes-0.2.0.ebuild
+++ b/dev-python/ml-dtypes/ml-dtypes-0.2.0.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+PNGH="${PN/-/_}" # pypi is ml-dtypes, github is ml_dtypes
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
@@ -13,7 +14,7 @@ EIGEN_CommitId="7bf2968fed5f246c0589e1111004cb420fcd7c71"
DESCRIPTION="A stand-alone implementation of several NumPy dtype extensions"
HOMEPAGE="https://github.com/jax-ml/ml_dtypes"
SRC_URI="
- https://github.com/jax-ml/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz
+ https://github.com/jax-ml/${PNGH}/archive/refs/tags/v${PV}.tar.gz -> ${PNGH}-${PV}.gh.tar.gz
https://gitlab.com/libeigen/eigen/-/archive/${EIGEN_CommitId}/eigen-${EIGEN_CommitId}.tar.bz2
"
diff --git a/dev-python/ml_dtypes/ml_dtypes-0.3.2.ebuild b/dev-python/ml-dtypes/ml-dtypes-0.3.2.ebuild
similarity index 84%
rename from dev-python/ml_dtypes/ml_dtypes-0.3.2.ebuild
rename to dev-python/ml-dtypes/ml-dtypes-0.3.2.ebuild
index b6db456a8c20..2c22d3c56d02 100644
--- a/dev-python/ml_dtypes/ml_dtypes-0.3.2.ebuild
+++ b/dev-python/ml-dtypes/ml-dtypes-0.3.2.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+PNGH="${PN/-/_}" # pypi is ml-dtypes, github is ml_dtypes
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
@@ -13,7 +14,7 @@ EIGEN_CommitId="7bf2968fed5f246c0589e1111004cb420fcd7c71"
DESCRIPTION="A stand-alone implementation of several NumPy dtype extensions"
HOMEPAGE="https://github.com/jax-ml/ml_dtypes"
SRC_URI="
- https://github.com/jax-ml/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz
+ https://github.com/jax-ml/${PNGH}/archive/refs/tags/v${PV}.tar.gz -> ${PNGH}-${PV}.gh.tar.gz
https://gitlab.com/libeigen/eigen/-/archive/${EIGEN_CommitId}/eigen-${EIGEN_CommitId}.tar.bz2
"
diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024
index 042990983c3f..e6ceb321a776 100644
--- a/profiles/updates/1Q-2024
+++ b/profiles/updates/1Q-2024
@@ -71,3 +71,4 @@ move dev-util/scap-driver dev-debug/scap-driver
move dev-util/icmake dev-build/icmake
move sci-libs/scikit-image dev-python/scikit-image
move dev-python/confusable_homoglyphs dev-python/confusable-homoglyphs
+move dev-python/ml_dtypes dev-python/ml-dtypes
diff --git a/sci-libs/tensorflow/tensorflow-2.14.1.ebuild b/sci-libs/tensorflow/tensorflow-2.14.1.ebuild
index 83e63834a518..a3fde6eea76c 100644
--- a/sci-libs/tensorflow/tensorflow-2.14.1.ebuild
+++ b/sci-libs/tensorflow/tensorflow-2.14.1.ebuild
@@ -123,7 +123,7 @@ RDEPEND="
~dev-python/flatbuffers-23.5.26[${PYTHON_USEDEP}]
>=dev-python/gast-0.3.3[${PYTHON_USEDEP}]
dev-python/h5py[${PYTHON_USEDEP}]
- <dev-python/ml_dtypes-0.3.0[${PYTHON_USEDEP}]
+ <dev-python/ml-dtypes-0.3.0[${PYTHON_USEDEP}]
>=dev-python/numpy-1.19[${PYTHON_USEDEP}]
>=dev-python/google-pasta-0.1.8[${PYTHON_USEDEP}]
>=dev-python/opt-einsum-3.3.0[${PYTHON_USEDEP}]
diff --git a/sci-libs/tensorflow/tensorflow-2.15.0.ebuild b/sci-libs/tensorflow/tensorflow-2.15.0.ebuild
index 77539bf5c9a4..d2304445fcf6 100644
--- a/sci-libs/tensorflow/tensorflow-2.15.0.ebuild
+++ b/sci-libs/tensorflow/tensorflow-2.15.0.ebuild
@@ -128,7 +128,7 @@ RDEPEND="
~dev-python/flatbuffers-23.5.26[${PYTHON_USEDEP}]
>=dev-python/gast-0.3.3[${PYTHON_USEDEP}]
dev-python/h5py[${PYTHON_USEDEP}]
- >=dev-python/ml_dtypes-0.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ml-dtypes-0.2.0[${PYTHON_USEDEP}]
>=dev-python/numpy-1.19[${PYTHON_USEDEP}]
>=dev-python/google-pasta-0.1.8[${PYTHON_USEDEP}]
>=dev-python/opt-einsum-3.3.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-02-04 20:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-04 20:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/ml_dtypes/, profiles/updates/, sci-libs/tensorflow/, Jason Zaman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox