[143059] trunk/dports/python/py-bpython
aronnax at macports.org
aronnax at macports.org
Sat Dec 12 08:23:04 PST 2015
Revision: 143059
https://trac.macports.org/changeset/143059
Author: aronnax at macports.org
Date: 2015-12-02 11:51:39 -0800 (Wed, 02 Dec 2015)
Log Message:
-----------
py-bpython: update to 0.14.2
Modified Paths:
--------------
trunk/dports/python/py-bpython/Portfile
Removed Paths:
-------------
trunk/dports/python/py-bpython/files/bpython26
trunk/dports/python/py-bpython/files/bpython33
Modified: trunk/dports/python/py-bpython/Portfile
===================================================================
--- trunk/dports/python/py-bpython/Portfile 2015-12-02 19:51:11 UTC (rev 143058)
+++ trunk/dports/python/py-bpython/Portfile 2015-12-02 19:51:39 UTC (rev 143059)
@@ -6,8 +6,7 @@
PortGroup select 1.0
name py-bpython
-version 0.13.1
-revision 1
+version 0.14.2
platforms darwin
supported_archs noarch
maintainers aronnax openmaintainer
@@ -19,25 +18,24 @@
homepage http://www.bpython-interpreter.org/
master_sites ${homepage}releases/
distname bpython-${version}
-checksums md5 47b2ae18ee39d519752218b938024a85 \
- rmd160 432d75b5d16ef9c73878c7258793972ed364e379 \
- sha256 ee208a60a54f902a8c827f4a80fda8a6235790d59cc1fc089943df50936accae
+checksums md5 ce27e0b6092058e0233958c86a7df500 \
+ rmd160 d860328774180e2dd475fa7a3d8b9c0195695efb \
+ sha256 d1f03c9b64a67219ef41aec258c95f192ade5fd187d48fe61b15c1f1d707e302
-python.versions 26 27 33 34
+python.versions 27 34
if {${name} ne ${subport}} {
livecheck.type none
- depends_lib-append port:py${python.version}-parsing \
+ depends_lib-append port:py${python.version}-babel \
+ port:py${python.version}-curtsies \
+ port:py${python.version}-greenlet \
+ port:py${python.version}-parsing \
port:py${python.version}-pygments \
- port:py${python.version}-setuptools
+ port:py${python.version}-requests \
+ port:py${python.version}-setuptools \
+ port:py${python.version}-six
- # py-babel is only available for Python 2.x
- if {${python.branch} < 3} {
- depends_build-append \
- port:py${python.version}-babel
- }
-
depends_build-append port:py${python.version}-sphinx
depends_run-append port:py${python.version}-urwid \
@@ -47,12 +45,8 @@
select.file ${filespath}/bpython${python.version}
post-destroot {
- set pyetc ${destroot}${python.prefix}/etc
- xinstall -d ${pyetc}
set themedir ${destroot}${python.prefix}/share/themes
xinstall -d ${themedir}
-
- xinstall -W ${worksrcpath} sample-config ${pyetc}
xinstall -W ${worksrcpath} sample.theme light.theme \
${themedir}
}
Deleted: trunk/dports/python/py-bpython/files/bpython26
===================================================================
--- trunk/dports/python/py-bpython/files/bpython26 2015-12-02 19:51:11 UTC (rev 143058)
+++ trunk/dports/python/py-bpython/files/bpython26 2015-12-02 19:51:39 UTC (rev 143059)
@@ -1,7 +0,0 @@
-bin/bpython-2.6
-bin/bpython-gtk-2.6
-bin/bpython-urwid-2.6
-${frameworks_dir}/Python.framework/Versions/2.6/share/man/man1/bpython.1
-${frameworks_dir}/Python.framework/Versions/2.6/share/man/man5/bpython-config.5
-${frameworks_dir}/Python.framework/Versions/2.6/share/themes/light.theme
-${frameworks_dir}/Python.framework/Versions/2.6/share/themes/sample.theme
Deleted: trunk/dports/python/py-bpython/files/bpython33
===================================================================
--- trunk/dports/python/py-bpython/files/bpython33 2015-12-02 19:51:11 UTC (rev 143058)
+++ trunk/dports/python/py-bpython/files/bpython33 2015-12-02 19:51:39 UTC (rev 143059)
@@ -1,7 +0,0 @@
-bin/bpython-3.3
-bin/bpython-gtk-3.3
-bin/bpython-urwid-3.3
-${frameworks_dir}/Python.framework/Versions/3.3/share/man/man1/bpython.1
-${frameworks_dir}/Python.framework/Versions/3.3/share/man/man5/bpython-config.5
-${frameworks_dir}/Python.framework/Versions/3.3/share/themes/light.theme
-${frameworks_dir}/Python.framework/Versions/3.3/share/themes/sample.theme
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/627f4c0c/attachment-0001.html>
More information about the macports-changes
mailing list