# -*- 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 github 1.0 PortGroup python 1.0 github.setup nschloe npx 0.1.6 v name py-npx 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} github.tarball_from archive checksums rmd160 3cb46b964ef7a459e2ad6fe1364cd12fe530561e \ sha256 13cc2346030720340a9f50d5fce871ed104087561c9ffefd00d08d00c7aaa1c8 \ size 10854 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-numpy }