Changeset 98399


Ignore:
Timestamp:
Oct 4, 2012, 5:26:51 PM (12 years ago)
Author:
adfernandes@…
Message:

py-nose: add python33 support

Location:
trunk/dports/python/py-nose
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-nose/Portfile

    r97941 r98399  
    3333                    sha256  2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a6ca7d9
    3434
    35 python.versions     24 25 26 27 31 32
     35python.versions     24 25 26 27 31 32 33
    3636
    3737# already installs version-suffixed executables
     
    4242if {$subport != $name} {
    4343    select.group        nosetests
    44     select.file         ${filespath}/nosetests${python.version} 
     44    select.file         ${filespath}/nosetests${python.version}
    4545
    4646    depends_lib     port:py${python.version}-distribute
     
    4848    post-patch {
    4949        reinplace "s|man/man|share/man/man|" ${worksrcpath}/setup.py
    50    
     50
    5151        # One of the tests fails if this directory does not exist
    5252        file mkdir ${worksrcpath}/functional_tests/support/empty
Note: See TracChangeset for help on using the changeset viewer.