Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Jesus Rivero (neurogeek)" <neurogeek@g.o>
Subject: gentoo-x86 commit in dev-python/cheetah/files: Cheetah-0.9.18__future__imports.patch
Date: Sat, 04 Oct 2008 17:28:51 +0000
neurogeek    08/10/04 17:28:51

  Added:                Cheetah-0.9.18__future__imports.patch
  Log:
  Revision bump. Fixes bug #237214. Thanks to Martin Zibricky <matysek03@...> for the patch
  (Portage version: 2.2_rc8/cvs/Linux 2.6.18-gentoo-r3 i686)

Revision  Changes    Path
1.1                  dev-python/cheetah/files/Cheetah-0.9.18__future__imports.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/files/Cheetah-0.9.18__future__imports.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/files/Cheetah-0.9.18__future__imports.patch?rev=1.1&content-type=text/plain

Index: Cheetah-0.9.18__future__imports.patch
===================================================================
diff -Naur Cheetah-0.9.18-orig/src/NameMapper.py Cheetah-0.9.18/src/NameMapper.py
--- Cheetah-0.9.18-orig/src/NameMapper.py	2008-09-08 12:53:08.000000000 +0000
+++ Cheetah-0.9.18/src/NameMapper.py	2008-09-08 13:07:57.000000000 +0000
@@ -1,6 +1,12 @@
 #!/usr/bin/env python
 # $Id: Cheetah-0.9.18__future__imports.patch,v 1.1 2008/10/04 17:28:51 neurogeek Exp $
 
+from __future__ import generators
+import types
+from types import StringType, InstanceType, ClassType, TypeType
+from pprint import pformat
+import inspect
+
 """This module supports Cheetah's optional NameMapper syntax.
 
 Overview
@@ -143,12 +149,6 @@
              "\nChuck Esterbrook <echuck@...>"
 __revision__ = "$Revision: 1.1 $"[11:-2]
 
-from __future__ import generators
-import types
-from types import StringType, InstanceType, ClassType, TypeType
-from pprint import pformat
-import inspect
-
 _INCLUDE_NAMESPACE_REPR_IN_NOTFOUND_EXCEPTIONS = False
 _ALLOW_WRAPPING_OF_NOTFOUND_EXCEPTIONS = True
 __all__ = ['NotFound',
diff -Naur Cheetah-0.9.18-orig/src/Tests/NameMapper.py Cheetah-0.9.18/src/Tests/NameMapper.py
--- Cheetah-0.9.18-orig/src/Tests/NameMapper.py	2008-09-08 12:53:08.000000000 +0000
+++ Cheetah-0.9.18/src/Tests/NameMapper.py	2008-09-08 13:03:27.000000000 +0000
@@ -1,5 +1,12 @@
 #!/usr/bin/env python
 # $Id: Cheetah-0.9.18__future__imports.patch,v 1.1 2008/10/04 17:28:51 neurogeek Exp $
+
+from __future__ import generators
+import sys
+import types
+import os
+import os.path
+
 """NameMapper Tests
 
 Meta-Data
@@ -12,12 +19,6 @@
 __author__ = "Tavis Rudd <tavis@...>"
 __revision__ = "$Revision: 1.1 $"[11:-2]
 
-from __future__ import generators
-import sys
-import types
-import os
-import os.path
-
 import unittest_local_copy as unittest
 from Cheetah.NameMapper import NotFound, valueForKey, \
      valueForName, valueFromSearchList, valueFromFrame, valueFromFrameOrSearchList





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-0.9.18-r1.ebuild
Next by thread:
gentoo-x86 commit in dev-python/cheetah/files: Cheetah-0.9.18__future__imports.patch
Previous by date:
gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-0.9.18-r1.ebuild
Next by date:
gentoo-x86 commit in net-ftp/ncftp: ncftp-3.2.2-r1.ebuild ChangeLog


Updated May 27, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.