[104035] trunk/dports/python

g5pw at macports.org g5pw at macports.org
Wed Mar 13 08:10:39 PDT 2013


Revision: 104035
          https://trac.macports.org/changeset/104035
Author:   g5pw at macports.org
Date:     2013-03-13 08:10:39 -0700 (Wed, 13 Mar 2013)
Log Message:
-----------
python/py-scikit{,s}-image:
  rename port from py-scikits-image to py-scikit-image to align with upstream
  bump to version 0.8.2
  add python33 subport
  remove patch
  upstream moved to github, fetch from there
  moved py-scipy to depend_run

Modified Paths:
--------------
    trunk/dports/python/py-scikit-image/Portfile
    trunk/dports/python/py-scikits-image/Portfile

Added Paths:
-----------
    trunk/dports/python/py-scikit-image/

Removed Paths:
-------------
    trunk/dports/python/py-scikit-image/files/
    trunk/dports/python/py-scikits-image/files/

Modified: trunk/dports/python/py-scikit-image/Portfile
===================================================================
--- trunk/dports/python/py-scikits-image/Portfile	2013-03-13 12:01:49 UTC (rev 104030)
+++ trunk/dports/python/py-scikit-image/Portfile	2013-03-13 15:10:39 UTC (rev 104035)
@@ -3,10 +3,10 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           github 1.0
 
-name                py-scikits-image
-version             0.7.1
-revision            0
+github.setup        scikit-image scikit-image 0.8.2 v
+name                py-${name}
 categories-append   science
 license             BSD
 platforms           darwin
@@ -19,26 +19,20 @@
                     morphology, filtering, warping, color manipulation, \
                     object detection, etc.
 
-homepage            http://scikits-image.org/
-master_sites        http://pypi.python.org/packages/source/s/scikits-image/
+homepage            http://scikit-image.org/
 
-distname            scikits-image-${version}
+checksums           rmd160  a759f6a55c8556f9677b7d67d0bad3c69a385c4e \
+                    sha256  158e77a2f1169caf8ee48c0b8f0e0263a3a3e93636a7805dda5457e6006ea42d
 
-checksums           rmd160  50ae82bbe64dc32816ef958d6dff8f9fa14787a8 \
-                    sha256  40eabdacb71d5a8449e594b90f3574c1e2463bbaeb7f4317c450341f7867b027
-
 python.default_version  27
-python.versions     26 27 32
+python.versions     26 27 32 33
 
-patchfiles          patch-skimage__build.py.diff
-
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-distribute \
                         port:py${python.version}-cython \
-                        port:py${python.version}-numpy \
-                        port:py${python.version}-scipy
-}
+                        port:py${python.version}-numpy
 
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "scikits-image-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    depends_run         port:py${python.version}-scipy
+
+    livecheck.type      none
+}

Modified: trunk/dports/python/py-scikits-image/Portfile
===================================================================
--- trunk/dports/python/py-scikits-image/Portfile	2013-03-13 14:56:10 UTC (rev 104034)
+++ trunk/dports/python/py-scikits-image/Portfile	2013-03-13 15:10:39 UTC (rev 104035)
@@ -5,40 +5,15 @@
 PortGroup           python 1.0
 
 name                py-scikits-image
-version             0.7.1
-revision            0
+version             0.8.2
 categories-append   science
-license             BSD
-platforms           darwin
 
-maintainers         stromnov openmaintainer
-
-description         Image processing algorithms for SciPy.
-
-long_description    Image processing algorithms for SciPy, including IO, \
-                    morphology, filtering, warping, color manipulation, \
-                    object detection, etc.
-
-homepage            http://scikits-image.org/
-master_sites        http://pypi.python.org/packages/source/s/scikits-image/
-
-distname            scikits-image-${version}
-
-checksums           rmd160  50ae82bbe64dc32816ef958d6dff8f9fa14787a8 \
-                    sha256  40eabdacb71d5a8449e594b90f3574c1e2463bbaeb7f4317c450341f7867b027
-
-python.default_version  27
 python.versions     26 27 32
 
-patchfiles          patch-skimage__build.py.diff
-
-if {$subport != $name} {
-    depends_lib-append  port:py${python.version}-distribute \
-                        port:py${python.version}-cython \
-                        port:py${python.version}-numpy \
-                        port:py${python.version}-scipy
+if {${name} == ${subport}} {
+    replaced_by         py-scikit-image
+} else {
+    replaced_by         py${python.version}-scikit-image
 }
 
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "scikits-image-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+PortGroup           obsolete 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130313/98af5989/attachment-0001.html>


More information about the macports-changes mailing list