# -*- 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-pathtools
version             0.1.2

platforms           darwin
supported_archs     noarch
license             MIT
maintainers         {petr @petrrr} openmaintainer

description         File system general utilities
long_description    ${description}

homepage            http://pythonhosted.org/pathtools/
master_sites        pypi:p/${python.rootname}
distname            ${python.rootname}-${version}

checksums           md5     9a1af5c605768ea5804b03b734ff0f82 \
                    rmd160  cdc2001f64f953bcff70e1dd85d2527665a12272 \
                    sha256  7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0

python.versions     27 34 35 36 37

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

    livecheck.type  none
}
