dev-python/hdbscan: fixes and version bump 0.8.29
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
7db1248b9b
commit
a71d1755b6
@ -1 +1,2 @@
|
|||||||
DIST hdbscan-0.8.26.tar.gz 10776639 BLAKE2B 7f1cb7b479746e3ff262cce90d48cca42dccabc131a60300ae5448455260eb27387ab2eeeee19257930ee646d06df80fa2997cf1819da18178c5522a8a27a30c SHA512 7337f4246511d22e8e11308e7776aad6929f26674daecc1e174b01673782837815a40820a6565406315b1ae14ed059c4945810ac997abfde9e24abda352de622
|
DIST hdbscan-0.8.26.tar.gz 10776639 BLAKE2B 7f1cb7b479746e3ff262cce90d48cca42dccabc131a60300ae5448455260eb27387ab2eeeee19257930ee646d06df80fa2997cf1819da18178c5522a8a27a30c SHA512 7337f4246511d22e8e11308e7776aad6929f26674daecc1e174b01673782837815a40820a6565406315b1ae14ed059c4945810ac997abfde9e24abda352de622
|
||||||
|
DIST hdbscan-0.8.29.tar.gz 11666106 BLAKE2B de324386d7d2178f74ea958fa75e5eccb9dcdeba3d85cecce1150930e2d687caecbc79469de6ad62806c5bd860962bba57f27323c69f3abc6b0d4694a553656d SHA512 fd349c1c6c09f0288a9a2501eb7794fb03139c11261a835d90f1c9cd80955a4d8d075ff3864ddb9cfcbc204a3d0662011074bdb29b66b72d5469f76bc4f7ecca
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
# Copyright 2021 Gentoo Authors
|
# Copyright 2021-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8..10} )
|
PYTHON_COMPAT=( python3_{10..11} )
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="A high performance implementation of HDBSCAN clustering."
|
DESCRIPTION="A high performance implementation of HDBSCAN clustering."
|
||||||
HOMEPAGE="https://github.com/scikit-learn-contrib/hdbscan"
|
HOMEPAGE="https://github.com/scikit-learn-contrib/hdbscan"
|
||||||
SRC_URI="https://github.com/scikit-learn-contrib/hdbscan/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
33
dev-python/hdbscan/hdbscan-0.8.29.ebuild
Normal file
33
dev-python/hdbscan/hdbscan-0.8.29.ebuild
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# Copyright 2021-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{8..10} )
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="A high performance implementation of HDBSCAN clustering."
|
||||||
|
HOMEPAGE="https://github.com/scikit-learn-contrib/hdbscan"
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE="test"
|
||||||
|
# Reported upstream:
|
||||||
|
# https://github.com/scikit-learn-contrib/hdbscan/issues/501
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="
|
||||||
|
dev-python/cython[${PYTHON_USEDEP}]
|
||||||
|
dev-python/joblib[${PYTHON_USEDEP}]
|
||||||
|
dev-python/numpy[${PYTHON_USEDEP}]
|
||||||
|
dev-python/scipy[${PYTHON_USEDEP}]
|
||||||
|
dev-python/six[${PYTHON_USEDEP}]
|
||||||
|
sci-libs/scikit-learn[${PYTHON_USEDEP}]
|
||||||
|
"
|
||||||
|
BDEPEND=""
|
||||||
|
|
||||||
|
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user