Revision: 149054 https://trac.macports.org/changeset/149054 Author: aronnax@macports.org Date: 2016-05-26 11:15:03 -0700 (Thu, 26 May 2016) Log Message: ----------- py-bpython: update to 0.15 Modified Paths: -------------- trunk/dports/python/bpython_select/Portfile trunk/dports/python/bpython_select/files/base trunk/dports/python/py-bpython/Portfile trunk/dports/python/py-bpython/files/bpython27 trunk/dports/python/py-bpython/files/bpython34 Modified: trunk/dports/python/bpython_select/Portfile =================================================================== --- trunk/dports/python/bpython_select/Portfile 2016-05-26 18:09:21 UTC (rev 149053) +++ trunk/dports/python/bpython_select/Portfile 2016-05-26 18:15:03 UTC (rev 149054) @@ -5,8 +5,7 @@ PortGroup select 1.0 name bpython_select -version 0.1 -revision 0 +version 0.15 categories python license BSD Modified: trunk/dports/python/bpython_select/files/base =================================================================== --- trunk/dports/python/bpython_select/files/base 2016-05-26 18:09:21 UTC (rev 149053) +++ trunk/dports/python/bpython_select/files/base 2016-05-26 18:15:03 UTC (rev 149054) @@ -1,5 +1,6 @@ +bin/bpdb bin/bpython -bin/bpython-gtk +bin/bpython-curses bin/bpython-urwid share/man/man1/bpython.1 share/man/man5/bpython-config.5 Modified: trunk/dports/python/py-bpython/Portfile =================================================================== --- trunk/dports/python/py-bpython/Portfile 2016-05-26 18:09:21 UTC (rev 149053) +++ trunk/dports/python/py-bpython/Portfile 2016-05-26 18:15:03 UTC (rev 149054) @@ -4,9 +4,11 @@ PortSystem 1.0 PortGroup python 1.0 PortGroup select 1.0 +PortGroup github 1.0 -name py-bpython -version 0.14.2 +github.setup bpython bpython 0.15 +git.branch ${version}-release +name py-${name} platforms darwin supported_archs noarch maintainers aronnax openmaintainer @@ -16,11 +18,8 @@ Unix-like operating systems homepage http://www.bpython-interpreter.org/ -master_sites ${homepage}releases/ -distname bpython-${version} -checksums md5 ce27e0b6092058e0233958c86a7df500 \ - rmd160 d860328774180e2dd475fa7a3d8b9c0195695efb \ - sha256 d1f03c9b64a67219ef41aec258c95f192ade5fd187d48fe61b15c1f1d707e302 +checksums rmd160 4cc29cb68a994a663fae0f04d58512ce80370c97 \ + sha256 83f1f5dda59a800b3db7b604e018ee35006e97c82797b7030cf9361f28f50bb7 python.versions 27 34 @@ -58,7 +57,5 @@ port select --set ${select.group} [file tail ${select.file}] " } else { - livecheck.type regex - livecheck.url [lindex ${master_sites} 0] - livecheck.regex bpython-(\\d+(\\.\\d+)*)[quotemeta ${extract.suffix}] + livecheck.regex archive/(\[^"\]+)-release${extract.suffix} } Modified: trunk/dports/python/py-bpython/files/bpython27 =================================================================== --- trunk/dports/python/py-bpython/files/bpython27 2016-05-26 18:09:21 UTC (rev 149053) +++ trunk/dports/python/py-bpython/files/bpython27 2016-05-26 18:15:03 UTC (rev 149054) @@ -1,5 +1,6 @@ +bin/bpdb-2.7 bin/bpython-2.7 -bin/bpython-gtk-2.7 +bin/bpython-curses-2.7 bin/bpython-urwid-2.7 ${frameworks_dir}/Python.framework/Versions/2.7/share/man/man1/bpython.1 ${frameworks_dir}/Python.framework/Versions/2.7/share/man/man5/bpython-config.5 Modified: trunk/dports/python/py-bpython/files/bpython34 =================================================================== --- trunk/dports/python/py-bpython/files/bpython34 2016-05-26 18:09:21 UTC (rev 149053) +++ trunk/dports/python/py-bpython/files/bpython34 2016-05-26 18:15:03 UTC (rev 149054) @@ -1,5 +1,6 @@ +bin/bpdb-3.4 bin/bpython-3.4 -bin/bpython-gtk-3.4 +bin/bpython-curses-3.4 bin/bpython-urwid-3.4 ${frameworks_dir}/Python.framework/Versions/3.4/share/man/man1/bpython.1 ${frameworks_dir}/Python.framework/Versions/3.4/share/man/man5/bpython-config.5