# -*- 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.2 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 84e659f329884c4fea16481b4a223610fa1e5915 \ sha256 b439c45bb95647df7fb020278f4fd59869f615ef6a13d096b49335a3f7537305 \ size 10809 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-numpy }