# -*- 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-biopython version 1.84 revision 0 categories-append science license BSD maintainers {reneeotten @reneeotten} openmaintainer description Python tools for computational molecular biology long_description {*}${description}: parsers for various file formats, interfaces for \ programs, tools for performing common operations on sequences, etc. homepage https://biopython.org/ checksums rmd160 40b508edd901da95754c9f73095e5361471be3c1 \ sha256 60fbe6f996e8a6866a42698c17e552127d99a9aab3259d6249fbaabd0e0cc7b4 \ size 25793001 python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-numpy post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst NEWS.rst \ LICENSE.rst DEPRECATED.rst CONTRIBUTING.rst \ CONTRIB.rst ${destroot}${docdir} } }