Files
Renee Otten 084d6e87af py-gwpy: update to 3.0.10
- drop py39, add py312 subport

See: https://trac.macports.org/ticket/71182
2024-10-28 14:40:59 -04:00

49 lines
1.8 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-gwpy
version 3.0.10
revision 0
categories-append science
maintainers nomaintainer
platforms {darwin any}
supported_archs noarch
license GPL-3
description A python package for gravitational-wave astrophysics
long_description GWpy is a collaboration-driven Python package providing \
tools for studying data from ground-based \
gravitational-wave detectors.
homepage https://gwpy.github.io
checksums rmd160 5be39041a3c2d30e356d3ab35dfba74fd844b2ec \
sha256 073b4d8ec14e3db32c7cff74df2248f31d378fb095089e7ceb241cfb34f6e8fd \
size 1540393
python.versions 312
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools_scm
depends_lib-append \
port:py${python.version}-astropy \
port:py${python.version}-dateutil \
port:py${python.version}-dateparser \
port:py${python.version}-dqsegdb2 \
port:py${python.version}-gwdatafind \
port:py${python.version}-gwosc \
port:py${python.version}-h5py \
port:py${python.version}-ligo-segments \
port:py${python.version}-ligotimegps \
port:py${python.version}-matplotlib \
port:py${python.version}-numpy \
port:py${python.version}-requests \
port:py${python.version}-scipy \
port:py${python.version}-tqdm
}