# -*- 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.7.2
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  ffc4f86a217b6a2647334ae6f9764ed454490b88 \
                    sha256  4a82ba3d44964430733c5c44c498779ac84879cabf70b31136d550b5e6252d51 \
                    size    160544

python.versions     39 310 311 312 313 314

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-numpy \
                    port:py${python.version}-scipy
}
