Files
2025-11-04 22:53:50 -05:00

34 lines
994 B
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-fisx
version 1.3.2
revision 0
categories-append science
license MIT
maintainers {reneeotten @reneeotten} openmaintainer
description Quantitative X-Ray Fluorescence Analysis Support Library
long_description {*}${description}
homepage https://github.com/vasole/fisx
checksums rmd160 408bf0265f564045e5a5b89f91234b33ea811888 \
sha256 3c818b016b69bb50476bd246ab14cf06e8e3653114c2f2524dce11d6bc070e9a \
size 5736220
python.versions 313
if {${name} ne ${subport}} {
compiler.cxx_standard 2017
depends_build-append \
port:py${python.version}-cython
depends_lib-append \
port:py${python.version}-numpy
}