Files
2020-11-27 21:58:24 -05:00

52 lines
1.7 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-biopython
version 1.78
revision 0
categories-append science
platforms darwin
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 79ecf8d8e11bdf8284f09d6ef30fbfa2a3fb9a37 \
sha256 1ee0a0b6c2376680fea6642d5080baa419fd73df104a62d58a8baf7a8bbe4564 \
size 16895184
python.versions 27 35 36 37 38
if {${name} ne ${subport}} {
if {${python.version} in "27 35"} {
version 1.76
revision 0
checksums rmd160 dd99b8275b0aeb9a5d4d5378a93663534c378209 \
sha256 3873cb98dad5e28d5e3f2215a012565345a398d3d2c4eebf7cd701757b828c72 \
size 16283634
}
depends_build-append \
port:py${python.version}-setuptools
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}
}
livecheck.type none
}