You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
34 lines
1.2 KiB
Tcl
34 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-sqlparse
|
|
version 0.2.4
|
|
license BSD
|
|
platforms darwin
|
|
supported_archs noarch
|
|
maintainers {@xeron gmail.com:xeron.oskom} openmaintainer
|
|
description Non-validating SQL parser
|
|
long_description ${description} that provides support for parsing, splitting \
|
|
and formatting SQL statements.
|
|
|
|
python.versions 27 34 35 36 37
|
|
|
|
categories-append textproc
|
|
|
|
homepage https://pypi.python.org/pypi/${python.rootname}/
|
|
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
|
|
distname ${python.rootname}-${version}
|
|
|
|
checksums rmd160 cbc1000e0fea6334d1981e6b5bee1d9dd95b8102 \
|
|
sha256 ce028444cfab83be538752a2ffdb56bc417b7784ff35bb9a3062413717807dec \
|
|
size 61614
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-setuptools
|
|
livecheck.type none
|
|
} else {
|
|
livecheck.type pypi
|
|
}
|