# -*- 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-ndindex version 1.8 maintainers nomaintainer license MIT python.versions 38 39 310 311 312 description Python library for manipulating indices of ndarrays long_description ndindex is a library that allows representing and \ manipulating objects that can be valid indices to \ numpy arrays, i.e., slices, integers, ellipses, \ None, integer and boolean arrays, and tuples \ thereof. homepage https://quansight-labs.github.io/ndindex/ checksums rmd160 7ebe188bdce7a8c1e24284c3129fa99cb5653c09 \ sha256 5fc87ebc784605f01dd5367374cb40e8da8f2c30988968990066c5098a7eebe8 \ size 89921 if {$subport ne $name} { depends_build-append \ port:py${python.version}-cython build.env-append "CYTHONIZE_NDINDEX=1" post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} LICENSE README.md \ ${destroot}${docdir} } }