Ticket #30449: Portfile

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