You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 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-npx
|
|
version 0.1.8
|
|
revision 0
|
|
|
|
license BSD
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description NumPy is a large library used everywhere in scientific computing. \
|
|
That's why breaking backwards-compatibility comes at a significant \
|
|
cost and is almost always avoided, even if the API of some methods \
|
|
is arguably lacking. This package provides drop-in wrappers "fixing" \
|
|
those.
|
|
long_description {*}${description}
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 7ebdf36672ca9fafdc73d9199046acd24caeecd7 \
|
|
sha256 efcedd9f8090864c1ad154307281302e931dfab60b495fada78bb505ac884eb9 \
|
|
size 10867
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-numpy
|
|
}
|
|
|