Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 39662

Show
Ignore:
Timestamp:
08/28/08 10:32:31 (3 months ago)
Author:
erickt@…
Message:

Revert python30 and py30-hashlib back to 3.0b3 (undoing inadvertent changes made in r39654)

Location:
trunk/dports
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/python30/Portfile

    r39654 r39662  
    44 
    55name                    python30 
    6 version                 3.0a3 
    7 revision                5 
     6version                 3.0b3 
    87set major               3 
    98set branch              3.0 
     
    1413description             An interpreted, object-oriented programming language 
    1514long_description        Python is an interpreted, interactive, object-oriented \ 
    16                         programming language. This version is an ALPHA release! 
     15                        programming language. This version is a BETA release! 
    1716 
    1817homepage                http://www.python.org/ 
    19 master_sites            ${homepage}/ftp/python/${version}/ \ 
    20                         ftp://ftp.python.org/pub/python/${version}/ \ 
    21                         ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${version}/ \ 
    22                         ftp://ftp.python.jp/pub/python/${version}/ 
     18master_sites            ${homepage}/ftp/python/${branch}/ \ 
     19                        ftp://ftp.python.org/pub/python/${branch}/ \ 
     20                        ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${branch}/ \ 
     21                        ftp://ftp.python.jp/pub/python/${branch}/ 
    2322 
    2423distname                Python-${version} 
    25 extract.suffix          .tgz 
     24use_bzip2               yes 
    2625 
    27 checksums               md5 ec525b7e7fe4383e8394fab721663252 
     26checksums               md5 91d44362c73dcc423ec51973ed4082fe \ 
     27                        sha1 bcaf250904c5578acebed7289782ba8b29e0fe1a \ 
     28                        rmd160 a4e97e18d198a42d8ac3297815292bd2be3d6ee4 
    2829 
    2930patchfiles              patch-setup.py.diff \ 
     
    9394livecheck.check         regex 
    9495livecheck.url           ${homepage}download/releases/ 
    95 livecheck.regex         Python (${branch}a\[0-9\]+) 
     96livecheck.regex         Python (${branch}b\[0-9\]+) 
  • trunk/dports/python/py30-hashlib/Portfile

    r39654 r39662  
    22 
    33PortSystem 1.0 
    4 #PortGroup python30 1.0 
    5 # begin group code (remove this when the python30 group code becomes available) 
    6 set python.bin  ${prefix}/bin/python3.0 
    7 categories              python 
    8 depends_lib             port:python30 
    9 use_configure   no 
    10 build.cmd               ${python.bin} setup.py 
    11 build.target    build 
    12 destroot.cmd    ${python.bin} setup.py 
    13 destroot.destdir        --prefix=${prefix}/Library/Frameworks/Python.framework/Versions/3.0 --root=${destroot} 
    14 # end group code 
     4PortGroup python30 1.0 
    155 
    166name                    py30-hashlib 
    17 version                 3.0a3 
     7version                 3.0b3 
    188categories              python 
    199platforms               darwin 
     
    2717distname                Python-${version} 
    2818dist_subdir             python30 
    29 checksums               md5 ec525b7e7fe4383e8394fab721663252 
    30 extract.suffix          .tgz 
     19 
     20 
     21checksums               md5 91d44362c73dcc423ec51973ed4082fe \ 
     22                        sha1 bcaf250904c5578acebed7289782ba8b29e0fe1a \ 
     23                        rmd160 a4e97e18d198a42d8ac3297815292bd2be3d6ee4 
     24use_bzip2               yes 
    3125 
    3226depends_lib-append      port:openssl 
     
    4741livecheck.url   http://www.python.org/download/releases/3.0/ 
    4842livecheck.regex /3.0/Python-(\[0-9a-z.\]+)\\.tgz 
    49