# -*- 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-pathlib2 version 2.1.0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 27 maintainers stromnov openmaintainer description Backport of pathlib from Python 3.4+ long_description ${description} homepage https://pypi.python.org/pypi/pathlib2/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 78b3c9f3bf8b8d377991ad64051f013e99b81ece \ sha256 deb3a960c1d55868dfbcac98432358b92ba89d95029cddd4040db1f27405055c if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-six livecheck.type none } else { livecheck.type pypi }