dev-python/kmedoids-debug - 0.3.2 (pypi)

Search

Package Information

Description:
k-Medoids clustering with the FasterPAM algorithm [top-max 0.4.1]
Homepage:
https://github.com/kno10/python-kmedoids
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
0.3.2 8 ~amd64 ~x86 0
View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="k-Medoids clustering with the FasterPAM algorithm [top-max 0.4.1]"

HOMEPAGE="https://github.com/kno10/python-kmedoids"
LICENSE="GPL-3+"
SRC_URI="https://files.pythonhosted.org/packages/23/63/6dde09e87386d70954d9b5f212a478ec8e6fe2f3772b0d020951265912f7/${REALNAME//-/_}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPENDENCIES="dev-python/numpy[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"

Dependencies

RDEPEND

dev-python/numpy[${PYTHON_USEDEP}]

BDEPEND

dev-python/numpy[${PYTHON_USEDEP}]