[83735] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Fri Sep 9 16:11:46 PDT 2011


Revision: 83735
          http://trac.macports.org/changeset/83735
Author:   ryandesign at macports.org
Date:     2011-09-09 16:11:45 -0700 (Fri, 09 Sep 2011)
Log Message:
-----------
py*-boto: indicate noarch; update to 2.0; fix conflict between py-boto and py25-boto

Modified Paths:
--------------
    trunk/dports/python/py-boto/Portfile
    trunk/dports/python/py25-boto/Portfile
    trunk/dports/python/py26-boto/Portfile
    trunk/dports/python/py27-boto/Portfile

Modified: trunk/dports/python/py-boto/Portfile
===================================================================
--- trunk/dports/python/py-boto/Portfile	2011-09-09 22:54:05 UTC (rev 83734)
+++ trunk/dports/python/py-boto/Portfile	2011-09-09 23:11:45 UTC (rev 83735)
@@ -4,10 +4,13 @@
 PortGroup         python24 1.0
 
 name              py-boto
-version           1.8d
+epoch             1
+version           2.0
+revision          1
 categories        python net
 platforms         darwin
 maintainers       nomaintainer
+supported_archs   noarch
 
 description       python interface to Amazon Web Services
 long_description  An integrated interface to current and future \
@@ -17,8 +20,12 @@
 master_sites      googlecode:boto
 distname          boto-${version}
 
-checksums         md5     3de4ac64015a9b06960fd14827a9c07a \
-                  sha1    b07fc8867e9297bcf665988fec26eafe32714aa9 \
-                  rmd160  878e00b70b0e5764ca158081970e0a21d5356dd7
+checksums         md5     e238262c5ff417a2b59a8b24ae06b9ce \
+                  sha1    d6c4af2d4b4c4f600e46f6fb98ce61a2efb7f0ad \
+                  rmd160  39d073ab4157d174140ae93232435654ce095ea0
 
-universal_variant no
+post-destroot {
+    foreach f [glob ${destroot}${prefix}/bin/*] {
+        move ${f} ${f}-${python.branch}
+    }
+}

Modified: trunk/dports/python/py25-boto/Portfile
===================================================================
--- trunk/dports/python/py25-boto/Portfile	2011-09-09 22:54:05 UTC (rev 83734)
+++ trunk/dports/python/py25-boto/Portfile	2011-09-09 23:11:45 UTC (rev 83735)
@@ -4,10 +4,13 @@
 PortGroup         python25 1.0
 
 name              py25-boto
-version           1.8d
+epoch             1
+version           2.0
+revision          1
 categories        python net
 platforms         darwin
 maintainers       nomaintainer
+supported_archs   noarch
 
 description       python interface to Amazon Web Services
 long_description  An integrated interface to current and future \
@@ -17,8 +20,12 @@
 master_sites      googlecode:boto
 distname          boto-${version}
 
-checksums         md5     3de4ac64015a9b06960fd14827a9c07a \
-                  sha1    b07fc8867e9297bcf665988fec26eafe32714aa9 \
-                  rmd160  878e00b70b0e5764ca158081970e0a21d5356dd7
+checksums         md5     e238262c5ff417a2b59a8b24ae06b9ce \
+                  sha1    d6c4af2d4b4c4f600e46f6fb98ce61a2efb7f0ad \
+                  rmd160  39d073ab4157d174140ae93232435654ce095ea0
 
-universal_variant no
+post-destroot {
+    foreach f [glob ${destroot}${prefix}/bin/*] {
+        move ${f} ${f}-${python.branch}
+    }
+}

Modified: trunk/dports/python/py26-boto/Portfile
===================================================================
--- trunk/dports/python/py26-boto/Portfile	2011-09-09 22:54:05 UTC (rev 83734)
+++ trunk/dports/python/py26-boto/Portfile	2011-09-09 23:11:45 UTC (rev 83735)
@@ -4,10 +4,13 @@
 PortGroup         python26 1.0
 
 name              py26-boto
-version           2.0b3
+epoch             1
+version           2.0
+revision          1
 categories        python net
 platforms         darwin
 maintainers       nomaintainer
+supported_archs   noarch
 
 description       python interface to Amazon Web Services
 long_description  An integrated interface to current and future \
@@ -17,7 +20,6 @@
 master_sites      googlecode:boto
 distname          boto-${version}
 
-checksums         md5     a6ab186d7767d191c5803449ed086f46 \
-                  sha1    3441c8c6be709d59c12795ca169b1a7a4ae94f48 \
-                  rmd160  618af27b8050fe390f0f13bcca1a0812e3f8b45b
-universal_variant no
+checksums         md5     e238262c5ff417a2b59a8b24ae06b9ce \
+                  sha1    d6c4af2d4b4c4f600e46f6fb98ce61a2efb7f0ad \
+                  rmd160  39d073ab4157d174140ae93232435654ce095ea0

Modified: trunk/dports/python/py27-boto/Portfile
===================================================================
--- trunk/dports/python/py27-boto/Portfile	2011-09-09 22:54:05 UTC (rev 83734)
+++ trunk/dports/python/py27-boto/Portfile	2011-09-09 23:11:45 UTC (rev 83735)
@@ -4,10 +4,13 @@
 PortGroup         python27 1.0
 
 name              py27-boto
+epoch             1
 version           2.0
+revision          1
 categories        python net
 platforms         darwin
 maintainers       nomaintainer
+supported_archs   noarch
 
 description       python interface to Amazon Web Services
 long_description  An integrated interface to current and future \
@@ -20,5 +23,3 @@
 checksums         md5     e238262c5ff417a2b59a8b24ae06b9ce \
                   sha1    d6c4af2d4b4c4f600e46f6fb98ce61a2efb7f0ad \
                   rmd160  39d073ab4157d174140ae93232435654ce095ea0
-
-universal_variant no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110909/3b378c6a/attachment.html>


More information about the macports-changes mailing list