# -*- 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-gsl python.rootname pygsl version 2.6.2 revision 0 categories-append science license GPL-2+ maintainers nomaintainer description Python interface to the GNU Scientific Library long_description Python interface to the GSL, the GNU Scientfic \ Library. Variants for the use of different \ array-objects supported by pygsl are provided. homepage https://github.com/pygsl/pygsl checksums rmd160 71d43beead3e57570d7650c7c07fd7f4a56a5000 \ sha256 88082cd00de8dab901ca79f59ab702b2c984232ab11b5ff2426716965168e2c8 \ size 1183197 python.versions 39 310 311 312 313 python.pep517_backend meson if {${name} ne ${subport}} { depends_build-append \ port:swig \ port:swig-python \ path:bin/pkg-config:pkgconfig depends_lib-append port:gsl \ port:py${python.version}-numpy }