# -*- 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-ropemode
version             0.5
revision            0

platforms           {darwin any}
supported_archs     noarch
license             GPL-2+
maintainers         nomaintainer

description         ropemode, a helper for using rope refactoring library in IDEs
long_description    {*}${description}

homepage            https://github.com/python-rope/ropemode

checksums           rmd160  72203fe4462fcdf88103bcb05b588f2596db54d6 \
                    sha256  e557bd8281117c4dddc0f42944f01d532d0ea48872dd0aa6d5a71fbcb836de45 \
                    size    12769

python.versions     27

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

    depends_lib-append \
                    port:py${python.version}-rope

    livecheck.type  none
}
