[92345] trunk/dports/python

jwa at macports.org jwa at macports.org
Wed Apr 25 10:24:19 PDT 2012


Revision: 92345
          https://trac.macports.org/changeset/92345
Author:   jwa at macports.org
Date:     2012-04-25 10:24:18 -0700 (Wed, 25 Apr 2012)
Log Message:
-----------
py-xlutils: unified xlutils port, take maintainership with openmaintainer, remove the obsolete py26-xlutils port

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

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

Removed Paths:
-------------
    trunk/dports/python/py26-xlutils/

Modified: trunk/dports/python/py-xlutils/Portfile
===================================================================
--- trunk/dports/python/py26-xlutils/Portfile	2012-04-24 05:16:18 UTC (rev 92290)
+++ trunk/dports/python/py-xlutils/Portfile	2012-04-25 17:24:18 UTC (rev 92345)
@@ -2,12 +2,15 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup       python26 1.0
+PortGroup       python 1.0
 
-name            py26-xlutils
-version         1.4.1
+name            py-xlutils
+version         1.5.2
 platforms       darwin
-maintainers     nomaintainer
+python.versions	25 26 27
+python.default_version	27
+
+maintainers     jwa openmaintainer
 description     Utilities for working with Excel files
 long_description \
    This package provides a collection of utilities for working with Excel files.
@@ -15,9 +18,20 @@
 homepage        http://www.python-excel.org
 master_sites    http://pypi.python.org/packages/source/x/xlutils/
 distname        xlutils-${version}
-checksums       md5     51eecabccd6d4dea5059d09a0e0ae100 \
-                sha1    d2d7584ecbf16b2eaef1a8f2b19231a6d43f7a1e \
-                rmd160  8eaee6ee04a878b9854320d2037971566f19da49
+checksums           rmd160  32724d2d6cb1e35b8a0d64ddb53c7095643afd34 \
+                    sha256  5b8f2bc41983722a63009c0ab6216227d6bbc0a0f945c9cab33cd1ebac7666d0
 
-depends_run     port:py26-xlrd port:py26-xlwt
+if {$subport != $name} {
+    depends_run     port:py${python.version}-xlrd \
+        port:py${python.version}-xlwt\
+        port:py${python.version}-errorhandler
+}
 
+if {$subport == $name} {
+    livecheck.type     regex
+    livecheck.url      http://pypi.python.org/pypi/xlutils
+    livecheck.regex    xlutils-(\[1-9\]\\.\[0-9.\]+)\\.tar\\.\[bg\]z
+} else {
+    livecheck.type		none
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120425/820d7609/attachment.html>


More information about the macports-changes mailing list