[64747] trunk/dports/python/py25-nose/Portfile
nox at macports.org
nox at macports.org
Mon Mar 15 06:15:48 PDT 2010
Revision: 64747
http://trac.macports.org/changeset/64747
Author: nox at macports.org
Date: 2010-03-15 06:15:47 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
Update py25-nose to 0.11.3
> 0.11.3
>
> - Fixed default plugin manager's use of plugin overriding. Thanks to
> rob.daylife for the bug report and patch. (#323).
>
> 0.11.2
>
> - Changed plugin loading so that external plugins loaded via extension
> points can override builtin plugins with the same name.
> - Updated multiprocess plugin and nose's packaging to allow multiprocess
> plugin to work on Windows (#265).
> - Fixed bug in xunit plugin's interaction with suites and errors in
> module-level setup. Thanks to Mark McCague for the bug report (#279).
> - Fixed bug in nose.loader.TestLoader that allowed Test classes that raise
> exceptions in __init__ to crash the test run (#269).
> - Fixed bugs in nose's test suite that caused spurious failures on Windows.
> - Fixed bug in twisted tools: delayed calls were not shut down on
> reactor stop. Thanks to abbeyj for the patch (#278).
> - Fixed bug where root log handlers were not cleared. For example, this was
> emitting unwanted messages when testing Google App Engine websites.
> - Fixed bug in test names output by xunit plugin. Thanks to Philip
> Jenvey for the bug report and patch (#280).
> - Fixed bug in profile plugin that caused stats to fail to print under Python
> 2.5 and later. Thanks to djs at n-cube dot org for the bug report (#285).
> - Improved logcapture filtering, with default setting to filter out log
> messages from nose itself. Thanks to gfxmonk for the patch (#277).
> - The xunit plugin now tags skipped tests with a <skipped> testcase tag, and
> prevents the XML from containing invalid control characters.
> - Updated nose to be compatible with python 2.7 (#305).
> - Updated loading of usage document to allow nose to run from within
> an egg archive (#288).
> - Fixed IronPython checks to make nose compatible with more versions
> of IronPython. Thanks to Kevin Mitchell for the patch (#316).
Modified Paths:
--------------
trunk/dports/python/py25-nose/Portfile
Modified: trunk/dports/python/py25-nose/Portfile
===================================================================
--- trunk/dports/python/py25-nose/Portfile 2010-03-15 13:15:37 UTC (rev 64746)
+++ trunk/dports/python/py25-nose/Portfile 2010-03-15 13:15:47 UTC (rev 64747)
@@ -4,7 +4,8 @@
PortGroup python25 1.0
name py25-nose
-version 0.11.1
+version 0.11.3
+license LGPL-2.1
categories-append www
maintainers openmaintainer stechert akitada
description A Python unittest extension.
@@ -24,13 +25,22 @@
depends_lib port:py25-setuptools
-checksums md5 00789d016f81ec52f666f020c644447e \
- sha1 696530bb81d04d57277b1c8ca554739e98cc7652 \
- rmd160 3a3aa22fd1f1647d4cd9ad2374dca3c58ca78e22
+checksums md5 7f1dc53750811f78bedef9e14a4bc5a5 \
+ sha1 37c03a5b9738575e25ef99a5ca3b021f66c53421 \
+ rmd160 9f5e93d9bcfa2f294f97f6a5c31e462eb13e43e2
patch {
reinplace "s|man/man|share/man/man|" ${worksrcpath}/setup.py
}
+test.run yes
+
+post-destroot {
+ set docdir ${prefix}/share/doc/${name}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 644 -W ${worksrcpath} AUTHORS CHANGELOG NEWS README.txt \
+ lgpl.txt ${destroot}${docdir}
+}
+
livecheck.type regex
livecheck.regex {/(\d+(?:\.\d+)*)/}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/5c574393/attachment.html>
More information about the macports-changes
mailing list