You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
38 lines
1.2 KiB
Tcl
38 lines
1.2 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-itables
|
|
version 2.2.3
|
|
revision 0
|
|
|
|
categories-append math
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Pandas and Polar DataFrames as interactive DataTables
|
|
long_description {*}${description}
|
|
|
|
homepage https://mwouts.github.io/itables/
|
|
|
|
checksums rmd160 a4061865e47ac017516f1f94bedbe0b3661b77c1 \
|
|
sha256 d1987c2f69b348d63d8184c30e05bd25710997a37894cf7b57b6e0a4ea969c10 \
|
|
size 2436125
|
|
|
|
python.versions 312
|
|
python.pep517_backend hatch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-hatch-jupyter-builder \
|
|
path:bin/npm:npm10
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-ipython \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-pandas
|
|
}
|