py-bpython: update to 0.16

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@153905 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Leo Singer
2016-10-15 15:30:23 +00:00
parent 3a7e2b1add
commit 81d918219f
+10 -8
View File
@@ -8,8 +8,8 @@ PortGroup github 1.0
# FIXME: bpython uses a version *suffix* instead of a *prefix*.
# Add support to github portgroup for version suffix?
github.setup bpython bpython 0.15-release
version 0.15
github.setup bpython bpython 0.16-release
version 0.16
distname ${name}-${version}
name py-${name}
@@ -22,16 +22,15 @@ long_description a fancy interface to the Python interpreter for \
Unix-like operating systems
homepage http://www.bpython-interpreter.org/
checksums rmd160 969679b0c0fbe7e7d51611bbe55c873f90773300 \
sha256 28160d6eadbdc09c49b098bf6dc1bd1af4cbc2741093c3c41466bc3ea5e29308
checksums rmd160 258763b4cfaaf16e8ae10448d0cb7684138de87a \
sha256 858f6a1c90279a41891568787b1c4d6ef1fa703f5a250792bc3746dfaec45de0
python.versions 27 34
if {${name} ne ${subport}} {
livecheck.type none
depends_lib-append port:py${python.version}-babel \
port:py${python.version}-curtsies \
depends_lib-append port:py${python.version}-curtsies \
port:py${python.version}-greenlet \
port:py${python.version}-parsing \
port:py${python.version}-pygments \
@@ -39,9 +38,12 @@ if {${name} ne ${subport}} {
port:py${python.version}-setuptools \
port:py${python.version}-six
depends_build-append port:py${python.version}-sphinx
depends_build-append port:py${python.version}-babel \
port:py${python.version}-sphinx
depends_run-append port:py${python.version}-urwid \
depends_run-append port:py${python.version}-jedi \
port:py${python.version}-urwid \
port:py${python.version}-watchdog \
port:bpython_select
select.group bpython