New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82878


Ignore:
Timestamp:
08/21/11 04:01:46 (4 years ago)
Author:
elelay@…
Message:

py*-mygpoclient: use unified python portgroup

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

Legend:

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

    r72378 r82878  
    33 
    44PortSystem          1.0 
    5 PortGroup           python27 1.0 
     5PortGroup           python 1.0 
    66 
    7 name                py27-mygpoclient 
     7name                py-mygpoclient 
    88version             1.5 
     9python.versions     25 26 27 
     10python.default_version 27 
    911categories-append   net 
    1012license             GPLv3 
     
    2628                    rmd160  dff7d522e0ac40445c5633c7860ca1c9c21da660 
    2729 
    28 depends_lib         port:py27-simplejson 
     30depends_lib         port:py${python.version}-simplejson 
    2931 
    3032livecheck.type      regex 
Note: See TracChangeset for help on using the changeset viewer.