1 | # -*- 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 |
---|
2 | # $Id: Portfile 44414 2008-12-28 05:42:53Z mcalhoun@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name py25-PyWavelets |
---|
8 | version 0.1.6 |
---|
9 | categories python |
---|
10 | platforms darwin |
---|
11 | maintainers jameskyle@ucla.edu |
---|
12 | description PyWavelets is a Python wavelet transforms module |
---|
13 | long_description ${description}. |
---|
14 | |
---|
15 | homepage http://pypi.python.org/pypi/PyWavelets/ |
---|
16 | master_sites http://pypi.python.org/packages/source/P/PyWavelets/ |
---|
17 | distfiles PyWavelets-${version}.tar.gz |
---|
18 | worksrcdir PyWavelets-${version} |
---|
19 | build.env CFLAGS='-I${prefix}/include -L${prefix}/lib' |
---|
20 | |
---|
21 | checksums md5 d28ddb2c65f3c429f0d6bc72548584ab \ |
---|
22 | sha1 c12948178b5f4294408bb29424aa47fcd5d4fec9 \ |
---|
23 | rmd160 85cb2b0b6db8bf6b797ad36cb1341c673c442f18 |
---|
24 | |
---|