1 | # $Id: Portfile 74083 2010-12-04 19:36:33Z blair@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-importlib |
---|
7 | version 1.0.2 |
---|
8 | categories python |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | homepage http://svn.python.org/view/sandbox/trunk/importlib/ |
---|
12 | description This package contains the code from importlib as found in Python 2.7 |
---|
13 | |
---|
14 | master_sites http://pypi.python.org/packages/source/i/importlib |
---|
15 | distname importlib-${version} |
---|
16 | checksums md5 4aa23397da8bd7c7426864e88e4db7e1 |
---|
17 | |
---|
18 | livecheck.type regex |
---|
19 | livecheck.url http://pypi.python.org/pypi/importlib |
---|
20 | livecheck.regex {importlib ([0-9]+\.[0-9]+(?:\.[0-9]+)?)} |
---|