You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
51 lines
1.6 KiB
Tcl
51 lines
1.6 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-pywavelets
|
|
version 1.9.0
|
|
revision 1
|
|
|
|
categories-append science math
|
|
license MIT
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend meson
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description PyWavelets is a Python wavelet transforms module
|
|
long_description {*}${description}.
|
|
|
|
homepage https://github.com/PyWavelets/pywt
|
|
|
|
checksums md5 a725b29ce4be34661acce4fc634817e5 \
|
|
rmd160 1091e4aca7596145f2720de00330ce5b642e1f30 \
|
|
sha256 148d12203377772bea452a59211d98649c8ee4a05eff019a9021853a36babdc8 \
|
|
size 3938340
|
|
|
|
if {${name} ne ${subport}} {
|
|
if {${python.version} == 310} {
|
|
version 1.8.0
|
|
revision 1
|
|
checksums md5 41d8521600edebc0f934218f9d63df3c \
|
|
rmd160 d68d045d7ce04de6657565256cb7d25186b32c39 \
|
|
sha256 f3800245754840adc143cbc29534a1b8fc4b8cff6e9d403326bd52b7bb5c35aa \
|
|
size 3935274
|
|
} else {
|
|
|
|
compiler.blacklist-append \
|
|
{clang < 1000}
|
|
}
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-cython
|
|
# Wants to run just 'cython'
|
|
build.env-append PATH=${python.prefix}/bin:$::env(PATH)
|
|
|
|
depends_lib-append port:py${python.version}-numpy
|
|
|
|
livecheck.type none
|
|
}
|