# -*- 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.40 v name py-pss categories-append devel platforms darwin license public-domain supported_archs noarch maintainers sean openmaintainer description pss is a tool for grepping through source code long_description ${description} checksums rmd160 0042795911120e56122c64a89f656198a2834780 \ sha256 e2b16ec266af8828ca73d9918cb25f4d34601a6a1bd9049f765e61ed02f6f710 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}] " }