# -*- 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
PortGroup           deprecated 1.0

name                py-south
version             1.0.2
revision            0
categories-append   www
license             Apache-2
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer
homepage            https://south.aeracode.org/
description         intelligent schema migrations for Django apps
long_description    South provides intelligent, database-independant, \
                    semi-automatic, schema migrations for Django apps.

python.rootname     South

checksums           rmd160  06811b4c67a758c275852867df433641ef6c946d \
                    sha256  d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4 \
                    size    96524

deprecated.upstream_support no
livecheck.type      none

python.versions     27

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools
}
