[88992] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Mon Jan 16 02:11:02 PST 2012


Revision: 88992
          http://trac.macports.org/changeset/88992
Author:   stromnov at macports.org
Date:     2012-01-16 02:10:59 -0800 (Mon, 16 Jan 2012)
Log Message:
-----------
py2*-kombu-sqlalchemy: disable in favor to py2*-kombu port

Modified Paths:
--------------
    trunk/dports/python/py26-kombu-sqlalchemy/Portfile
    trunk/dports/python/py27-kombu-sqlalchemy/Portfile

Modified: trunk/dports/python/py26-kombu-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py26-kombu-sqlalchemy/Portfile	2012-01-16 09:51:53 UTC (rev 88991)
+++ trunk/dports/python/py26-kombu-sqlalchemy/Portfile	2012-01-16 10:10:59 UTC (rev 88992)
@@ -6,10 +6,13 @@
 
 name                py26-kombu-sqlalchemy
 version             1.1.0
+revision            1
 categories          python devel
 platforms           darwin
 maintainers         stromnov openmaintainer
 
+replaced_by         py26-kombu
+
 description         Kombu transport using SQLAlchemy as the message store.
 
 long_description    ${description}
@@ -17,18 +20,11 @@
 homepage            http://github.com/ask/kombu-sqlalchemy/
 master_sites        http://pypi.python.org/packages/source/k/kombu-sqlalchemy/
 
-distname            kombu-sqlalchemy-${version}
+distfiles
 
-checksums           md5     5dd7addeb7639d084e40cc83ab48a05e \
-                    sha1    51b32e9cdbc763819594da94733e0a98513cfd5a \
-                    rmd160  a0cf2f2448c6ac4463d369069540db5d798c7e6e
+pre-configure {
+    ui_error "Please do not install this port since it has been incorporated in 'py26-kombu'."
+    return -code error
+}
 
-depends_lib         port:py26-kombu \
-                    port:py26-sqlalchemy \
-                    port:py26-anyjson
-
-depends_build       port:py26-distribute
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "kombu-sqlalchemy-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      none

Modified: trunk/dports/python/py27-kombu-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py27-kombu-sqlalchemy/Portfile	2012-01-16 09:51:53 UTC (rev 88991)
+++ trunk/dports/python/py27-kombu-sqlalchemy/Portfile	2012-01-16 10:10:59 UTC (rev 88992)
@@ -6,10 +6,13 @@
 
 name                py27-kombu-sqlalchemy
 version             1.1.0
+revision            1
 categories          python devel
 platforms           darwin
 maintainers         stromnov openmaintainer
 
+replaced_by         py27-kombu
+
 description         Kombu transport using SQLAlchemy as the message store.
 
 long_description    ${description}
@@ -17,18 +20,11 @@
 homepage            http://github.com/ask/kombu-sqlalchemy/
 master_sites        http://pypi.python.org/packages/source/k/kombu-sqlalchemy/
 
-distname            kombu-sqlalchemy-${version}
+distfiles
 
-checksums           md5     5dd7addeb7639d084e40cc83ab48a05e \
-                    sha1    51b32e9cdbc763819594da94733e0a98513cfd5a \
-                    rmd160  a0cf2f2448c6ac4463d369069540db5d798c7e6e
+pre-configure {
+    ui_error "Please do not install this port since it has been incorporated in 'py27-kombu'."
+    return -code error
+}
 
-depends_lib         port:py27-kombu \
-                    port:py27-sqlalchemy \
-                    port:py27-anyjson
-
-depends_build       port:py27-distribute
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "kombu-sqlalchemy-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120116/0508a1d3/attachment.html>


More information about the macports-changes mailing list