public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ml-dtypes/
Date: Sun, 19 May 2024 06:02:44 +0000 (UTC)	[thread overview]
Message-ID: <1716098557.fb95fe58d9b1613be73a7b8bc0a1e2736951dc52.mgorny@gentoo> (raw)

commit:     fb95fe58d9b1613be73a7b8bc0a1e2736951dc52
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 05:49:41 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 19 06:02:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb95fe58

dev-python/ml-dtypes: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ml-dtypes/Manifest                  |  1 -
 dev-python/ml-dtypes/ml-dtypes-0.3.2-r1.ebuild | 37 --------------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-python/ml-dtypes/Manifest b/dev-python/ml-dtypes/Manifest
index 2d151239c361..d916007cea0c 100644
--- a/dev-python/ml-dtypes/Manifest
+++ b/dev-python/ml-dtypes/Manifest
@@ -1,3 +1,2 @@
 DIST eigen-7bf2968fed5f246c0589e1111004cb420fcd7c71.tar.bz2 2239233 BLAKE2B 3a7e81c302cb11ae1d6ef9433a9ec41506c1f37d04cfb8744ac3fcf7dbe9430c1b48d7197ca3b8e1f9354398bac3d0dbc3e0599c0b649acd6175e906befe2973 SHA512 29ee89770726e6e0f5135b7fab24649f3e69223caed90d2daa6f0014783e69fe98f0551de49bd4e393d7b7938f2943caf1ed00f3933fa771ac14fae3c63fd5dd
-DIST ml_dtypes-0.3.2.gh.tar.gz 71606 BLAKE2B cbf5414d09160a2e4e878261c5842efd664a424064aae727d9d1188304a5e888ca955b3bf199956c2beed53c78c0f8afeb8860245d57553b10ca7262ba1e8bce SHA512 d42f6734edc5c159f15b9c020deb2595f32bbcdf53ecfaea840afb38314a855d09315693129393f755fdc3295b5965073b404822aacf1a149c7f9bab89c48fd5
 DIST ml_dtypes-0.4.0.gh.tar.gz 72894 BLAKE2B a2d70369f8fc72b8234d198ee4517dd3666b6e5a82ea8bca28973966e141426ef5517d441cfdd4cc00146d534194378c191b29f695f1d8c6b9d2785c84d2548c SHA512 a4674c352a641ceab212ff1da25168823d43016dbe00ae06885ef787f1bc0814ae61e595d5f9d43710da29c12e70e3c616e1c634560b911bdb25f4c40b6ba324

diff --git a/dev-python/ml-dtypes/ml-dtypes-0.3.2-r1.ebuild b/dev-python/ml-dtypes/ml-dtypes-0.3.2-r1.ebuild
deleted file mode 100644
index 0ce0838a1b4c..000000000000
--- a/dev-python/ml-dtypes/ml-dtypes-0.3.2-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PNGH="${PN/-/_}" # pypi is ml-dtypes, github is ml_dtypes
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-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/${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
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-S="${WORKDIR}/${PNGH}-${PV}"
-
-DEPEND="
-	<dev-python/numpy-2:=[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	dev-python/pybind11[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-	rmdir third_party/eigen || die
-	cp -r "${WORKDIR}/eigen-${EIGEN_CommitId}" third_party/eigen || die
-	distutils-r1_python_prepare_all
-}


             reply	other threads:[~2024-05-19  6:02 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-19  6:02 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-18 19:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/ml-dtypes/ Michał Górny
2025-01-25 11:41 Michał Górny
2025-01-25 11:01 Arthur Zamarin
2025-01-25 11:00 Sam James
2025-01-25 10:52 Sam James
2025-01-07  5:27 Michał Górny
2024-09-28 13:35 Michał Górny
2024-09-28 13:21 Arthur Zamarin
2024-09-28 12:40 Sam James
2024-09-28 12:32 Arthur Zamarin
2024-09-14  6:27 Michał Górny
2024-06-12  6:17 Arthur Zamarin
2024-06-12  6:16 Arthur Zamarin
2024-05-16 15:00 Arthur Zamarin
2024-04-22 15:51 Michał Górny
2024-04-22 15:51 Michał Górny
2024-04-22 15:51 Michał Górny
2024-02-14 16:53 Jason Zaman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1716098557.fb95fe58d9b1613be73a7b8bc0a1e2736951dc52.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox