[89194] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Jan 20 11:59:06 PST 2012


Revision: 89194
          http://trac.macports.org/changeset/89194
Author:   singingwolfboy at macports.org
Date:     2012-01-20 11:59:03 -0800 (Fri, 20 Jan 2012)
Log Message:
-----------
New port: py-nose-testconfig

Added Paths:
-----------
    trunk/dports/python/py-nose-testconfig/
    trunk/dports/python/py-nose-testconfig/Portfile
    trunk/dports/python/py-nose-testconfig/files/
    trunk/dports/python/py-nose-testconfig/files/testconfig.py.patch

Added: trunk/dports/python/py-nose-testconfig/Portfile
===================================================================
--- trunk/dports/python/py-nose-testconfig/Portfile	                        (rev 0)
+++ trunk/dports/python/py-nose-testconfig/Portfile	2012-01-20 19:59:03 UTC (rev 89194)
@@ -0,0 +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           python 1.0
+
+name                py-nose-testconfig
+set real_name       nose-testconfig
+version             0.8
+python.versions     24 25 26 27
+categories-append   devel
+maintainers         openmaintainer singingwolfboy
+description         Test Configuration plugin for nosetests.
+long_description    \
+    nose-testconfig is a plugin to the nose test framework which provides a \
+    faculty for passing test-specific (or test-run specific) configuration data \
+    to the tests being executed.
+
+platforms           darwin
+checksums           rmd160  6e13245b021aa027ef81ec5595bda387595c6ff8 \
+                    sha256  cde6a8558e3d246da30021c723c1b8ffc9d59426507ad12c362764ca797aa86e
+
+patchfiles          testconfig.py.patch
+homepage            https://bitbucket.org/jnoller/${real_name}
+master_sites        http://pypi.python.org/packages/source/n/${real_name}
+distname            ${real_name}-${version}
+
+if {$name != $subport} {
+    depends_lib     port:py${python.version}-nose
+}


Property changes on: trunk/dports/python/py-nose-testconfig/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: trunk/dports/python/py-nose-testconfig/files/testconfig.py.patch
===================================================================
--- trunk/dports/python/py-nose-testconfig/files/testconfig.py.patch	                        (rev 0)
+++ trunk/dports/python/py-nose-testconfig/files/testconfig.py.patch	2012-01-20 19:59:03 UTC (rev 89194)
@@ -0,0 +1,7 @@
+--- testconfig.py.orig	2012-01-20 14:56:01.000000000 -0500
++++ testconfig.py	2012-01-20 14:56:16.000000000 -0500
+@@ -1,3 +1,4 @@
++from __future__ import with_statement
+ from nose.plugins.base import Plugin
+ from nose.util import tolist
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120120/c6ff957f/attachment.html>


More information about the macports-changes mailing list