You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
40 lines
1.3 KiB
Tcl
40 lines
1.3 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-datashape
|
|
python.rootname DataShape
|
|
version 0.5.2
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
python.versions 27 35 36 37 38
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description DataShape is a language for describing data.
|
|
|
|
long_description DataShape is a language for describing data. It is an \
|
|
extension of the NumPy dtype with an emphasis on cross \
|
|
language support.
|
|
|
|
homepage https://packages.python.org/datashape
|
|
|
|
distname datashape-${version}
|
|
|
|
checksums rmd160 a97c609e449d1b2e1dc9684d52a1cb35402fe2aa \
|
|
sha256 2356ea690c3cf003c1468a243a9063144235de45b080b3652de4f3d44e57d783 \
|
|
size 76465
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-numpy \
|
|
port:py${python.version}-multipledispatch \
|
|
port:py${python.version}-dateutil
|
|
|
|
livecheck.type none
|
|
}
|