diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-23 07:08:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-23 07:18:20 +0100 |
commit | 3030a7a111aed05cce273839fe0f1d8a9dddc086 (patch) | |
tree | b457531d09b7fc1b7467cf27790fb6a57ff6dcb5 /dev-python/opt-einsum | |
parent | dev-python/pockets: Remove old (diff) | |
download | gentoo-3030a7a111aed05cce273839fe0f1d8a9dddc086.tar.gz gentoo-3030a7a111aed05cce273839fe0f1d8a9dddc086.tar.bz2 gentoo-3030a7a111aed05cce273839fe0f1d8a9dddc086.zip |
dev-python/opt-einsum: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/opt-einsum')
-rw-r--r-- | dev-python/opt-einsum/opt-einsum-3.3.0.ebuild | 20 |
1 files changed, 0 insertions, 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 |