[153905] trunk/dports/python/py-bpython/Portfile

aronnax at macports.org aronnax at macports.org
Sat Oct 15 17:30:23 CEST 2016


Revision: 153905
          https://trac.macports.org/changeset/153905
Author:   aronnax at macports.org
Date:     2016-10-15 08:30:23 -0700 (Sat, 15 Oct 2016)
Log Message:
-----------
py-bpython: update to 0.16

Modified Paths:
--------------
    trunk/dports/python/py-bpython/Portfile

Modified: trunk/dports/python/py-bpython/Portfile
===================================================================
--- trunk/dports/python/py-bpython/Portfile	2016-10-15 15:29:21 UTC (rev 153904)
+++ trunk/dports/python/py-bpython/Portfile	2016-10-15 15:30:23 UTC (rev 153905)
@@ -8,8 +8,8 @@
 
 # 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 @@
                         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 @@
                             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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161015/4286f7b6/attachment-0002.html>


More information about the macports-changes mailing list