Changeset 98905


Ignore:
Timestamp:
Oct 20, 2012, 4:06:00 PM (12 years ago)
Author:
jmr@…
Message:

py-futures: license, noarch, fix stub

File:
1 edited

Legend:

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

    r97935 r98905  
    88version         2.1.3
    99revision        1
    10 categories              python
    1110python.versions 26 27 31 32
    12 python.default_version 27
    1311platforms               darwin
     12supported_archs noarch
     13license         BSD
    1414maintainers             phw openmaintainer
    15 description         A Java-style futures package for Python     
     15description         A Java-style futures package for Python
    1616long_description        ${description}
    1717
    1818
    1919homepage                http://code.google.com/p/pythonfutures/
    20 master_sites    ${homepage}
    2120
    22 fetch.type   svn
    23 svn.url         http://pythonfutures.googlecode.com/svn/trunk/
    24 svn.revision    103
    25 worksrcdir      trunk
    26 
    27 livecheck.type  regex
    28 livecheck.url   http://pypi.python.org/pypi/futures
    29 livecheck.regex "futures (\\d+(?:\\.\\d+)*)"
    30 
     21if {$subport != $name} {
     22    fetch.type      svn
     23    svn.url         http://pythonfutures.googlecode.com/svn/trunk/
     24    svn.revision    103
     25    worksrcdir      trunk
     26    livecheck.type  none
     27} else {
     28    livecheck.type  regex
     29    livecheck.url   http://pypi.python.org/pypi/futures
     30    livecheck.regex "futures (\\d+(?:\\.\\d+)*)"
     31}
Note: See TracChangeset for help on using the changeset viewer.