Files
Renee Otten 507473201f py-gviz_api: update to 1.10.0
- drop py27, add py312 subport
2024-12-24 14:51:58 -05:00

34 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-gviz_api
version 1.10.0
revision 0
categories-append www
license Apache-2
platforms {darwin any}
supported_archs noarch
maintainers nomaintainer
description Python API for Google Visualization
long_description \
The Python API for Google Visualization makes it easy to convert python data \
structures into Google Visualization JS code, DataTable JSon construction \
string or JSON response for Query object.
homepage https://github.com/google/google-visualization-python
checksums rmd160 8321144bb0dc6881dcdf07cb2a51d0352df44a34 \
sha256 846692dd8cc73224fc31b18e41589bd934e1cc05090c6576af4b4b26c2e71b90 \
size 13787
python.versions 312
if {${subport} ne ${name}} {
depends_lib-append \
port:py${python.version}-six
}