# $Id: Portfile 117703 2014-03-08 18:17:38Z g5pw@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pathtools
set real_name       pathtools
version             0.1.2
maintainers         nomaintainer
platforms           darwin
description         File system general utilities
long_description    ${description}
license             MIT
supported_archs     noarch

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

checksums           md5     9a1af5c605768ea5804b03b734ff0f82 \
                    rmd160  cdc2001f64f953bcff70e1dd85d2527665a12272 \
                    sha256  7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0

python.versions     27 33 34

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