[91382] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Mar 30 20:52:02 PDT 2012


Revision: 91382
          https://trac.macports.org/changeset/91382
Author:   singingwolfboy at macports.org
Date:     2012-03-30 20:52:02 -0700 (Fri, 30 Mar 2012)
Log Message:
-----------
py-decorator: unified ports, updated to 3.3.2

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

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

Removed Paths:
-------------
    trunk/dports/python/py25-decorator/
    trunk/dports/python/py26-decorator/
    trunk/dports/python/py27-decorator/

Modified: trunk/dports/python/py-decorator/Portfile
===================================================================
--- trunk/dports/python/py27-decorator/Portfile	2012-03-31 03:07:02 UTC (rev 91380)
+++ trunk/dports/python/py-decorator/Portfile	2012-03-31 03:52:02 UTC (rev 91382)
@@ -2,13 +2,15 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
-name                py27-decorator
-version             3.2.0
+name                py-decorator
+version             3.3.2
+python.versions     25 26 27
+python.default_version  27
 categories          python
 license             BSD
-maintainers         nomaintainer
+maintainers         singingwolfboy openmaintainer
 description         Provides a decorator factory that makes creating signature preserving decorators dead simple.
 long_description    ${description} By Michele Simionato.
 platforms           darwin
@@ -17,9 +19,8 @@
 master_sites        http://pypi.python.org/packages/source/d/decorator/
 distname            decorator-${version}
 
-checksums           md5     6208cd51365083c168ab3a04426a646b \
-                    sha1    6ff071eae5f87af0708855d55912e8d9a83916a8 \
-                    rmd160  273ea8d3b66576e18ab74d8d7dbd5d97322dbb4f
+checksums           rmd160  21c2e2feef997a42781dc17a20092b570325a121 \
+                    sha256  c878e3c9a4015893fddcc7a145017bd54bd51cda0eb234cab6a20fa02540cb1f
 
 livecheck.type      regex
 livecheck.regex     {decorator/(\d+(?:\.\d+)*)<}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120330/2c3c5b34/attachment-0001.html>


More information about the macports-changes mailing list