[149275] trunk/dports/python
khindenburg at macports.org
khindenburg at macports.org
Wed Jun 8 17:53:19 PDT 2016
Revision: 149275
https://trac.macports.org/changeset/149275
Author: khindenburg at macports.org
Date: 2016-06-08 17:53:19 -0700 (Wed, 08 Jun 2016)
Log Message:
-----------
py-apptools: update to 4.4.0
py-envisage: update to 4.5.1
py-mayavi: update to 4.4.4
py-pyface: update to 5.1.0
py-traits:
py-traitsui: update to 5.1.0
Add python 3.5 for all; maintainer #51548
python 3.4 not added as vtk doesn't have +python34
Modified Paths:
--------------
trunk/dports/python/py-apptools/Portfile
trunk/dports/python/py-envisage/Portfile
trunk/dports/python/py-mayavi/Portfile
trunk/dports/python/py-pyface/Portfile
trunk/dports/python/py-traits/Portfile
trunk/dports/python/py-traitsui/Portfile
Removed Paths:
-------------
trunk/dports/python/py-mayavi/files/
Modified: trunk/dports/python/py-apptools/Portfile
===================================================================
--- trunk/dports/python/py-apptools/Portfile 2016-06-09 00:46:34 UTC (rev 149274)
+++ trunk/dports/python/py-apptools/Portfile 2016-06-09 00:53:19 UTC (rev 149275)
@@ -5,7 +5,7 @@
PortGroup python 1.0
PortGroup github 1.0
-github.setup enthought apptools 4.3.0
+github.setup enthought apptools 4.4.0
name py-apptools
categories-append devel
@@ -20,10 +20,10 @@
These packages are distributed together as the AppTools project.
platforms darwin
-checksums rmd160 bf03f8834e117486d4e28ac2b69d881f260ee0a8 \
- sha256 4907cc590b6e8c3fcdc676eb547c4e9a817fd3da6fe4216e6384f0f9a96004b1
+checksums rmd160 004958cc00d28caf83045497c813880cdbf7f1ee \
+ sha256 eb80e3ba421de2c3665a7f83bd3e3588d291013b3dd1d46e816124d62a53e163
-python.versions 27
+python.versions 27 35
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
Modified: trunk/dports/python/py-envisage/Portfile
===================================================================
--- trunk/dports/python/py-envisage/Portfile 2016-06-09 00:46:34 UTC (rev 149274)
+++ trunk/dports/python/py-envisage/Portfile 2016-06-09 00:53:19 UTC (rev 149275)
@@ -5,7 +5,7 @@
PortGroup python 1.0
PortGroup github 1.0
-github.setup enthought envisage 4.4.0
+github.setup enthought envisage 4.5.1
name py-envisage
categories-append devel
@@ -20,10 +20,10 @@
platforms darwin
supported_archs noarch
-checksums rmd160 9ca289fdfc8614c8637c63d6f6b2e4ccdf42156f \
- sha256 7773ea6e3aaee44cb71d9b8121f30e312a67927ace2cb5e3226c8a172f456bcf
+checksums rmd160 aacd17f0d3904cf815ac577ff3b900e647a25f37 \
+ sha256 b89ca690b4a357a93f179fc7501e6272cbe595285c625fc5d4ab8d3c533449c9
-python.versions 26 27
+python.versions 27 35
if {${name} ne ${subport}} {
depends_build port:py${python.version}-setuptools
Modified: trunk/dports/python/py-mayavi/Portfile
===================================================================
--- trunk/dports/python/py-mayavi/Portfile 2016-06-09 00:46:34 UTC (rev 149274)
+++ trunk/dports/python/py-mayavi/Portfile 2016-06-09 00:53:19 UTC (rev 149275)
@@ -6,7 +6,7 @@
PortGroup active_variants 1.1
PortGroup github 1.0
-github.setup enthought mayavi 4.4.3
+github.setup enthought mayavi 4.4.4
name py-mayavi
categories-append devel graphics math
@@ -18,15 +18,12 @@
license BSD
platforms darwin
-checksums rmd160 018c6fba74f1cb4809a9f65610e44626536525af \
- sha256 37baa7cf539886be8cb0d8cccb66704ee85e7d5570962ad07caf69de30d76e8d
+checksums rmd160 58e80831bfa1f84f88ce4d74d2da9fd542749ded \
+ sha256 7e6ca0a1f33efcee632da78e5903af27a4413230357344f846dd0f02af4e4410
-python.versions 27
+python.versions 27 35
if {${name} ne ${subport}} {
- patchfiles mayaviPR-247.diff
- patch.pre_args -p1
-
depends_build-append port:py${python.version}-setuptools \
port:py${python.version}-sphinx
depends_lib-append port:py${python.version}-apptools \
Modified: trunk/dports/python/py-pyface/Portfile
===================================================================
--- trunk/dports/python/py-pyface/Portfile 2016-06-09 00:46:34 UTC (rev 149274)
+++ trunk/dports/python/py-pyface/Portfile 2016-06-09 00:53:19 UTC (rev 149275)
@@ -7,7 +7,7 @@
PortGroup github 1.0
PortGroup wxWidgets 1.0
-github.setup enthought pyface 5.0.0
+github.setup enthought pyface 5.1.0
name py-pyface
categories-append devel
@@ -21,10 +21,10 @@
"visualization" features of the Traits package.
platforms darwin
-checksums rmd160 7636efce0c823be7d1f8b5693638dd1824fc8a5c \
- sha256 b4eb562f5c805580bdb8842a05f2b4dc4ca19b737c6ac0c3f87a256a93183326
+checksums rmd160 b8f32c8c7606977fc2aa3c8201769048182ebcba \
+ sha256 ba3af8605c4fcafdd0713955f7a752e6a6444cd7456a3604ede2e842768025de
-python.versions 27
+python.versions 27 35
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
Modified: trunk/dports/python/py-traits/Portfile
===================================================================
--- trunk/dports/python/py-traits/Portfile 2016-06-09 00:46:34 UTC (rev 149274)
+++ trunk/dports/python/py-traits/Portfile 2016-06-09 00:53:19 UTC (rev 149275)
@@ -21,7 +21,7 @@
checksums rmd160 7bfc711e951867ed112d798f4d204f5ace39c335 \
sha256 e87de459f1ec7c57813b84b6e395a98afed5660a0920b2829b2af7699a35c5e0
-python.versions 26 27
+python.versions 27 35
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
Modified: trunk/dports/python/py-traitsui/Portfile
===================================================================
--- trunk/dports/python/py-traitsui/Portfile 2016-06-09 00:46:34 UTC (rev 149274)
+++ trunk/dports/python/py-traitsui/Portfile 2016-06-09 00:53:19 UTC (rev 149275)
@@ -5,7 +5,7 @@
PortGroup python 1.0
PortGroup github 1.0
-github.setup enthought traitsui 5.0.0
+github.setup enthought traitsui 5.1.0
name py-traitsui
categories-append devel
@@ -18,10 +18,10 @@
"visualization" features of the Traits package.
platforms darwin
-checksums rmd160 1e171d50119cd99324c543977076d401b3c00f00 \
- sha256 4788141680a47d19952661b35dd48955ac0f568600abdc453237832ab4487f13
+checksums rmd160 2135fd90e51f3470f1dbfbe01303de24d7a99e48 \
+ sha256 93fe84a9cfe04eb3a3169083de71b68f7292be3498f378feafd5caa2c776c26a
-python.versions 27
+python.versions 27 35
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160608/228417f1/attachment.html>
More information about the macports-changes
mailing list