Changeset 99248


Ignore:
Timestamp:
Oct 30, 2012, 10:50:20 AM (12 years ago)
Author:
g5pw@…
Message:

python/dreampie:

  • add license
  • fix dependencies to use python 2.7 to avoid buildbot errors 'cause py24-pygtksourceview does not exist.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/dreampie/Portfile

    r99225 r99248  
    77
    88github.setup        noamraph dreampie 1.2.1
     9python.default_version 27
     10
    911maintainers         g5pw openmaintainer
    1012
     
    1214description         ${name} is a Python shell which is designed to be reliable and fun.
    1315long_description    ${description}
     16license             GPL-3
    1417
    1518platforms           darwin
     
    1720homepage            http://www.dreampie.org
    1821
    19 depends_lib         port:py${python.version}-pygtksourceview \
    20                     port:py${python.version}-gtk
     22depends_lib         port:py${python.default_version}-pygtksourceview \
     23                    port:py${python.default_version}-gtk
    2124
    2225checksums           rmd160  8f06039ee248c475ffa0586a794d10f1d62c15f7 \
    2326                    sha256  23de11004b33690cf4a1ee357c5535c7dfb872ee5f900a3c4c3e32b778caa3b8
    2427
    25 python.default_version 27
    2628python.link_binaries_suffix
Note: See TracChangeset for help on using the changeset viewer.