# -*- 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-pycifrw python.rootname PyCifRW version 4.4.6 revision 0 categories-append science license Python-2.0 maintainers nomaintainer description CIF/STAR file support for Python long_description {*}${description} homepage https://github.com/jamesrhester/pycifrw/blob/development/README.md checksums rmd160 9483aa69524d260965d4639147e6dff3fc3855d5 \ sha256 02bf5975e70ab71540bff62fbef3e8354ac707a0f0ab914a152047962891ef15 \ size 1073183 python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-numpy \ port:py${python.version}-ply }