You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 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-pyvttbl
|
|
version 0.5.2.2
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
python.versions 27
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Multidimensional pivot tables, data processing, statistical computation
|
|
long_description {*}${description}
|
|
|
|
homepage https://code.google.com/p/pyvttbl/
|
|
|
|
checksums rmd160 829647af0ab5665d3bc9f7e853948d35cb62b78e \
|
|
sha256 f7e9255ec9b3180eb5fa4c5c877ca9ae52e814a91a0acacb9f4b6ce94a9002b9
|
|
|
|
if {${name} ne ${subport}} {
|
|
use_zip yes
|
|
depends_build port:py${python.version}-setuptools
|
|
depends_lib-append port:py${python.version}-numpy \
|
|
port:py${python.version}-scipy \
|
|
port:py${python.version}-matplotlib
|
|
}
|