# -*- 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 PortGroup select 1.0 PortGroup github 1.0 github.setup eliben pss 1.41 v name py-pss categories-append devel platforms darwin license public-domain supported_archs noarch maintainers nomaintainer description pss is a tool for grepping through source code long_description ${description} checksums rmd160 873b1682efcc6905c74f64ba696469f06d9e0b82 \ sha256 bbd3804dfca1249b0cf3e5b81e67360c6bfd8544a93cb52b86089a0b80b95a44 python.versions 27 34 if {${name} ne ${subport}} { depends_run port:py-pss_select select.group py-pss select.file ${filespath}/py${python.version}-pss livecheck.type none notes " To make the Python ${python.branch} version of py-pss the one that is run\ when you execute the commands without a version suffix, e.g. 'pss', run: port select --set ${select.group} [file tail ${select.file}] " }