[90343] trunk/dports/python
dports at macports.org
dports at macports.org
Fri Mar 2 14:40:27 PST 2012
Revision: 90343
http://trac.macports.org/changeset/90343
Author: dports at macports.org
Date: 2012-03-02 14:40:27 -0800 (Fri, 02 Mar 2012)
Log Message:
-----------
py-importlib: new port, v1.0.2 (#30449)
Added Paths:
-----------
trunk/dports/python/py-importlib/
trunk/dports/python/py-importlib/Portfile
Added: trunk/dports/python/py-importlib/Portfile
===================================================================
--- trunk/dports/python/py-importlib/Portfile (rev 0)
+++ trunk/dports/python/py-importlib/Portfile 2012-03-02 22:40:27 UTC (rev 90343)
@@ -0,0 +1,28 @@
+# -*- 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
+categories python
+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]+)?)}
Property changes on: trunk/dports/python/py-importlib/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120302/f9c5ad0d/attachment-0001.html>
More information about the macports-changes
mailing list