# -*- 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
maintainers {reneeotten @reneeotten} openmaintainer
description Solve automatic numerical differentiation problems in one or more variables.
long_description ${description}
homepage https://github.com/pbrod/numdifftools
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 a043c7cb2111eb588549e1ae27af34aa7e621b32 \
sha256 227c75c53665997c46ca44f6eb848c66acfde33bf483c6a6ef0b1faeef4434ac \
if {${name} ne ${subport}} {
port:py${python.version}-setuptools \
port:py${python.version}-pytest-runner
depends_lib-append port:py${python.version}-algopy \
port:py${python.version}-numpy \
port:py${python.version}-scipy
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} AUTHORS.rst LICENSE.txt CHANGELOG.rst \
README.rst ${destroot}${docdir}