# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-isort version 4.2.5 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 27 34 35 maintainers nomaintainer description A Python utility / library to sort Python imports. long_description isort is a Python utility / library to sort imports \ alphabetically, and automatically separated into sections. \ It provides a command line utility, Python library and \ plugins for various editors to quickly sort all your \ imports. homepage https://github.com/timothycrosley/isort/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname isort-${version} checksums rmd160 bd8e921d3694dc258d36eb226ba6d575dcb4e55e \ sha256 56b20044f43cf6e6783fe95d054e754acca52dd43fbe9277c1bdff835537ea5c if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }