Ticket #50136: Portfile-py-ly.diff

File Portfile-py-ly.diff, 1.1 KB (added by dliessi (Davide Liessi), 8 years ago)
  • python/py-ly/Portfile

    diff --git python/py-ly/Portfile python/py-ly/Portfile
    index 33adf1e..4d99ee0 100644
    set _name python-ly 
    88set _n              [string index ${_name} 0]
    99
    1010name                py-ly
    11 version             0.9.2
     11version             0.9.3
    1212platforms           darwin
    1313supported_archs     noarch
    1414license             GPL-2+
    homepage https://github.com/wbsoft/${_name} 
    2323master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
    2424distname            ${_name}-${version}
    2525
    26 checksums           md5     f1b8eeeea96da74d65562bdda13291f5 \
    27                     rmd160  8c5237b771ff0e51add3965e9104a691580555de \
    28                     sha256  a231b8f8977966afff70a840fb5baa1d3d263d5a9565ca9a5b28c398307952af
     26checksums           md5     3c7d14d125b25cc63998459c788e69c1 \
     27                    rmd160  285af950d98b102b8dbcd9cd7a1eae66511046f7 \
     28                    sha256  1450f124072c72b5bfbb86f8d0fefd0b999af57ea6c55289272a3a84adb2caf8
    2929
    30 python.versions     27 34
     30python.versions     27 34 35
    3131
    3232build {}
    3333