[145686] trunk/dports/python

devans at macports.org devans at macports.org
Fri Feb 12 15:12:20 PST 2016


Revision: 145686
          https://trac.macports.org/changeset/145686
Author:   devans at macports.org
Date:     2016-02-12 15:12:20 -0800 (Fri, 12 Feb 2016)
Log Message:
-----------
py-bob*: maintainer update to release 2.1.0, add new port py-bob-io-audio (#50604, #50605).

Modified Paths:
--------------
    trunk/dports/python/py-bob/Portfile
    trunk/dports/python/py-bob-ap/Portfile
    trunk/dports/python/py-bob-blitz/Portfile
    trunk/dports/python/py-bob-core/Portfile
    trunk/dports/python/py-bob-db-atnt/Portfile
    trunk/dports/python/py-bob-db-base/Portfile
    trunk/dports/python/py-bob-db-iris/Portfile
    trunk/dports/python/py-bob-db-mnist/Portfile
    trunk/dports/python/py-bob-db-verification-utils/Portfile
    trunk/dports/python/py-bob-db-wine/Portfile
    trunk/dports/python/py-bob-extension/Portfile
    trunk/dports/python/py-bob-io-base/Portfile
    trunk/dports/python/py-bob-io-image/Portfile
    trunk/dports/python/py-bob-io-matlab/Portfile
    trunk/dports/python/py-bob-io-video/Portfile
    trunk/dports/python/py-bob-ip-base/Portfile
    trunk/dports/python/py-bob-ip-color/Portfile
    trunk/dports/python/py-bob-ip-draw/Portfile
    trunk/dports/python/py-bob-ip-facedetect/Portfile
    trunk/dports/python/py-bob-ip-gabor/Portfile
    trunk/dports/python/py-bob-ip-optflow-hornschunck/Portfile
    trunk/dports/python/py-bob-ip-optflow-liu/Portfile
    trunk/dports/python/py-bob-learn-activation/Portfile
    trunk/dports/python/py-bob-learn-boosting/Portfile
    trunk/dports/python/py-bob-learn-em/Portfile
    trunk/dports/python/py-bob-learn-libsvm/Portfile
    trunk/dports/python/py-bob-learn-linear/Portfile
    trunk/dports/python/py-bob-learn-mlp/Portfile
    trunk/dports/python/py-bob-math/Portfile
    trunk/dports/python/py-bob-measure/Portfile
    trunk/dports/python/py-bob-sp/Portfile

Added Paths:
-----------
    trunk/dports/python/py-bob-io-audio/
    trunk/dports/python/py-bob-io-audio/Portfile

Modified: trunk/dports/python/py-bob/Portfile
===================================================================
--- trunk/dports/python/py-bob/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -8,7 +8,7 @@
 PortGroup                    compiler_blacklist_versions 1.0 
 
 name                         py-bob
-version                      2.0.7
+version                      2.1.0
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 
@@ -27,15 +27,15 @@
                              and C++ and is designed to be both efficient and to \
                              reduce development time.
 
-github.setup                idiap bob 2.0.7 v
+github.setup                idiap bob 2.1.0 v
 
 python.versions              27 34
 python.default_version       27
 
 
 
-checksums                    rmd160  8e61f7fabdbf6a9ba8b5cb4499336d2f03141835 \
-                             sha256  5cb3dd0e6316d9fe026b119f6462699250a175bd19571618c3ce9d971e8e6339
+checksums                    rmd160  465ac53ed7893cc82201928337ef1e2db60bdded \
+                             sha256  5946ad6f9332afd3d597fcb4dfab9026245448b6775f29d0f57b7ded083edd73
 
 
 
@@ -58,6 +58,7 @@
       port:vlfeat \
       port:libsvm \
       port:boost \
+      port:sox \
       port:py${python.version}-sphinx \
       port:py${python.version}-setuptools \
       port:py${python.version}-numpy \
@@ -77,6 +78,7 @@
       port:py${python.version}-bob-db-base \
       port:py${python.version}-bob-io-image \
       port:py${python.version}-bob-io-video \
+      port:py${python.version}-bob-io-audio \
       port:py${python.version}-bob-io-matlab \
       port:py${python.version}-bob-ip-base \
       port:py${python.version}-bob-ip-color \

Modified: trunk/dports/python/py-bob-ap/Portfile
===================================================================
--- trunk/dports/python/py-bob-ap/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-ap/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-ap
 version                      2.0.4
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-blitz/Portfile
===================================================================
--- trunk/dports/python/py-bob-blitz/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-blitz/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-blitz
 version                      2.0.8
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-core/Portfile
===================================================================
--- trunk/dports/python/py-bob-core/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-core/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -8,7 +8,7 @@
 PortGroup                    compiler_blacklist_versions 1.0
 
 name                         py-bob-core
-version                      2.0.6
+version                      2.1.0
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 
@@ -27,15 +27,15 @@
                              and C++ and is designed to be both efficient and to \
                              reduce development time.
 
-github.setup                 bioidiap bob.core 2.0.6 v
+github.setup                 bioidiap bob.core 2.1.0 v
 
 
 python.versions              27 34
 python.default_version       27
 
 
-checksums                    rmd160  8429645dc2c00a5c59c773e19acf5eff931e7734 \
-                             sha256  7d2d2814eb3988af100dfb4876332e0f55809058c087da43068e573b3a06e614
+checksums                    rmd160  ec5320857149ad95c4e952c874c7f328efa52591 \
+                             sha256  5ded78287fe0e6165a0cf6628c73f8285e16d1e7f35d6033ab257b19c5e7ba31
 
 
 if {$subport ne $name} {

Modified: trunk/dports/python/py-bob-db-atnt/Portfile
===================================================================
--- trunk/dports/python/py-bob-db-atnt/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-db-atnt/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-db-atnt
 version                      2.0.3
-revision                     2
+revision                     3
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-db-base/Portfile
===================================================================
--- trunk/dports/python/py-bob-db-base/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-db-base/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-db-base
 version                      2.0.5
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-db-iris/Portfile
===================================================================
--- trunk/dports/python/py-bob-db-iris/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-db-iris/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-db-iris
 version                      2.0.4
-revision                     2
+revision                     3
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-db-mnist/Portfile
===================================================================
--- trunk/dports/python/py-bob-db-mnist/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-db-mnist/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-db-mnist
 version                      2.0.3
-revision                     2
+revision                     3
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-db-verification-utils/Portfile
===================================================================
--- trunk/dports/python/py-bob-db-verification-utils/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-db-verification-utils/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-db-verification-utils
 version                      2.0.3
-revision                     2
+revision                     3
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-db-wine/Portfile
===================================================================
--- trunk/dports/python/py-bob-db-wine/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-db-wine/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-db-wine
 version                      2.0.3
-revision                     2
+revision                     3
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-extension/Portfile
===================================================================
--- trunk/dports/python/py-bob-extension/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-extension/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -8,8 +8,7 @@
 PortGroup                    compiler_blacklist_versions 1.0
 
 name                         py-bob-extension
-version                      2.0.10
-revision                     1
+version                      2.0.11
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 
@@ -27,15 +26,15 @@
                              either a pure Python API, or even a mix of C++ and python.
                              
 
-github.setup                 bioidiap bob.extension 2.0.10 v
+github.setup                 bioidiap bob.extension 2.0.11 v
 
 
 python.versions              27 34
 python.default_version       27
 
 
-checksums                    rmd160  24bd5f3f1e7474aded6a50b124114cb7a2cf28be \
-                             sha256  86501700f3e7a096a1101ce4e8406c1b1c9b97375f6b95f5712d19bec8d1e87d
+checksums                    rmd160  7ad4763c1bd1da168cfee7d4fcda6a365f68687d \
+                             sha256  39c98b8dac07d17736e511f2e976f90659e22a4134a0d29e5c5c9ce55e7e3bdc
 
 
 if {$subport ne $name} {

Added: trunk/dports/python/py-bob-io-audio/Portfile
===================================================================
--- trunk/dports/python/py-bob-io-audio/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bob-io-audio/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -0,0 +1,91 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem                   1.0
+PortGroup                    python 1.0
+PortGroup                    github 1.0
+PortGroup                    active_variants 1.1 
+PortGroup                    compiler_blacklist_versions 1.0
+
+name                         py-bob-io-audio
+version                      2.0.0
+license                      BSD
+homepage                     http://idiap.github.com/bob/
+
+categories-append            science math devel
+platforms                    darwin
+maintainers                  idiap.ch:andre.anjos \
+                             idiap.ch:laurent.el-shafey \
+                             idiap.ch:tiago.pereira
+
+
+description                  Support for Audio I/O for Bob using SoX \
+                             Bob is a signal-processing and machine learning toolbox
+
+long_description             Bob is a signal-processing and machine learning toolbox \
+                             developed at the Idiap Research Institute, in Martigny, \
+                             Switzerland. The toolbox is written in a mix of Python \
+                             and C++ and is designed to be both efficient and to \
+                             reduce development time.
+
+github.setup                 bioidiap bob.io.audio 2.0.0 v
+
+
+python.versions              27 34
+python.default_version       27
+
+checksums                    rmd160  427c3e439f19bcad72471d86acda6d1de3bf55f7 \
+                             sha256  0fbe3810c2b1e967a6f2d18e2b42bad98e9ed90fe9681116ed2a573b424e8cf9
+
+
+
+if {$subport ne $name} {
+
+    depends_build-append port:pkgconfig
+
+    depends_lib-append \
+      port:blitz \
+      port:cmake \
+      port:hdf5 \
+      port:sox \
+      port:boost \
+      port:py${python.version}-sphinx \
+      port:py${python.version}-setuptools \
+      port:py${python.version}-numpy \
+      port:py${python.version}-scipy \
+      port:py${python.version}-nose \
+      port:py${python.version}-bob-extension \
+      port:py${python.version}-bob-blitz \
+      port:py${python.version}-bob-core \
+      port:py${python.version}-bob-io-base \
+      port:py${python.version}-bob-io-matlab
+
+
+
+          # blacklist older compilers that don't support -std=c++0x (10.6 and earlier)       
+       compiler.blacklist  *gcc* {clang < 300}
+
+
+    #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
+
+    post-destroot {
+        set filename ${destroot}${python.pkgd}/bob/__init__.py
+        if {[file exists $filename] == 1} {      
+          file delete $filename
+          file delete ${destroot}${python.pkgd}/bob/__init__.pyc
+
+          file delete ${destroot}${python.pkgd}/bob/io/__init__.py
+          file delete ${destroot}${python.pkgd}/bob/io/__init__.pyc
+        }
+
+        set filename ${destroot}${python.pkgd}/bob/__pycache__/__init__.cpython-34.pyc
+        if {[file exists $filename] == 1} {
+           file delete $filename
+           file delete ${destroot}${python.pkgd}/bob/io/__pycache__/__init__.cpython-34.pyc
+        }
+
+    }
+
+}
+
+

Modified: trunk/dports/python/py-bob-io-base/Portfile
===================================================================
--- trunk/dports/python/py-bob-io-base/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-io-base/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-io-base
 version                      2.0.7
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-io-image/Portfile
===================================================================
--- trunk/dports/python/py-bob-io-image/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-io-image/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-io-image
 version                      2.0.4
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-io-matlab/Portfile
===================================================================
--- trunk/dports/python/py-bob-io-matlab/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-io-matlab/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-io-matlab
 version                      2.0.4
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-io-video/Portfile
===================================================================
--- trunk/dports/python/py-bob-io-video/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-io-video/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,6 +9,7 @@
 
 name                         py-bob-io-video
 version                      2.0.5
+revision                     1
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-ip-base/Portfile
===================================================================
--- trunk/dports/python/py-bob-ip-base/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-ip-base/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-ip-base
 version                      2.0.7
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-ip-color/Portfile
===================================================================
--- trunk/dports/python/py-bob-ip-color/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-ip-color/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-ip-color
 version                      2.0.4
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-ip-draw/Portfile
===================================================================
--- trunk/dports/python/py-bob-ip-draw/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-ip-draw/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-ip-draw
 version                      2.0.3
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-ip-facedetect/Portfile
===================================================================
--- trunk/dports/python/py-bob-ip-facedetect/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-ip-facedetect/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-ip-facedetect
 version                      2.0.3
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-ip-gabor/Portfile
===================================================================
--- trunk/dports/python/py-bob-ip-gabor/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-ip-gabor/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-ip-gabor
 version                      2.0.4
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-ip-optflow-hornschunck/Portfile
===================================================================
--- trunk/dports/python/py-bob-ip-optflow-hornschunck/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-ip-optflow-hornschunck/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-ip-optflow-hornschunck
 version                      2.0.6
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-ip-optflow-liu/Portfile
===================================================================
--- trunk/dports/python/py-bob-ip-optflow-liu/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-ip-optflow-liu/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-ip-optflow-liu
 version                      2.0.5
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-learn-activation/Portfile
===================================================================
--- trunk/dports/python/py-bob-learn-activation/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-learn-activation/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-learn-activation
 version                      2.0.4
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-learn-boosting/Portfile
===================================================================
--- trunk/dports/python/py-bob-learn-boosting/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-learn-boosting/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -8,8 +8,7 @@
 PortGroup                    compiler_blacklist_versions 1.0
 
 name                         py-bob-learn-boosting
-version                      2.0.3
-revision                     1
+version                      2.0.4
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 
@@ -29,14 +28,14 @@
                              and C++ and is designed to be both efficient and to \
                              reduce development time.
 
-github.setup                 bioidiap bob.learn.boosting 2.0.3 v
+github.setup                 bioidiap bob.learn.boosting 2.0.4 v
 
 
 python.versions              27 34
 python.default_version       27
 
-checksums                    rmd160  50e902fd30601c6611a2c8952786bf5c9a8a06a9 \
-                             sha256  2c8eb01ab31011cca66d63ad11e7753d9126067ce44d81c9e850cf3c0fb0e332
+checksums                    rmd160  527c4cde056088a5d352ec718a2d9f585489294b \
+                             sha256  601e0420bb11044f1ad38c5913d1ebebe004af9fb4b57ccbe1a3d6de0cd7947f
 
 
 

Modified: trunk/dports/python/py-bob-learn-em/Portfile
===================================================================
--- trunk/dports/python/py-bob-learn-em/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-learn-em/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,6 +9,7 @@
 
 name                         py-bob-learn-em
 version                      2.0.7
+revision                     1
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-learn-libsvm/Portfile
===================================================================
--- trunk/dports/python/py-bob-learn-libsvm/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-learn-libsvm/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-learn-libsvm
 version                      2.0.3
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-learn-linear/Portfile
===================================================================
--- trunk/dports/python/py-bob-learn-linear/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-learn-linear/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-learn-linear
 version                      2.0.7
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-learn-mlp/Portfile
===================================================================
--- trunk/dports/python/py-bob-learn-mlp/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-learn-mlp/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-learn-mlp
 version                      2.0.6
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-math/Portfile
===================================================================
--- trunk/dports/python/py-bob-math/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-math/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-math
 version                      2.0.3
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 

Modified: trunk/dports/python/py-bob-measure/Portfile
===================================================================
--- trunk/dports/python/py-bob-measure/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-measure/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -8,8 +8,7 @@
 PortGroup                    compiler_blacklist_versions 1.0
 
 name                         py-bob-measure
-version                      2.0.5
-revision                     1
+version                      2.1.0
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 
@@ -29,14 +28,14 @@
                              and C++ and is designed to be both efficient and to \
                              reduce development time.
 
-github.setup                 bioidiap bob.measure 2.0.5 v
+github.setup                 bioidiap bob.measure 2.1.0 v
 
 
 python.versions              27 34
 python.default_version       27
 
-checksums                    rmd160  e430d67c79e9ec868bbaefb50cd08484c51d2e29 \
-                             sha256  47be3eb04c14a20864250afc1e34eb3f9ecf8ec9405866a8c47e2b6559dde612
+checksums                    rmd160  6d8fa0b38a517bcc46a2dbb715c88a6000eb2ebb \
+                             sha256  84c1e53c4678ae636cd99603421606448576a0998489e777d571f825a003ce8f
 
 
 

Modified: trunk/dports/python/py-bob-sp/Portfile
===================================================================
--- trunk/dports/python/py-bob-sp/Portfile	2016-02-12 23:11:24 UTC (rev 145685)
+++ trunk/dports/python/py-bob-sp/Portfile	2016-02-12 23:12:20 UTC (rev 145686)
@@ -9,7 +9,7 @@
 
 name                         py-bob-sp
 version                      2.0.4
-revision                     1
+revision                     2
 license                      BSD
 homepage                     http://idiap.github.com/bob/
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160212/b7fabd0d/attachment-0001.html>


More information about the macports-changes mailing list