# -*- 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-setuptools_scm version 1.15.0 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Package to manage versions by scm tags. long_description ${description} homepage https://github.com/pypa/setuptools_scm/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 b91bf70229673f4523205eb7138f11f41f7a97d8 \ sha256 daf12d05aa2155a46aa357453757ffdc47d87f839e62114f042bceac6a619e2f if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }