commit: 3030a7a111aed05cce273839fe0f1d8a9dddc086
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 06:08:34 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 06:18:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3030a7a1
dev-python/opt-einsum: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/opt-einsum/opt-einsum-3.3.0.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/dev-python/opt-einsum/opt-einsum-3.3.0.ebuild
b/dev-python/opt-einsum/opt-einsum-3.3.0.ebuild
deleted file mode 100644
index 2eb8869268f0..000000000000
--- a/dev-python/opt-einsum/opt-einsum-3.3.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="Optimized Einsum: A tensor contraction order optimizer"
-HOMEPAGE="https://pypi.org/project/opt-einsum/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz"
-S="${WORKDIR}/${P/-/_}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest