# -*- 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 PortGroup github 1.0 name py-scikit-hep-mplhep_data github.setup scikit-hep mplhep_data 0.0.3 v revision 0 fetch.type git license MIT platforms {darwin any} supported_archs noarch maintainers {jonesc @cjones051073} openmaintainer description Sub-package to hold data (fonts) for mplhep. long_description {*}${description} python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm } # Only allow numbers, to avoid pre-release versions github.livecheck.regex {([0-9.]+)}