[133971] trunk/dports/python/py-into/Portfile

stromnov at macports.org stromnov at macports.org
Mon Mar 16 05:59:45 PDT 2015


Revision: 133971
          https://trac.macports.org/changeset/133971
Author:   stromnov at macports.org
Date:     2015-03-16 05:59:45 -0700 (Mon, 16 Mar 2015)
Log Message:
-----------
py-into: mark as obsoleted

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

Modified: trunk/dports/python/py-into/Portfile
===================================================================
--- trunk/dports/python/py-into/Portfile	2015-03-16 12:47:32 UTC (rev 133970)
+++ trunk/dports/python/py-into/Portfile	2015-03-16 12:59:45 UTC (rev 133971)
@@ -4,41 +4,19 @@
 PortSystem          1.0
 PortGroup           python 1.0
 
+# This port can be removed on Mar 16, 2016.
+replaced_by         py-odo
+PortGroup           obsolete 1.0
+
 name                py-into
 version             0.2.2
 revision            0
+homepage            http://github.com/ContinuumIO/into/
 categories-append   devel
-platforms           darwin
 license             BSD
 
 python.versions     27 34
 
-maintainers         stromnov openmaintainer
-
-description         Data migration utilities
-long_description    ${description}
-
-homepage            http://github.com/ContinuumIO/into/
-master_sites        https://pypi.python.org/packages/source/i/into/
-
-distname            into-${version}
-
-checksums           rmd160  f80334ba517b9fa05c5335011b4375f4ee1fba68 \
-                    sha256  8a6d5595625a1c2de0732ba4448c554b707a8259b477c9b0b7bb94a1f1ca887b
-
 if {${name} ne ${subport}} {
-    depends_build-append \
-                        port:py${python.version}-setuptools
-    depends_lib-append  port:py${python.version}-datashape \
-                        port:py${python.version}-numpy \
-                        port:py${python.version}-pandas \
-                        port:py${python.version}-toolz \
-                        port:py${python.version}-multipledispatch \
-                        port:py${python.version}-networkx
-
-    livecheck.type      none
-} else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/into/json
-    livecheck.regex     {into-(\d+(?:\.\d+)*)\.[tz]}
+    replaced_by         py${python.version}-odo
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150316/6261c35d/attachment.html>


More information about the macports-changes mailing list