Files

44 lines
1.5 KiB
Tcl
Raw Permalink Normal View History

2018-09-05 01:20:51 +03:00
# -*- 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-altair
2026-06-26 13:44:50 -04:00
version 6.2.2
2018-09-05 01:20:51 +03:00
revision 0
2018-09-05 01:20:51 +03:00
categories-append devel graphics
license BSD
supported_archs noarch
2022-12-07 18:51:53 +11:00
platforms {darwin any}
2018-09-05 01:20:51 +03:00
2026-04-06 21:04:27 -07:00
python.versions 310 311 312 313 314
2023-05-25 10:29:38 +03:00
python.pep517_backend hatch
2018-09-05 01:20:51 +03:00
maintainers {stromnov @stromnov} openmaintainer
description A declarative statistical visualization library for Python.
2022-12-07 18:51:53 +11:00
long_description {*}${description}
2018-09-05 01:20:51 +03:00
2021-10-30 16:04:59 -04:00
homepage https://altair-viz.github.io/
2018-09-05 01:20:51 +03:00
2026-06-26 13:44:50 -04:00
checksums rmd160 809949bf99360549ad66664180d46c78cb54f60a \
sha256 a1ff9d9cfe81c75414641826312b9471780e19d39293ba0b012933f6b6cba0fe \
size 766606
2018-09-05 01:20:51 +03:00
if {${name} ne ${subport}} {
2026-06-05 21:12:09 -04:00
depends_build-append port:py${python.version}-versioningit
2023-05-25 10:29:38 +03:00
depends_lib-append port:py${python.version}-jinja2 \
2018-09-05 01:20:51 +03:00
port:py${python.version}-jsonschema \
port:py${python.version}-narwhals \
2018-09-05 01:20:51 +03:00
port:py${python.version}-numpy \
port:py${python.version}-pandas \
2024-02-08 22:16:46 +03:00
port:py${python.version}-toolz \
port:py${python.version}-packaging
2023-05-25 10:29:38 +03:00
2026-04-06 21:04:27 -07:00
if {${python.version} < 315} {
2023-05-25 10:29:38 +03:00
depends_lib-append port:py${python.version}-typing_extensions
}
2018-09-05 01:20:51 +03:00
}