aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-26 12:25:26 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-26 12:25:26 +0100
commit245e7dcaa8eb569cbeca607a9436d1287c2bc4b9 (patch)
tree25b56aaed02e8b30d65852e05c268f58513bb635 /dev-python
parentdev-python/umap-learn: bump to 0.5.2 (diff)
downloadsci-245e7dcaa8eb569cbeca607a9436d1287c2bc4b9.tar.gz
sci-245e7dcaa8eb569cbeca607a9436d1287c2bc4b9.tar.bz2
sci-245e7dcaa8eb569cbeca607a9436d1287c2bc4b9.zip
dev-python/umap-learn: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/umap-learn/Manifest3
-rw-r--r--dev-python/umap-learn/umap-learn-0.4.6.ebuild28
-rw-r--r--dev-python/umap-learn/umap-learn-0.5.0.ebuild28
-rw-r--r--dev-python/umap-learn/umap-learn-0.5.1.ebuild28
4 files changed, 0 insertions, 87 deletions
diff --git a/dev-python/umap-learn/Manifest b/dev-python/umap-learn/Manifest
index 7e0badb02..911c8ce27 100644
--- a/dev-python/umap-learn/Manifest
+++ b/dev-python/umap-learn/Manifest
@@ -1,4 +1 @@
-DIST umap-learn-0.4.6.tar.gz 69894 BLAKE2B 9d2029f31e58e5e0e4b4b32aa8d26f3d8a4a22684e99bb06b623ff35c3e3ed9ac63e532c409c206b95a1d0e2079f8512294e43eb77389351e1145e6a7ba35025 SHA512 9f339ac55bb3e9326dd3b04e71dcdd9e22ea40b0240b62a7af629167eb18b7d5cf11cdfdcb0215cfe54ffe69026b234188c2f81c26f231fed741deeff3daa5e9
-DIST umap-learn-0.5.0.tar.gz 81722 BLAKE2B 9de88cbac480f97b2fee77fca9c43b99417c1ed0be222d92024d67379335ff2c376096b47ab151ffaa18f180a50e7289f6872e6ff03fabdad49c52f7781b1868 SHA512 cd4ccba452d773f1ea9875a35b4e3dc616e34d8707bfbba376964b1606bbf02903f8a6ed8387c77dc88d733c2a2f1bd3bc02908fd43a42441bf9043a1bdd8025
-DIST umap-learn-0.5.1.tar.gz 80906 BLAKE2B a09563847d24f9b0d8195af61949fb040d32cd9e4e28daad534e857aed76305a2ccf372a0f61d417204dc7c1d062468609f2a02529ad781d8e60d4329d8bdceb SHA512 39d21ef147516c920f3ff088889188a25ecf147dd090a61755cfd3f24321b232f53e6cb160011d518a38d08ed1d01cdb79d7bad1dfe714708fa798eb679c78f4
DIST umap-learn-0.5.2.tar.gz 86805 BLAKE2B b1381647c947472a10472475477d3f4c91446606b1ee7235dd91c65606e4c54119a706864364845ad34d74db33760013f93fd6f2a3b7e75a5161bbbc216a2c5a SHA512 89d7e7680554c63429eee1c0702f6b0b03f5a29d7770af0630a15bd50aeeaa3c272d87f2380ec71a60accea96fe9936c7c807bfe4143c6afa1444741c865eef5
diff --git a/dev-python/umap-learn/umap-learn-0.4.6.ebuild b/dev-python/umap-learn/umap-learn-0.4.6.ebuild
deleted file mode 100644
index 665f1e204..000000000
--- a/dev-python/umap-learn/umap-learn-0.4.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Uniform Manifold Approximation and Projection"
-HOMEPAGE="https://umap-learn.readthedocs.io/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/numba[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pynndescent[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- sci-libs/scikit-learn[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-# no tests in package
diff --git a/dev-python/umap-learn/umap-learn-0.5.0.ebuild b/dev-python/umap-learn/umap-learn-0.5.0.ebuild
deleted file mode 100644
index 37ca3ca45..000000000
--- a/dev-python/umap-learn/umap-learn-0.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Uniform Manifold Approximation and Projection"
-HOMEPAGE="https://umap-learn.readthedocs.io/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/numba[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pynndescent[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- sci-libs/scikit-learn[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-# no tests in package
diff --git a/dev-python/umap-learn/umap-learn-0.5.1.ebuild b/dev-python/umap-learn/umap-learn-0.5.1.ebuild
deleted file mode 100644
index 37ca3ca45..000000000
--- a/dev-python/umap-learn/umap-learn-0.5.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Uniform Manifold Approximation and Projection"
-HOMEPAGE="https://umap-learn.readthedocs.io/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/numba[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pynndescent[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- sci-libs/scikit-learn[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-# no tests in package