You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
31 lines
927 B
Tcl
31 lines
927 B
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-sqlglot
|
|
version 26.19.0
|
|
revision 0
|
|
|
|
categories-append databases
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description An easily customizable SQL parser and transpiler
|
|
long_description {*}${description}
|
|
|
|
homepage https://sqlglot.com/
|
|
|
|
checksums rmd160 4aba0852d4fcb74a6bf7821fc97bfdd20075cab7 \
|
|
sha256 042589f9fae232deb227a7a5c977a827c71da75caa2c0c45a2bcb4064dc4a622 \
|
|
size 5366769
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
if {${subport} ne ${name}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
}
|