# -*- 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-path version 8.2.1 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description A module wrapper for os.path. long_description ${description} homepage http://github.com/jaraco/path.py master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}.py distname ${python.rootname}.py-${version} checksums rmd160 694394973214b3e999ed0678a9dc3a85b438be36 \ sha256 c9ad2d462a7f8d7f6f6d2b89220bd50425221e399a4b8dfe5fa6725eb26fd708 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-setuptools_scm livecheck.type none } else { livecheck.type pypi livecheck.name ${python.rootname}.py }