You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
45 lines
1.5 KiB
Tcl
45 lines
1.5 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
|
|
python.rootname PyWavelets
|
|
version 1.1.1
|
|
revision 0
|
|
categories-append science math
|
|
platforms darwin
|
|
license MIT
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description PyWavelets is a Python wavelet transforms module
|
|
long_description ${description}.
|
|
|
|
homepage https://github.com/PyWavelets/pywt
|
|
|
|
checksums rmd160 94307a23c70a7cbdb0821365b6b09b763b2eb920 \
|
|
sha256 1a64b40f6acb4ffbaccce0545d7fc641744f95351f62e4c6aaa40549326008c9 \
|
|
size 4578294
|
|
|
|
if {${name} ne ${subport}} {
|
|
if {${python.version} < 36} {
|
|
version 1.0.3
|
|
revision 0
|
|
distname PyWavelets-${version}
|
|
checksums rmd160 0bff37693009f39baae82d90f4412a2c04886e56 \
|
|
sha256 a12c7a6258c0015d2c75d88b87393ee015494551f049009e8b63eafed2d78efc \
|
|
size 4552777
|
|
}
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools \
|
|
port:py${python.version}-cython
|
|
|
|
depends_lib-append port:py${python.version}-numpy
|
|
|
|
livecheck.type none
|
|
}
|