Files

33 lines
912 B
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-mrcfile
version 1.5.4
revision 0
categories-append devel
platforms {darwin any}
supported_archs noarch
license BSD
maintainers nomaintainer
description MRC file I/O library
long_description {*}${description}
homepage https://github.com/ccpem/mrcfile
checksums rmd160 99c2ba8f1e97ca39097709bb7c200c44b2587499 \
sha256 8fa9eb2e237d87d99b301c61bf02854dd85a451db25eefcbe142c09b36d8d601 \
size 52052606
python.versions 313 314
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-numpy
test.run yes
}