Files

41 lines
1.3 KiB
Tcl
Raw Permalink Normal View History

2011-09-28 17:43:09 +00: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
2011-09-28 17:43:09 +00:00
name py-sqlparse
version 0.4.1
2019-10-26 12:59:14 -07:00
revision 0
2011-09-28 17:43:09 +00:00
license BSD
platforms darwin
supported_archs noarch
2018-04-05 22:22:04 -07:00
maintainers {@xeron gmail.com:xeron.oskom} openmaintainer
2011-09-28 17:43:09 +00:00
description Non-validating SQL parser
2016-11-02 21:25:53 -07:00
long_description ${description} that provides support for parsing, splitting \
and formatting SQL statements.
python.versions 27 35 36 37 38 39
2011-09-28 17:43:09 +00:00
2016-11-02 21:25:53 -07:00
categories-append textproc
homepage https://pypi.python.org/pypi/${python.rootname}/
checksums rmd160 49f6e8e99020a8fbc15dff8cf28bf7a7c7961d03 \
sha256 0f91fd2e829c44362cbcfab3e9ae12e22badaa8a29ad5ff599f9ec109f0454e8 \
size 67228
2016-11-02 21:25:53 -07:00
if {${name} ne ${subport}} {
if {${python.version} eq 27} {
version 0.3.1
revision 0
checksums rmd160 b1a910193d4fd22679d0aea5c846a9a13e84ebef \
sha256 e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548 \
size 67572
}
2016-11-02 21:25:53 -07:00
depends_build-append port:py${python.version}-setuptools
2016-11-02 21:25:53 -07:00
livecheck.type none
}