[142190] trunk/dports/python/py-carray/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 04:42:40 PST 2015


Revision: 142190
          https://trac.macports.org/changeset/142190
Author:   stromnov at macports.org
Date:     2015-11-06 01:06:17 -0800 (Fri, 06 Nov 2015)
Log Message:
-----------
py-carray: replaced by py-bcolz

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

Modified: trunk/dports/python/py-carray/Portfile
===================================================================
--- trunk/dports/python/py-carray/Portfile	2015-11-06 07:00:30 UTC (rev 142189)
+++ trunk/dports/python/py-carray/Portfile	2015-11-06 09:06:17 UTC (rev 142190)
@@ -4,46 +4,16 @@
 PortSystem          1.0
 PortGroup           python 1.0
 
+# This port can be removed on Nov 6, 2016.
+replaced_by         py-bcolz
+PortGroup           obsolete 1.0
+
 name                py-carray
 version             0.5.1
-revision            0
-categories-append   devel
-platforms           darwin
-license             MIT BSD
+revision            1
 
 python.versions     26 27
 
-maintainers         stromnov openmaintainer
-
-description         A chunked data container that can be compressed in-memory.
-
-long_description    carray is a chunked container for numerical data. \
-                    Chunking allows for efficient enlarging/shrinking \
-                    of data container.  In addition, it can also be \
-                    compressed for reducing memory needs. The compression \
-                    process is carried out internally by Blosc, \
-                    a high-performance compressor that is optimized \
-                    for binary data.
-
-homepage            https://github.com/FrancescAlted/carray
-master_sites        http://carray.pytables.org/download/carray-${version}/
-
-distname            carray-${version}
-
-checksums           rmd160  761ebd81e19e85df67a1e30cc92fc64121102154 \
-                    sha256  556a38a9209b2f9927283d03b3dbeff0544ca5b5dfca681cd20520a0fcaeb92b
-
 if {${name} ne ${subport}} {
-    depends_lib-append  port:py${python.version}-numpy \
-                        port:py${python.version}-cython
-
-    # Remove --no-user-cfg
-    build.cmd           ${python.bin} setup.py
-    destroot.cmd        ${python.bin} setup.py
-
-    livecheck.type      none
-} else {
-    livecheck.type      regex
-    livecheck.url       http://carray.pytables.org/download/
-    livecheck.regex     "carray-(\\d+(?:\\.\\d+)*)/"
+    replaced_by         py${python.version}-bcolz
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/8f7fdaca/attachment.html>


More information about the macports-changes mailing list