You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 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 github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup uvemas ViTables 3.1.0 v
|
|
github.tarball_from archive
|
|
name vitables
|
|
revision 2
|
|
|
|
categories-append science
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
|
|
description ViTables is a graphical tool for PyTables.
|
|
long_description ViTables is a graphical browser for HDF5 and PyTables files. It allows you to \
|
|
open HDF5 files, browse their contents and display datasets.
|
|
|
|
checksums sha256 5397e5143dd2153a57c099375a483340fd6ad701a9b972080226836b4b1bdaf9 \
|
|
rmd160 d49bde66b2b1bb947bf8d0d07cfeaf07aa4bab59 \
|
|
size 2131194
|
|
|
|
python.default_version 314
|
|
python.pep517_backend hatch
|
|
|
|
depends_lib-append port:py${python.version}-numpy \
|
|
port:py${python.version}-tables \
|
|
port:py${python.version}-qtpy
|