# -*- 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-importlib version 1.0.2 platforms darwin maintainers nomaintainer license PSF python.versions 24 25 26 homepage http://pypi.python.org/pypi/importlib description This package contains the code from importlib as found in Python 2.7 long_description ${description} master_sites http://pypi.python.org/packages/source/i/importlib distname importlib-${version} checksums rmd160 0bd0d01f4e419340066c29e3e09ddc182b96f8d1 \ sha256 24d0966aa76859b288485803f310076512f87377e6c9afe9c28c52a8ccdd328c livecheck.type regex livecheck.url ${homepage} livecheck.regex {importlib ([0-9]+\.[0-9]+(?:\.[0-9]+)?)}