# -*- 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-algopy version 0.6.1 revision 0 categories-append math supported_archs noarch platforms {darwin any} license BSD maintainers {reneeotten @reneeotten} openmaintainer description AlgoPy is a Research Prototype for Algorithmic Differentation in Python long_description {*}${description} homepage https://github.com/b45ch1/algopy checksums rmd160 e86ed30b9ba2797fe6bc847398a31f34df40f98a \ sha256 24b89938605d063240196f9d0da4f3e87ec7fc68a3f1f655c862178be52b59c3 \ size 157422 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-numpy \ port:py${python.version}-scipy }