New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79822


Ignore:
Timestamp:
06/26/11 21:49:02 (4 years ago)
Author:
jeremyhu@…
Message:

py27-pygtksourceview: New port based on py26-pygtksourceview

Location:
trunk/dports/python/py27-pygtksourceview
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py27-pygtksourceview/Portfile

    r71061 r79822  
    44PortSystem      1.0 
    55 
    6 name            py26-pygtksourceview 
     6name            py27-pygtksourceview 
    77version         2.10.1 
    88set branch      [join [lrange [split ${version} .] 0 1] .] 
    99categories      python x11 
    1010platforms       darwin 
    11 maintainers     nodamage.com:nodamage openmaintainer 
     11maintainers     nomaintainer 
    1212description     Python bindings for GtkSourceView2 
    1313long_description ${description} 
     
    2424                port:libxslt 
    2525 
    26 depends_lib     port:py26-gobject \ 
    27                 port:py26-gtk \ 
     26depends_lib     port:py27-gobject \ 
     27                port:py27-gtk \ 
    2828                port:gtksourceview2 
    2929 
    30 configure.python    ${prefix}/bin/python2.6 
    31 set python_prefix   ${frameworks_dir}/Python.framework/Versions/2.6 
     30configure.python    ${prefix}/bin/python2.7 
     31set python_prefix   ${frameworks_dir}/Python.framework/Versions/2.7 
    3232configure.pre_args  --prefix=${python_prefix} 
    33 configure.args      --includedir=${python_prefix}/include/python2.6 
     33configure.args      --includedir=${python_prefix}/include/python2.7 
    3434configure.pkg_config_path  ${python_prefix}/lib/pkgconfig:${prefix}/lib/pkgconfig 
    3535 
Note: See TracChangeset for help on using the changeset viewer.