Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-python/hdbscan/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST hdbscan-0.8.40.tar.gz 6904096 BLAKE2B 6ce5604d9366bf598281aa8e2be9c7e040181b0b9e4665a23d6aad3cecd6b60405c6b87ea2889aec226ab7c8100d9c8ee8737d676ca1cb5ed41e48f863d693dd SHA512 46425f753e7d3a02227dfc1ff0a5a61c3df7011d2375d886f61c1e3096a3177d1a66690658b11e9b59387f6ce744a07326788999185f5d585e1b6adbd1638a89
DIST hdbscan-0.8.41.tar.gz 7091384 BLAKE2B 4308d0a60d6052fa85c4057d1654e1802d6be32e9eecf1c010723f810771b7e5142646deb42feec16255db9cc3fe4ac10a4b462233f42694d7b2dd26c7cbf46c SHA512 a2a1fbc23ff110060bafa2392e0e2cb4af1af05d22a9b56f123674dca938d947353385f3aec773d33cb35a58a4093a8f42af07fbf0b376a396d47b93157a22cb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 2021-2023 Gentoo Authors
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1

Expand Down
Loading