You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
2a17f457e5
- set homepage to (outdated) PyPI page, upstream is gone - modernize checksums
36 lines
1.2 KiB
Tcl
36 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
PortGroup deprecated 1.0
|
|
|
|
name py-pycluster
|
|
version 1.50
|
|
revision 1
|
|
license PSF
|
|
maintainers nomaintainer
|
|
platforms darwin
|
|
|
|
description Python module for clustering
|
|
long_description Open source clustering software that implements hierarchical\
|
|
clustering, k-means, k-medians, and 2D self organizing maps.
|
|
|
|
homepage https://pypi.org/project/Pycluster
|
|
|
|
master_sites macports_distfiles
|
|
distname Pycluster-${version}
|
|
|
|
checksums sha1 c53596e8bd8f64f24ddc9cb0c3fda2855e104d8f \
|
|
rmd160 6730f12b478720bb7643d9ede5f21e63159c8156 \
|
|
sha256 5eeabb3423e6680f10a4b52470919565210da4d6f52b687d192e982c0eff69cf \
|
|
size 271532
|
|
|
|
deprecated.upstream_support no
|
|
livecheck.type none
|
|
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-numpy
|
|
}
|