# -*- 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-py version 1.5.4 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 27 34 35 36 37 maintainers {stromnov @stromnov} openmaintainer description py lib is a Python development support library long_description The py lib is a Python development support library \ featuring ad-hoc distributed execution, micro-threads \ and svn abstractions. homepage http://pylib.readthedocs.org/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 ab83fe532160766d4deb8df7f527d3e2114cd414 \ sha256 3fd59af7435864e1a243790d322d763925431213b6b8529c6ca71081ace3bbf7 \ size 201448 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-setuptools_scm # Deactivate hack if {![catch {set installed [lindex [registry_active py${python.version}-py] 0]}]} { set py_version [lindex $installed 1] if {[vercmp $py_version 1.4] < 0} { registry_deactivate_composite py${python.version}-py "" [list ports_nodepcheck 1] } } livecheck.type none }