New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82450


Ignore:
Timestamp:
08/13/11 16:53:19 (4 years ago)
Author:
ram@…
Message:

python/py*-pyfftw3: unify

Location:
trunk/dports/python
Files:
1 deleted
1 edited
1 moved

Legend:

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

    r73014 r82450  
    22 
    33PortSystem    1.0 
    4 PortGroup     python27 1.0 
     4PortGroup     python 1.0 
    55 
    6 name          py27-pyfftw3 
     6name          py-pyfftw3 
    77version       0.2.1 
    88set branch    [join [lrange [split ${version} .] 0 1] .] 
    99categories    python math 
    1010platforms     darwin 
     11supported_archs noarch 
     12license       GPL 
    1113maintainers   ram openmaintainer 
    1214 
     
    1820master_sites  http://launchpad.net/pyfftw/trunk/${version}/+download/ 
    1921distname      PyFFTW3-${version} 
     22 
     23python.default_version 27 
     24python.versions 26 27 
    2025 
    2126checksums     md5     0066be45345591a6b4a97eb3779c7346 \ 
     
    3338} 
    3439 
    35 python.link_binaries no 
    36  
    37 universal_variant no 
    38  
    3940livecheck.type      regex 
    4041livecheck.url       ${homepage} 
Note: See TracChangeset for help on using the changeset viewer.