Files
2020-12-15 19:13:19 -05:00

45 lines
1.5 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-numdifftools
version 0.9.39
revision 0
categories-append math
platforms darwin
supported_archs noarch
license BSD
maintainers {reneeotten @reneeotten} openmaintainer
description Solve automatic numerical differentiation problems in one or more variables.
long_description ${description}
homepage https://github.com/pbrod/numdifftools
checksums rmd160 a043c7cb2111eb588549e1ae27af34aa7e621b32 \
sha256 227c75c53665997c46ca44f6eb848c66acfde33bf483c6a6ef0b1faeef4434ac \
size 4635377
python.versions 27 36 37 38 39
if {${name} ne ${subport}} {
depends_build-append \
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
post-destroot {
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}
}
livecheck.type none
}