You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
34 lines
1.1 KiB
Tcl
34 lines
1.1 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
|
|
|
|
name py-pacmap
|
|
version 0.8.0
|
|
revision 0
|
|
|
|
categories-append science
|
|
license Apache-2
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
|
|
description PaCMAP: Pairwise Controlled Manifold Approximation Projection
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/YingfanWang/PaCMAP
|
|
|
|
checksums rmd160 fe2768d97bf6c57734e8e3a4cece7c3ecf8e0364 \
|
|
sha256 1c0c10180e36b77f5e5344d838d020dd9557ac1ca77f0976c2e308643b019084 \
|
|
size 29067
|
|
|
|
python.versions 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-annoy \
|
|
port:py${python.version}-numba \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-scikit-learn
|
|
}
|