[90844] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Thu Mar 15 12:33:16 PDT 2012


Revision: 90844
          https://trac.macports.org/changeset/90844
Author:   singingwolfboy at macports.org
Date:     2012-03-15 12:33:16 -0700 (Thu, 15 Mar 2012)
Log Message:
-----------
py-boto: unified ports, updated to v2.2.2, took maintainership

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

Added Paths:
-----------
    trunk/dports/python/py-boto/

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

Modified: trunk/dports/python/py-boto/Portfile
===================================================================
--- trunk/dports/python/py27-boto/Portfile	2012-03-15 19:12:28 UTC (rev 90843)
+++ trunk/dports/python/py-boto/Portfile	2012-03-15 19:33:16 UTC (rev 90844)
@@ -1,26 +1,30 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem        1.0
-PortGroup         python27 1.0
+PortSystem              1.0
+PortGroup               python 1.0
 
-name              py27-boto
-epoch             1
-version           2.1.1
-revision          1
-categories        python net
-platforms         darwin
-maintainers       nomaintainer
-license             MIT
-supported_archs   noarch
+name                    py-boto
+set real_name           boto
+version                 2.2.2
+python.versions         25 26 27
+python.default_version  25
+maintainers             singingwolfboy openmaintainer
+license                 MIT
 
-description       python interface to Amazon Web Services
-long_description  An integrated interface to current and future \
-                  infrastructural services offered by Amazon Web Services.
+description             Python interface to Amazon's Web Services
+long_description        ${description}
+platforms               darwin
 
-homepage          http://code.google.com/p/boto/
-master_sites      googlecode:boto
-distname          boto-${version}
-checksums           rmd160  116ee5f3ff08b497f004e43da50cfcc5695c1934 \
-                    sha256  4d6d38aa8e9e536a27a9737eb4222f896417841fed9a12eedcb619ba8fb68a39
+homepage                https://github.com/boto/boto
+master_sites            http://pypi.python.org/packages/source/b/${real_name}
+distname                ${real_name}-${version}
 
+checksums               rmd160  b91a7ecaf0bffc1770b5320cd128101a8cf4e265 \
+                        sha256  17dce8082a650da50cdc966a5325b97873fac14916dcf1b9d9130b7e212ee292
+
+post-destroot {
+    if {[file exists ${destroot}${python.pkgd}/tests]} {
+        delete ${destroot}${python.pkgd}/tests
+    }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120315/6de2cc1c/attachment.html>


More information about the macports-changes mailing list