mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
50 lines
1.8 KiB
Tcl
50 lines
1.8 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-nibabel
|
|
version 5.3.2
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Access a cacophony of neuro-imaging file formats
|
|
long_description Nibabel provides read and write access to some \
|
|
common medical and neuroimaging file formats, \
|
|
including: ANALYZE (plain, SPM99, SPM2), GIFTI, \
|
|
NIfTI1, MINC, MGH and ECAT as well as PAR/REC. We \
|
|
can read and write Freesurfer geometry, and read \
|
|
Freesurfer morphometry and annotation files. There \
|
|
is some very limited support for DICOM. NiBabel is \
|
|
the successor of PyNIfTI.
|
|
|
|
homepage https://nipy.org/nibabel
|
|
|
|
checksums rmd160 7576746a272cc3a6b000391429ccea09294adac2 \
|
|
sha256 0bdca6503b1c784b446c745a4542367de7756cfba0d72143b91f9ffb78be569b \
|
|
size 4504842
|
|
|
|
python.versions 312
|
|
python.pep517_backend hatch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-hatch-vcs
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-packaging \
|
|
port:py${python.version}-typing_extensions
|
|
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 0644 -W ${worksrcpath} README.rst AUTHOR COPYING \
|
|
Changelog ${destroot}${docdir}
|
|
}
|
|
}
|